QEMU

chroot with QEMU

Arch Linux:

# qemu-user-static + binfmt_misc + chroot

Ubuntu:

# Setting up an ARM chroot on your x86 machine
sudo apt-get update
sudo apt-get install debootstrap qemu-user-static
sudo qemu-debootstrap --arch armhf trusty eabi-chroot
sudo chroot eabi-chroot/

參考:

參考