You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mount the root filesystem and some necessary virtual filesystems, then chroot
mount -o loop,offset=12582912 sd-blob-b01.img /mnt
cd /mnt
# The following might be needed, at least if you get "/bin/bash: no such file or directory" on chroot
cp /usr/bin/qemu-aarch64-static usr/bin/
mount -t proc proc proc/
mount -t sysfs sysfs sys/
mount -t devtmpfs devtmpfs dev/
mount -t devpts devpts dev/pts/
chroot ./
RUN ON THE JETSON ROOTFS
Automated setup
Set a temporary DNS server, will get overwritten when full system is running