NVIDIA Jetson Nano Developer Kit B01 Booting fail

I am using the NVIDIA Jetson Nano Developer Kit. I was using it in the existing A02 version, but there is a problem that it does not boot when the SD card is inserted into the B01 version. Is there any way to do the migration or fix the error?
I think the pinmux configuration (device tree binary - DTB) for the A02 version of the Jetson Nano may not be compatible with the B01 version.
Thanks.

Please have a new SD card to do the setup for B01 module. If still can’t boot, please do the reflash with SDK manager.

Thanks

Can you please give a little more detailed guide? It would be helpful if you recommend a link or video.

Hi,

you can check our developer guide to do a complete re-flash:
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3273/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/quick_start.html#

I will add some details: The Nano developer’s kit, which does not have eMMC, does have QSPI memory on the module itself. The equivalent of a BIOS, plus boot content, resides on the QSPI. Only the operating system lives on the SD card. So even if the SD card is perfect, it has to be mixed with compatible QSPI content. Sometimes this means you need to flash the Nano itself (not the SD card).

Flash software runs on an Ubuntu 18.04 (or 16.04 for this hardware) Linux system. JetPack/SDK Manager can download and set up the flash. L4T is what actually gets flashed (it is Ubuntu plus NVIDIA drivers). Their release versions are tied together. See either of:

Full documentation is also in those URLs.

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