jetpack 4.6
I flashed a custom image to emmc
sudo ./flash.sh --no-systemimg JN_NN mmcblk0p1
the device booted
after that i used rootOnNVMe-master.zip and performed the command copy-rootfs-ssd.sh
setup-service.sh
after creating a partition in disk of the device
when powercycled it boots up
and then when i run command reboot
it shows the image nvidia and shows logs of
a start job is running for docker application nvidia
sdhci :
mmcblk:error in transfering data
these are the logs that i was able to notice
and then lands on black screen
when i run ifconfig
it shows ip
but cant enter via ssh
help me out to get the boot correctly
please reach out for any further steps to be done
where should the etcher be installed to perform these operations
in our device ?
or in our laptop ?
if it is in our laptop
should we connect device via usb or the sd card to sd card slot in lap?
Bootloader on Jetson Nano does not supporting loading kernel from the external SD card,
so you should still be using the rootOnNVMe tool. but change all paths in thay tool with /dev/nvme0n1p1 to /dev/mmcblk1p1.