We are trying to copy to the host the APP image from a Xaiver. We need to deploy this image to production. APP image copying works fine using an HP Z440 tower. However, if we use a new Dell Precision 5280 the copy fails with the message:
USB communication failed.Check if device is in recovery
Other than the host difference, there is no change in hardware or scripting. L4T 32.5.1. We are using a custom carrier board. lsusb shows the Xavier is in recovery mode when the failure occurs.
grep indicates this failure message is being thrown from a Nvidia binary:
$ grep -EHnR --exclude-dir=rootfs "USB communication failed" ./
Binary file ./bootloader/tegrarcm_v2 matches
Any suggestions on how to address this failure such that we can use a modern host PC to copy a heavily customized APP image?
Shell command:
sudo ./flash.sh -r -k APP -G backup.img jetson-xavier mmcblk0p1
Here is the flash.sh console output:
flash_sh_dell_precision_5820_fail.txt (37.3 KB)