Agx xavier industrai mmcblk0p15

Hi,

We are working on agx xavier industrial and agx xavier devkit with R35.6.1.
Agx xavier industrial module has 64GB in total, but after flashing official image, mmcblk0p1 is only 28GB, while the remaining 30GB is located in mmcblk0p15.

p@p-desktop:~$ lsblk
NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
loop0          7:0    0   16M  1 loop
mmcblk0      179:0    0 59.3G  0 disk
├─mmcblk0p1  179:1    0   28G  0 part /
├─mmcblk0p2  179:2    0   64M  0 part
├─mmcblk0p3  179:3    0  448K  0 part
├─mmcblk0p4  179:4    0   32M  0 part
├─mmcblk0p5  179:5    0   64M  0 part
├─mmcblk0p6  179:6    0  448K  0 part
├─mmcblk0p7  179:7    0   32M  0 part
├─mmcblk0p8  179:8    0   80M  0 part
├─mmcblk0p9  179:9    0  512K  0 part
├─mmcblk0p10 179:10   0  300M  0 part
├─mmcblk0p11 179:11   0   64M  0 part
├─mmcblk0p12 179:12   0   80M  0 part
├─mmcblk0p13 179:13   0  512K  0 part
├─mmcblk0p14 179:14   0   64M  0 part
└─mmcblk0p15 179:15   0 30.5G  0 part
zram0        251:0    0  1.7G  0 disk [SWAP]
zram1        251:1    0  1.7G  0 disk [SWAP]

Why?
How can I add the 30GB from mmcblk0p15 into mmcblk0p1, so that mmcblk0p1 becomes 58GB?

Thx
Yen

Hi,

Please provide your flashing commands for us to review.

Thanks

Hi,

sudo ./flash.sh jetson-agx-xavier-industrial mmcblk0p1

Thx
Yen

Hi,

Do you modify the flash_l4t_t194_spi_emmc_jaxi.xml config?

Thanks

Hi,

No, we didn’t modify anything.

Thx

Yen

Hi,

Any updates?

Thx

Yen

Hi,

Sorry for the late response.

How do you flash your agx xavier?

If command line, please provide the command for us to review.

Thanks

Hi,

sudo ./flash.sh jetson-agx-xavier-industrial mmcblk0p1

Thx
Yen

Hi,

Any updates?

Thx

Yen

Hi,

We will flash the same BSP onto our AGX Xavier devkit to attempt reproducing the issue.

Thanks

Hi,
We have confirmed that our dev kit does not have this issue.
Please run ls -alh /dev/disk/by-partlabel and identify which partition corresponds to mmcblk0p15.
And check this partition in the XML configuration.

Thanks

Hi,

Please see the output of the command ls -alh /dev/disk/by-partlabel below

We haven’t made any changes toflash_l4t_t194_spi_emmc_jaxi.xml

Please help us with modifing “UDA“ partition in the XML configuration.

The attached xml is the configuration we used, which should be the same as yours.

flash_l4t_t194_spi_emmc_jaxi.xml.txt (42.3 KB)

Just a reminder, we are working with agx xavier industrial on R35.6.1.

Thx

Yen

Hi,

Did you see this issue on your agx xavier industrial and devkit?

Thx

Yen

Hi,

Sorry for the late response.

Please configure the ROOTFSSIZE to your ideal size in the p2972-0000.conf.common file.

Thanks

Hi,

I changed ROOTFSSIZE to ROOTFSSIZE=50GiB; from ROOTFSSIZE=28GiB;

and it showed the following error message at the end of flash log.

[   2.0294 ] Parsing config file :tegra19x-mb1-bct-device-qspi-jaxi.cfg
[   2.0298 ] Added Platform Config 9 data with size :- 40
[   2.0298 ]
[   2.0299 ] Updating mb1-bct with firmware information
[   2.0347 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   2.0381 ] Start sector for recovery, expected >= 105252648, actual 0
Error: Return value 4
Command tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
Failed flashing t186ref.

I also changed EMMCSIZE to EMMCSIZE=63652757504; from EMMCSIZE=31276924928;
It still showed the same error message.

Thx

Yen

Hi,

This solution resolves the error message mentioned above.

Thx

Yen

Hi,

Thank you for your update.
Do above config change resolve the storage size problem?

Thanks