Failing consecutively to extend APP partition for booting on NVME SSD

First, are you using the custom BSP package from your vendor to flash the custom carrier board?

[   1.4711 ] End sector for APP, expected at: 122159070, actual: 0

It seems the fail is caused from the size issue.

Do you have any customization in partition layout file? (Linux_for_Tegra/tools/kernel_flash/flash_l4t_nvme.xml)
If so, please revert them and refer to the following configurations in your case.

  1. physical size: 119.25GiB
  2. In flash_l4t_nvme.xml: Please use num_sectors=230686720
  3. Please use -S 100GiB in initrd flash command
1 Like