Zedbox Orin flash failure - QSPI Error

@Myzhar thanks for your prompt reply, and I apologize for the delay in getting back to you. Some competing priorities took our attention away from this issue.

We are still continuing to have this issue, now on other Orin NX 16 devices from Stereolabs. We are specifically trying to downgrade from L4T36.4.4 to L4T36.3, because certain parts of our application do not work with Deepstream 7.1 on Jetson.

We tried running the command you suggested:
cd ./stereolabs_bsp/Linux_for_Tegra
sudo ./flash.sh --no-systemimg -c ./bootloader/generic/cfg/flash_t234_qspi.xml p3509-a02-p3767-0000 internal

This ran successfully.

However, on rerunning the full flash script using this command:
BSP_ROOT=$PWD/stereolabs_bsp/ ./zedbox_onx_usb_flash_6.0.sh

This script still failed in the same way (unable to flash QSPI…).

However, we do now see L4T36.3 on the boot screen. Previously it was L4T36.4 at the boot screen and 36.3 in /etc/nv_tegra_release. We have two questions:

  1. Is the device expected to work correctly now?
  2. is there anything we can do to make the flash script actually work as intended?

Thanks for your help!