Hello everyone, my jetson agx initially run ubuntu 18.04 but i need 20.04 to run some computer vision stuffs. So i decided to upgrade jetson linux with command sudo apt dist-upgrade then my jetson reboot and hang on logo, unfortunately when i try to flash using nvidia sdk manager but when i plugged the type c cable to jetson not thing happen, sdk manager not recognize the jetson, also i can not find any image support agx xavier to flash to sd card so that all i have tried.
Hi,
Make sure you are using the correct USB Type-C port on the Jetson. The one used for flashing is located next to the 40-pin connector. Also, follow the procedure to put the board in recovery mode:
- Connect the Linux host computer to the USB Type-C connector on the developer kit.
- Connect the AC adapter.
- Press and hold down the Force Recovery button.
- Press and hold down the Power button.
- Release both buttons
Hi @miguel.taylor thanks for your answer . But i been connected the right port (front type C) but the host machine still refuse to recognize jetson (as i plugged not thing happened), i wonder if that port is broken or something
If the Jetson isn’t recognized, it could be due to a few reasons:
- Cable Issues: Try using a different USB-C cable to rule out any problems with the cable itself.
- Power Supply: Make sure that the Jetson device is receiving power properly or try using a different power supply if you have a spare one.
- Hardware Issues: If none of the above solutions work, there might be a hardware issue either with the Jetson or the host machine’s USB ports.
You can also try connecting to the UART console by plugging a cable into the micro USB port and using a serial monitor like minicom
. This can help you debug the issue.
@miguel.taylor do you know any image for agx xavier, i can not find any
I don’t think there are publicly available images for any Jetson. What you can do is download the sources from the Jetson Download Center and build an image yourself or clone the image from a working Jetson.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.