Hello, I received a jetson Nano developer kit. I have powered it using a couple power 4amp variant especially for the Nano. I have tried multiple monitors and multiple HDMI cords but no luck. I have placed multiple SD cards in with the system on it from a previous Jetson nano. i am getting no HDMI out to my monitor. Can you please assist? Craig
Please use the serial console log to check the board status.
Also, you better checking how that developer kit looks like. There is not much real NV developer kit over the market now…
WayneWWW thank you for getting back to me so rapidly. Here is the output of the serial dump:
[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 : 0xf6
[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: 0x1f022f
[0000.172] Entering ramdump check
[0000.175] Get RamDumpCarveOut = 0x0
[0000.179] 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.199] 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.234] 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.281] Read PT from (2:0)
[0000.296] Using BFS PT to query partitions
[0000.302] 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.679] Kernel DTB Load Address: 0x83100000
[0000.683] BoardID = 3448, SKU = 0x0
[0000.686] QSPI-ONLY: SkipQspiOnlyFlag = 0
[0000.690] Nano-SD: checking PT table on QSPI …
[0000.696] Loading cboot binary
[0000.812] Verifying EBT in OdmNonSecureSBK mode
[0000.854] Bootloader is corrupted!
[0000.857] Error in NvTbootLoadBinary: 0x14 !
[0000.861] BoardID = 3448, SKU = 0x0
[0000.864] QSPI-ONLY: SkipQspiOnlyFlag = 0
[0000.868] Nano-SD: checking PT table on QSPI …
[0000.873] PT: Partition RBL NOT found !
[0000.876] Warning: Find Partition via PT Failed
[0000.881] Error is 1
Looks like the bootloader software is corrupted.
There is no way to recover this by using sdcard. You must reflash the board by using another x86 host ubuntu host PC with our sdkmanager tool.
Thanks Wayne, I only have a windows PC with limited memory and likely not able to install ubuntu for windows on it. This nano was sent to me last Oct or Nov as a replacement for another defective unit - I am just getting to booting it up now. Is it possible to send this one back as well as I am not sure I want to erase lots of stuff on my laptop to make room for ubuntu and the I think the SDK manager to reflash the nano. Looking for your advice. Craig
Sorry, this situation does not match RMA situation. Your board does not have hardware defect.
Honestly, I would say if you want to develop on a Jetson device, you must prepare a ubuntu PC there.
OK Ill set it up. If I run into any probs with the reflash I will get back to you. Thanks Wayne.
Wayne one last (stupid) question. I have flashed jetpack 4.6.1 on the jetson / random SD card by using the SDK manager which I ran from an Ubuntu 18. 04 laptop. The application I have created is on jetpack 4.6 on another card of course. Will the 4.6 based application I have created run on the newly flashed Jetson Nano (which as I said was flashed with 4.6.1). The reason I ask is I put in the 4.6 based application and I seem to be having issues. Thank you. Craig
It could be related to some userspace library that might have dependencies issue.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.