Jetson Nano not booting

New User. I am not getting past the NVIDIA screen. I am powering with the 5V 4A brick. I have tried two different SD cards and re-flashed them several times. Here is the log. When it hangs the green light goes out.
NVIDlogfile.txt (21.0 KB)

It is not finding the rootfs partition, which results in the bootloader checking for other boot content (the network boot attempt occurs after failing to find the boot partition). I think it is likely that the QSPI memory needs to be flashed.

Jetson Nanos have QSPI memory on the module itself, and this contains the equivalent of the BIOS (though in software instead of hardware), and the boot content. You would need to use JetPack/SDK Manager to flash this. The pointer which tells the boot how to find the SD card would probably work after that, and if it doesn’t, then the SD card won’t be found.

I’ll emphasize that this is for the NVIDIA developer’s kit, which does not have eMMC memory, and the SD card is mounted on the module itself. If you have a different model with a third party carrier board, whereby the SD card is mounted on the carrier board instead of a module, then this changes the answer.

You do need a Linux PC, preferably running Ubuntu 18.04 to flash the QSPI with JetPack. You’d probably use the most recent L4T release (which is just Ubuntu plus NVIDIA drivers) compatible with a Nano (which in turn is L4T R32.x). See:
https://developer.nvidia.com/linux-tegra

I have gotten docker working but I don’t know how to modify this line.

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetPack_NX_Devkit --network host sdkmanager --cli --action install --login-type devzone --product Jetson --target-os Linux --version 5.1.2 --host --target JETSON_ORIN_NX_TARGETS --flash --license accept --stay-logged-in true --collect-usage-data enable --exit-on-finish

I have a Jetson Nano
I have downloaded Jetson-210_Linux_R32.7.1_aarch64.tbz2
Using sdkmanager-2.0.0.11405

I’m not much help with docker, but there are other people here who do use docker a lot and can probably help.

Anyone that can help with docker?

Im also newbie but what board you have? nano or orin nx? big difference! jetpack v5.1.1(this container refers to) doestn work on nano. nanos max jetpack is v4.6.4?(i cant remember exactly)
Jetpack 5.1.1 have higher version of ubuntu (18 vs 20) as well other dependencies.

I have Jetson Nano not the orin nx.

The Jetson-210_Linux_R32.7.1_aarch64.tbz2 is a Jetson 4.6.4 downloaded from here https://developer.nvidia.com/embedded/linux-tegra-r3274
as Driver Package (BSP) for NANO

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