Unable to format internal mmc storage

Hi
I’m unable to flash internal sd card storage of Jetson AGX orin 64gb development kit,
I tried installing multiple time in mmc via sdk manager but it was unable install,
After trying multiple times I installed jetpack 6 in nvme drive, then it got install,
When I try to flash the internal mmc it’s showing me below error,


Does it mean internal mmc got corrupted?

Hi mustakahmed.m.u,

Do you mean the internal eMMC? Or SD card in the slot?

Are you trying to format the disk which you are using now?
Please share the result of lsblk and df -h on your board for further check.

Hi @KevinFFF
Sorry for late reply,
Ya I tried installing in internal 64gb eMMC not SD card, Earlier i had installed Jetpack6 in eMMC, but now i cannot, but when i try in external m2 SSD it got installed

Here the output of the commands

(base) jetson@ubuntu:~/visionsentinal$ lsblk
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0          7:0    0     4K  1 loop /snap/bare/5
loop1          7:1    0 164.3M  1 loop /snap/chromium/2906
loop2          7:2    0  69.2M  1 loop /snap/core22/1614
loop3          7:3    0  69.2M  1 loop /snap/core22/1624
loop4          7:4    0  61.2M  1 loop /snap/core24/493
loop5          7:5    0  65.9M  1 loop /snap/cups/1059
loop6          7:6    0 402.2M  1 loop /snap/gnome-46-2404/49
loop7          7:7    0  91.7M  1 loop /snap/gtk-common-themes/1535
loop8          7:8    0  87.3M  1 loop /snap/mesa-2404/142
loop9          7:9    0  33.7M  1 loop /snap/snapd/21761
loop10         7:10   0    16M  1 loop 
mmcblk0      179:0    0  59.2G  0 disk 
mmcblk0boot0 179:32   0     4M  1 disk 
mmcblk0boot1 179:64   0     4M  1 disk 
zram0        252:0    0   2.6G  0 disk [SWAP]
zram1        252:1    0   2.6G  0 disk [SWAP]
zram2        252:2    0   2.6G  0 disk [SWAP]
zram3        252:3    0   2.6G  0 disk [SWAP]
zram4        252:4    0   2.6G  0 disk [SWAP]
zram5        252:5    0   2.6G  0 disk [SWAP]
zram6        252:6    0   2.6G  0 disk [SWAP]
zram7        252:7    0   2.6G  0 disk [SWAP]
zram8        252:8    0   2.6G  0 disk [SWAP]
zram9        252:9    0   2.6G  0 disk [SWAP]
zram10       252:10   0   2.6G  0 disk [SWAP]
zram11       252:11   0   2.6G  0 disk [SWAP]
nvme0n1      259:0    0 238.5G  0 disk 
├─nvme0n1p1  259:1    0   237G  0 part /
├─nvme0n1p2  259:2    0   128M  0 part 
├─nvme0n1p3  259:3    0   768K  0 part 
├─nvme0n1p4  259:4    0  31.6M  0 part 
├─nvme0n1p5  259:5    0   128M  0 part 
├─nvme0n1p6  259:6    0   768K  0 part 
├─nvme0n1p7  259:7    0  31.6M  0 part 
├─nvme0n1p8  259:8    0    80M  0 part 
├─nvme0n1p9  259:9    0   512K  0 part 
├─nvme0n1p10 259:10   0    64M  0 part 
├─nvme0n1p11 259:11   0    80M  0 part 
├─nvme0n1p12 259:12   0   512K  0 part 
├─nvme0n1p13 259:13   0    64M  0 part 
├─nvme0n1p14 259:14   0   400M  0 part 
└─nvme0n1p15 259:15   0 479.5M  0 part 

(base) jetson@ubuntu:~/visionsentinal$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p1  233G   37G  184G  17% /
tmpfs            31G  170M   31G   1% /dev/shm
tmpfs            13G   35M   13G   1% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           6.2G  148K  6.2G   1% /run/user/1000

It seems you are using NVMe SSD as rootfs.
Your internal eMMC(mmcblk0) has been formatted.

May I know what’s your use case now?
Do you want to flash internal eMMC?
If so, please simply run the following command from your host to flash internal eMMC on your devkit.

$ sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1

Thanks for the reply
Can you tell me process of how to execute this cmd using host pc?

Please refer to To Flash the Jetson Developer Kit Operating Software to setup BSP package and flash the board from your host.

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