Earlier versions of Jetson Nano Developer Kits (A02)

I got my hands on an early version of Jetson Nano developer kit [ A02 } and I am curious if these devices are installed by the SDK Manager on a single partition or multiple partitions like B0x dev kits.

After installing it through SDK manager I’ve noticed some differences compared with later dev kits. A02 has only one partition and at the bootup process I do not see any nvidia logo simillar to B01 4GB Dev Kit that I have.

I am trying to figure out if the installation was successful or not…or maybe it is a hardware issue with this particular device that I have.

I have installed both JetPack 3.6.2 and 3.5.1. Both of them partitioned the microSD card with a single partition.

NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0         7:0    0    16M  1 loop 
mtdblock0    31:0    0     4M  0 disk 
mmcblk0     179:0    0    29G  0 disk 
└─mmcblk0p1 179:1    0    29G  0 part /
zram0       252:0    0 246,5M  0 disk [SWAP]
zram1       252:1    0 246,5M  0 disk [SWAP]
zram2       252:2    0 246,5M  0 disk [SWAP]
zram3       252:3    0 246,5M  0 disk [SWAP]

Am I doing something wrong in the installation process?

hello konkhra,

you may check and list the partition label in details,
for example, $ ls -al /dev/disk/by-partlabel

$ ls -al /dev/disk/by-partlabel

outputs APP

No other partitons. Am I doing something wrong during the installation?

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 16M 1 loop
mtdblock0 31:0 0 4M 0 disk
mmcblk0 179:0 0 29.8G 0 disk
├─mmcblk0p1 179:1 0 29.8G 0 part /
├─mmcblk0p2 179:2 0 128K 0 part
├─mmcblk0p3 179:3 0 448K 0 part
├─mmcblk0p4 179:4 0 576K 0 part
├─mmcblk0p5 179:5 0 64K 0 part
├─mmcblk0p6 179:6 0 192K 0 part
├─mmcblk0p7 179:7 0 384K 0 part
├─mmcblk0p8 179:8 0 64K 0 part
├─mmcblk0p9 179:9 0 448K 0 part
├─mmcblk0p10 179:10 0 448K 0 part
├─mmcblk0p11 179:11 0 768K 0 part
├─mmcblk0p12 179:12 0 64K 0 part
├─mmcblk0p13 179:13 0 192K 0 part
└─mmcblk0p14 179:14 0 128K 0 part
zram0 252:0 0 991M 0 disk [SWAP]
zram1 252:1 0 991M 0 disk [SWAP]

JetPack 4.6.1
R32 (release), REVISION: 7.2, GCID: 30192233, BOARD: t210ref, EABI: aarch64, DATE: Wed Apr 20 21:34:48 UTC 2022

I use rufus to write SD card, balenaEtcher will have only one partition isuess

hello konkhra,

please see-also flash configure file, such as… cfg/flash_l4t_t210_spi_sd_p3448.xml
there’re device type=“spi” for flashing bootloader binaries, and it’s only APP partition flashed to SD card.

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