did you meant such failure only reported by running d430 at port-index=<2>?
had you confirm it’s actually output validate frame packets to CSI channel as well?
The problem is that when the device is running, an error message is displayed. When the device is turned off and then turned on again, there is no problem. There is no way to capture the status of the serializer and deserializer in time when the problem occurs.
it’s doable, you may use the OTA payload to update bootloader remotely.
we’ve also tested and verified it could update rce-fw remotely.
for instance,
(1) Please update rce-fw on your host machine, i.e. update $OUT/Linux_for_Tegra/bootloader/camera-rtcpu-t234-rce.img with the updated firmware binary.
(2.1) You should also visit L4T page, jetson-linux-r3541 to download the same release version [OTA Tools] package.
(2.2) You may refer to developer guide for Preparing the OTA Payload Package section to prepare the OTA payload.
(3) Running below commands to generate an OTA payload package to only update Bootloader for your Orin Nano DevKit. $ sudo -E ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh --external-device nvme0n1 -b jetson-orin-nano-devkit R35-4
(4) Here’s created OTA payload, you may deliver this ota_payload to your remote targets for running bootloader update. $ ls $OUT/Linux_for_Tegra/bootloader/jetson-orin-nano-devkit/ota_payload_package.tar.gz