> you could also run the following qemu+docker trick,

That's like taking a machine gun to a knife fight ;-)

Just set up a chroot (I like deboostrap, but you could simply copy the
contents of the device's rootfs), and do

  sudo apt-get install qemu-user-static
  sudo cp /usr/bin/qemu-arm-static ~/chroot/usr/bin/
  sudo chroot ~/chroot

and everything should work (but check /proc/sys/fs/binfmt_misc/qemu-arm
first).

-- Juliusz

_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to