Hello, I'm trying to create armhf with qemu-debootstrap following instructions from: http://techieventures.blogspot.ca/2014/10/install-debian-jessie-with-debian-u.html
I use next command to bootstrap: qemu-debootstrap --foreign --no-check-gpg --arch=armhf \ --include=ntp,ntpdate,less,u-boot,u-boot-tools,flash-kernel,kmod,firmware-linux-free,bash-completion, \ dialog,fake-hwclock,locales jessie armhf http://http.debian.net/debian \ --unpack-tarball=/home/devel/bootstrap-armhf.tgz but it fails with the error: I: Running command: chroot armhf /debootstrap/debootstrap --second-stage chroot: failed to run command ‘/debootstrap/debootstrap’: Exec format error I have qemu-user-static, qemu-system-arm (and other qemu packages) and binfmt-support installed. Anyone can help? TIA

