I’m very new to this, just trying to do a little PoC for a project, but my knowledge on this is very low!
I’ve bought the Jetson Orin Nano Super 8GB, installed in a very nice box (I was amazed that everything works as it should), but the SDK installation is not working.
Tried from a USB port and the boot doesn’t even start, then, put it directly on the SSD M2 drive, the process starts, but ends here (on the attached image). Does anyone have any clue how to solve this? If you do, please try to explain as if you’re explaining to a 5-year-old kid :D !
Neither is a windows! I’ve asked Gemini and it said that the Jeston can’t use the SSD to do the boot just like the MicroSd card. So I bought a microSD card because I don’t have any linux to create the SSD boot, everything goes well, but now, i’m using the microSD card to do everything and I would like to use the SSD (because it’s a VERY GOOD one!) how can I do this?
@edu.cmg this is your issue: mmcblk0p1 not found See the ERROR message at the bottom. Your bootloader is looking for a partition on the SD card which is not present since you’re using the NVMe drive. The partition on the SSD would be nvme0n1p1
Boot from the SD again and look for the /boot/extlinux/extlinux.conf on the SSD and fix the LABEL to have root=/dev/nvme0n1p1