Flash error on L4T32.7.1, app image is not found

i use 32.7.1 package to flash a nx device,and i met this problem(app image is not found)

my flash commad is
“${curdir}”/“tools/kernel_flash/l4t_initrd_flash.sh” --external-device nvme0n1p1 -c “${NVME_XML}” --showlogs “${board_type}” internal

i check the log with ‘set -x’ and i found there is a file(
L4T/tools/kernel_flash//images/external/ flash.xml.tmp
) lost
then i check the 32.6.1 flash process, i found there is a line changed in
Linux_for_Tegra/tools/kernel_flash/l4t_create_images_for_kernel_flash.sh:315
cp -avf “${FLASH_XML_FILE}” “${dest_dir}/flash.xml.tmp”
this line is removed in L4T32.7.1

and i tested if add this line back, it’s done
i want to figure out why do you remove this line, and should i do this kind of operation to solve this problem?
is there any solution you recommend?

Sorry for the late response, is this still an issue to support? Thanks

yes, it is.
I want to make sure what I should do for this issue, I believe flash.xml.tmp is a temp file, and maybe it’s time to remove this file. So is there any infomation for this change? Now adding cp operation back worked, but it doesn’t look like good enough.
Thanks

Not sure if still an issue, please try with the latest L4T R32.7.2.
Sorry to bring the trouble. Thanks

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