Hello.
I would like to run X86 applications on my Jetson Nano using qemu and debootstrap on ubuntu 18.04. Actually I’m following this tutorial :
this is what happened and where I’m freezed :
root@ziomario-desktop:~/Scrivania/qemu-x86# ls
chroot-stretch-i386 log-x86 monta.sh smonta.sh
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo mount -t sysfs /sys/ ./chroot-stretch-i386/sys/
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo mount -t proc /proc/ ./chroot-stretch-i386/proc/
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo mount --bind /dev ./chroot-stretch-i386/dev/
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo mount --bind /dev/pts ./chroot-stretch-i386/dev/pts
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo mount --bind /dev/shm ./chroot-stretch-i386/dev/shm/
root@ziomario-desktop:~/Scrivania/qemu-x86# chroot ./chroot-stretch-i386/ /debootstrap/debootstrap --second-stage
chroot: impossibile eseguire il comando "/debootstrap/debootstrap": No such file or directory
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo cp /usr/bin/qemu-i386-static ./chroot-stretch-i386/usr/bin/
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo chroot ./chroot-stretch-i386/ /debootstrap/debootstrap --second-stage
chroot: impossibile eseguire il comando "/debootstrap/debootstrap": No such file or directory
root@ziomario-desktop:~/Scrivania/qemu-x86# sudo !!
sudo sudo chroot ./chroot-stretch-i386/ /debootstrap/debootstrap --second-stage
chroot: impossibile eseguire il comando "/debootstrap/debootstrap": No such file or directory
root@ziomario-desktop:~/Scrivania/qemu-x86# chroot ./chroot-stretch-i386/ /debootstrap/debootstrap --second-stage
chroot: impossibile eseguire il comando "/debootstrap/debootstrap": No such file or directory
below u can see what should have happened :