When I try to update drivers and install packages I accidently broke the os and I am trying to hard reset or a install new boot but I can’t.I can connect orin from host computer with screen comment but system doesn’t display. SDK mannager always gives errors like if its Autmatic usb 3.x doesn’t support use manuel. When I do manual when jetson linux update gives me an error installing fails. I try ./ Flash comment its returns error to I coudn’t figuer out. Is there a iso image for ag orin 64gb
You can try to share out what is the exact error logs you got from sdkmanager or flash.sh… it is far better than your current description…
Incidentally, JetPack/SDK Manager has its own logging mechanism and it can zip the logs for you to attach to the forum. If you were to flash on command line, then you could use something like this for a log:
sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1 2>&1 | tee log_flash.txt
(it is the appended “2>&1 | tee log_flash.txt
” which logs the left hand side)
Hi,
Does this host ever flash any kind of jetson orin before?
It could be a known issue on ubuntu 20.04 + Orin flash issue. And it is still unknown reason to out side too.
Try other host may bypass this problem.
There is also a trick here to try. But this does not 100% guarantee would resolve issue
[quote=“Cannot flash Jetson AGX Orin (JetPack 5.1.1), post:15, topic:253705”]
sudo -s echo -1 > /sys/module/usbcore/parameters/autosuspend
Should I prefer 18.04 or 20.04 is good for new host?
As I know, this issue only happened to ubuntu 20.04.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.