Hi everyone, it’s my first time dealing with a Jetson, so I’m not completely sure if it is even a Nano type. I’m sharing the product link below just to be sure:
(ps: sorry if I give you unnecessary details or don’t explain the problem well, but as I said, I’m new to this)
https://connecttech.com/product/photon-jetson-nano-ai-camera-platform/
This is the guide they gave me to follow, which is why I didn’t use the SDK Manager features. Instead, I followed the commands from this guide:
https://connecttech.com/resource-center/kdb373/
Everything goes fine until step 12, where I run the final flash command. Here’s the important part of the log:
flah result.txt (19.2 KB)
I also tried different flash commands such as:
# Flash rootfs on NVMe
sudo FORCE_QSPI=1 SUPER_MODE=0 ./CTI-L4T/cti-nvme-flash.sh CTI-L4T/conf/cti/orin-nano/photon/rpi-imx219
# QSPI flash
sudo ./flash.sh --qspi-only cti/orin-nano/photon/rpi-imx219 mmcblk0p1
sudo SUPER_MODE=0 ./CTI-L4T/cti-nvme-flash.sh CTI-L4T/conf/cti/orin-nano/photon/rpi-imx219
I’m sure it’s in recovery mode since lsusb gives me the correct output both before and after flashing:
post flash: picciotto@picciotto:~/nvidia/nvidia_sdk/JetPack_6.2.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra$ lsusb
Bus 001 Device 003: ID 8087:0a2a Intel Corp.
Bus 001 Device 038: ID 0955:7035 NVIDIA Corp. Linux for Tegra
Bus 001 Device 031: ID 30fa:0300 NVIDIA Linux for Tegra
GPT said that the errors I get shouldn’t prevent it from running, but when I try to boot, after a quick screen with the ConnectTech logo it flashes these errors and then goes to a black screen:
Note: I actually did flash it correctly one time, it started and everything was fine until they gave me a camera and it couldn’t see it. After several tries i didn’t come up with any solutions but to flash it again with the options that u can see in the first rows of the file results, because in the first time I just used the base option
Thx in advance for any help
