2024年11月5日 星期二

run x86_64 on arm system(orange pi zero 2, armbian)

 orange pi zero 2 with armbian

1. 

sudo apt-get install binfmt-support qemu-user-static
sudo update-binfmts --display

2. 
sudo dpkg --add-architecture amd64
sudo apt-get update
sudo apt-get upgrade

3. 
sudo apt-get install hello:amd64
hello