Jetson Nano 2gb Development kit doesn't boot #747
-
Hallo All, I am currently working on migrating our application from using Xavier nx to using nano 2gb. Unfortunately I am not able to get the board to boot although I am following the exact same steps as I did with the xavier nx. The only difference is the machine configuration MACHINE = "jetson-nano-2gb-devkit" I have noticed that the sd card portioning differs greatly between yocto image and the one provided by Nvidia. Please have a look at the below 2 snapshots. The first one is yocto and the other is nvidia. mmcblk0 179:0 0 29.7G 0 disk mmcblk0 179:0 0 29.7G 0 disk Am I missing something here? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
When you say it doesn't boot, what exactly does that mean - that is, at what point does the boot fail? Do you have a serial console attached, and can you provide a copy of the output there? Also, which branch are you build from, and did you re-flash the SPI flash before trying to boot? There was a major change in the boot partition layouts for the Nanos between R32.4.x and R32.5.0, so if your Nano has the R32.5.0 SPI flash layout, it won't boot an image built off an R32.4.x BSP, and vice-versa. |
Beta Was this translation helpful? Give feedback.
-
Thanks Matt for the quick response! I am using the master branch for both poky and meta-tegra. I am also using sd card to boot the board. So after ./dosdcard.sh, I copy the image to the sd card using dd. The same method I used to boot the nx before. I also attached a serial cable and captured the following output: 00.472] Set High speed to 1 It seems that some partitions are missing and I don't know why. I am not really sure what you mean by "and did you re-flash the SPI flash before trying to boot?". Could you please elaborate more? |
Beta Was this translation helpful? Give feedback.
Thanks Matt for the quick response!
I am using the master branch for both poky and meta-tegra. I am also using sd card to boot the board. So after ./dosdcard.sh, I copy the image to the sd card using dd. The same method I used to boot the nx before. I also attached a serial cable and captured the following output:
00.472] Set High speed to 1
[0000.475] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWaitForCommandComplete func at 278 line
[0000.485] Command complete wait failed with error 0x3 Interrupt 0x18001
[0000.492] Number of retries left 4
[0000.501] Using GPT Primary to query partitions
[0000.505] Read PT from (2:0)
[0000.521] Using BFS PT to query partitions
[0000…