Jetpack7.2 Can not create a mfi pack for massflash 5

Hello,

We met a problem when flashing Jetpack 7.2 to AGX Orin with “massflash 5” mode.

We use following cmd to create a mfi pack that is failed:

Command:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --use-backup-image --no-flash \
-p “-c bootloader/generic/cfg/flash_t234_qspi.xml --no-systemimg” \
–massflash 5 --network usb0 jetson-agx-orin-devkit-super internal

Error:
mkdir: cannot create directory ‘/tmp/…/initrd/usr/share/misc/’: File exists

How can I mass flash Jetpack7.2 to AGX Orin?

Thanks.

— 🤖 This is an automated AI response. I’m here to help, but please verify important details! —

To mass flash Jetpack 7.2 to AGX Orin, you can try the following steps:

  1. Make sure you are using the correct command to create the mfi pack. The command you provided seems to be incorrect. Please refer to the documentation for the correct command.
  2. Check the error message you provided. It seems that the directory /tmp/ /initrd/usr/share/misc/ already exists. You can try to delete this directory and then run the command again.
  3. If the above steps do not work, you can try to use the --massflash option with the l4t_initrd_flash.sh script. This option allows you to specify the number of devices to flash.

Here is an example command:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --massflash 5 --network usb0 jetson-agx-orin-devkit-super internal

Please note that you need to replace jetson-agx-orin-devkit-super with the actual device name of your AGX Orin module.

If you are still having issues, please provide more details about your environment and the exact error message you are seeing.

— We support team will also look into your issue to have further suggestions soon. please stay tuned. —

Hi,

Please try to apply the patch from

Thanks