I’ve been working on this Jetson Orin Nano Devkit for some time now, it had been through a multitude of flashes through SDKManager. One day while trying to fit it into a custom case we had made we realized it would be a tight fit a peer of mine put it in nontheless and when we went to boot it seemed as though the Module itself had been slightly taken out of the board and the standoff screw had gone missing (replaced it). At first boot everything seemed fine. It booted fine, but we did notice the fan itself was blowing extremely fast something we didn’t really see before. After this we went about our day till the next, when we came back to push some updates on our project, we noticed that we weren’t getting any feedback from the Displayport cable connected to our monitor. Tried a couple of times, took the module out and back in. Until we thought maybe the best thing to do would be reflashing it through SDKManager. Here is some information before I proceed.
Details:
Jetson Orin Dev Kit 8GB
Jetpack 6.2 flashed onto a SSD through SDKManager
No SD Card in slot
Here are some things to note while I was trouble shooting:
Same host has flashed multiple times
Multiple superspeed cables from host to Jetson have been used
Orin power on light is on
Fan continues to blow at high speed whenever plugged in even with no SD Card/ SSD plugged in
No hdmi/display port feed
Recovery Mode allows the sdkmanager to detect it
Flashed Micro SD with Jetpack 5.1.2 inserted still does not boot
SDKManager would fail and would give USB Write Errors
“To fix this issue, please follow the step-by-step instructions below:
Unplug the USB cable from the host computer.
Unplug the power supply cable from the Jetson device.
Check USB connectivity and consider:
Replacing the USB cable.
Add/Remove a USB hub between the Jetson and the host.
Connect the Jetson device to a different USB port on the host computer.
Plug the USB cable to the host computer.
Plug the power supply cable to the Jetson device.
Manually set the Jetson device to recovery mode (again).
Click ‘OK’ and then try to flash again.”
Ran
sudo sed -i ‘s/GRUB_CMDLINE_LINUX_DEFAULT="[a-z ]*/& usbcore.autosuspend=-1/’ /etc/default/grub
sudo update-grub2
reboot
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
*Flash now gets stuck at 99% on SDKManager
I feel like i’ve tried a bunch of stuff to no avail any assistance would be great! This Jetson is around a year old or so.
I’d also like to mention, I was using a D435i Camera and pretty sure I had to make a new kernel version to get the USB module to work. I followed Jetsonhack’s video on it. I don’t know if this is apart of the issue just through i’d put that here.