View Single Post
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#92
Originally Posted by wicket View Post
I'm not sure if this works with caveman's image but I can chroot straight into my images on my PC, qemu runs automatically (I'm building my images using qemu-debootstrap).
I believe that you can install
Code:
qemu-system-arm/qemu-user-static
, copy the static binary into the arm filesystem's /usr/bin/, and then chroot into it on a x86 system. Performance will not be great, and it has been a year since I last used this setup, but it shoul work :-)