Hello,
First and foremost, our issue is the same reported as this one
Today, after apt-get update/upgrade our Xavier NX was not starting anymore. We then tried to flash the device and got this exception :
[ 5.3954 ] tegradevflash_v2 --oem platformdetails eeprom cvm /data/Linux_for_Tegra/bootloader/cvm.bin
[ 5.3968 ] CPU Bootloader is not running on device.
[ 5.5382 ]
Error: Return value 4
Command tegradevflash_v2 --oem platformdetails eeprom cvm /data/Linux_for_Tegra/bootloader/cvm.bin
Reading board information failed.
Context
We use a custom docker based image to flash our Xavier NX through the eye4 baseboard. The rootfs used was customized for our needs for a previous L4T 32.5.0 and all nvidia prefixed .deb were installed on this custom rootfs from this version of JP.
We updated our Dockerfile multistage to take the latest L4T 32.5.2 and just reused our rootfs mentioned above. The dockerfile is formed as a set of stages building custom kernel, dtb, build custom drivers, update pinmux, customize l4t_initrd and then expose flash.sh as an entrypoint.
pls note, we did not apply_binaries.sh as the rootfs was already prepared with nvidia prefixed .deb version from 32.5.0.
The rootfs get the /etc/apt/source... configured with t194 r32.5
Flash was working every time during days using this method, and finally we decided to update our running and fresh flashed Xavier NX (32.5.2) with apt using basic apt-get update / upgrade as mentioned here
While doing it we noticed at this time the nvidia-l4t-bootloader updating (from 32.5.0 to 32.5.1) as mentioned in the linked post. After rebooting, the Xavier NX was not starting, I tried many times to switch to recovery mode and re-flash and reached again and again
[ 5.3939 ]
[ 5.3954 ] tegradevflash_v2 --oem platformdetails eeprom cvm /data/Linux_for_Tegra/bootloader/cvm.bin
[ 5.3968 ] CPU Bootloader is not running on device.
[ 5.5382 ]
Error: Return value 4
Command tegradevflash_v2 --oem platformdetails eeprom cvm /data/Linux_for_Tegra/bootloader/cvm.bin
Reading board information failed.
Nvidia ? Pls advice on this and confirm we need to RMA ?