Error installing JetPack 6.x image for Jetson Orin Nano Developer Kit

Hello everyone!

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 !

Ah, just some notes, the SSD card is a new 1tb M2 card. I’m on the last firmware too.

Thank you,

Kind regards.

Hi

Some questions to confirm

  • Is your ubuntu a native or a virtual machine (VMware, wsl..)?

If vm, please try to prepare a native ubuntu 20.04 later and install sdk manager to flash Orin Nano.

Thanks

Hi David,

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?

Thank you!

@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

LABEL primaryMENU LABEL primary kernelLINUX /boot/ImageINITRD /boot/initrdAPPEND ${cbootargs} root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 video=efifb:off console=tty0

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.