Jetson Nano B01 does not boot and LED Green

Jetson Nano B01 does not boot and LED Green

Hi. I have a Jetson Nano B01. It always works.One day he couldn’t boot,but LED light green。The system is on the TF card, and it can be used by replacing it with another one. It is sure that it is not a problem with the TF card system.

The serial output is this:

[0000.125] [L4T TegraBoot] (version 00.00.2018.01-l4t-e82258de)
[0000.130] Processing in cold boot mode Bootloader 2
[0000.135] A02 Bootrom Patch rev = 1023
[0000.138] Power-up reason: pmc por
[0000.141] No Battery Present
[0000.144] pmic max77620 reset reason
[0000.147] pmic max77620 NVERC : 0x40
[0000.151] RamCode = 0
[0000.153] Platform has DDR4 type RAM
[0000.156] max77620 disabling SD1 Remote Sense
[0000.161] Setting DDR voltage to 1125mv
[0000.165] Serial Number of Pmic Max77663: 0x808ad
[0000.172] Entering ramdump check
[0000.175] Get RamDumpCarveOut = 0x0
[0000.178] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.184] Last reboot was clean, booting normally!
[0000.188] Sdram initialization is successful
[0000.192] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.198] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.204] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.210] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.216] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.222] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.228] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.233] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.250] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.256] Platform-DebugCarveout: 0
[0000.259] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.265] Non secure mode, and RB not enabled.
[0000.269] BoardID = 3448, SKU = 0x0
[0000.272] QSPI-ONLY: SkipQspiOnlyFlag = 0
[0000.276] Nano-SD: checking PT table on QSPI ...
[0000.280] Read PT from (2:0)
[0000.296] Using BFS PT to query partitions
[0000.301] Loading Tboot-CPU binary
[0000.330] Verifying TBC in OdmNonSecureSBK mode
[0000.340] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.347] Bootloader downloaded successfully.
[0000.351] Downloaded Tboot-CPU binary to 0xa0000258
[0000.356] MAX77620_GPIO5 configured
[0000.359] CPU power rail is up
[0000.362] CPU clock enabled
[0000.366] Performing RAM repair
[0000.369] Updating A64 Warmreset Address to 0xa00002e9
[0000.374] BoardID = 3448, SKU = 0x0
[0000.377] QSPI-ONLY: SkipQspiOnlyFlag = 0
[0000.381] Nano-SD: checking PT table on QSPI ...
[0000.385] Loading NvTbootBootloaderDTB
[0000.452] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.523] Bootloader DTB Load Address: 0x83000000
[0000.528] BoardID = 3448, SKU = 0x0
[0000.531] QSPI-ONLY: SkipQspiOnlyFlag = 0
[0000.535] Nano-SD: checking PT table on QSPI ...
[0000.540] Loading NvTbootKernelDTB
[0000.606] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.629] NvTbootKernelDTB is corrupted!
[0000.633] Error in NvTbootLoadBinary: 0x14 !
[0000.637] Error is 14

Hi tankliuhao,

Are yoy using the devkit or custom board?

There are some similar issue as yours.
Please refer to the following thread to check if they could help
The nano does not turn on today
Jetson nano 4g b01 not boot PT: Partition RBL NOT found!
Upgraded to Jetpack 4.6 on 5 Jetson Nanos 2 GB, now 4 won't boot

It looks something in QSPI has been modified.
You might need to re-flash with SDKM on standalone Ubuntu 18.04 host PC.

I use the official Nvidia jetson nano.I have exchanged two B01 motherboards, is it related to this situation?
Resulting startup error?

Does this issue occur after you change the carrier board?

There are some data written in QSPI, it might need to match the module which you use.

I haven’t flashed the problem board yet.

I have two Nvidia jetson nano devkit.Both can be turned on.But one day one does not boot and LED Green.Another can work.So I replaced the mainboard of both B01 kits.Ha ha. Both can’t boot.

I think there may be a problem with one and it spreads to the other.

Could you exchange them to original board and use SDKM to re-flash both board?
It should recover to normal working state.

OH,Yeah. I fixed them all.
I’ll tell you how to do it.

  1. Install 18.04 ubuntu to the U disk and start it with the computer.(The 18.04 version is very important, 20.4 cannot be used and do not install)
  2. Download from https://developer.nvidia.com/drive/sdk-manager (sdkmanager_1.9.1-10844_amd64.deb)and install Jetson SDK Manager.Use this command to install(sudo apt install ./sdkmanager_1.9.1-10844_amd64.deb )
  3. Find the FRC and GND interfaces on the motherboard and connect them with wires.Connect the motherboard to the computer with a USB cable.
  4. Open Sdkmanager on the computer and log in to the NVIDIA developer account.The first step interface, select all, pay attention to the motherboard model.In the second step interface, select all. Downloading programs takes a long time.
  5. After the download is complete, click the install button, and the program will automatically install the system and refresh the QSPI information for the motherboard. Note that a TF card should be installed on the motherboard when installing the program, and I use a 128GB capacity.(Pay attention to unplug the connecting wire of FRC and GND when installing the software)It takes a long time to install the software, but you can’t leave it. You need to click some confirmation buttons and create a system account when installing.
  6. After the installation is complete, click the software exit button, and now the motherboard is updated. You can connect the monitor, connect the motherboard power supply, boot the motherboard again, and everything is back.
  7. Haha,good luck.

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