JetPack5.1.1
hardware: Orin 64G module
make massflash packgae cmd:
sudo BOARDID=3701 FAB=500 BOARDSKU=0005 BOARDREV=M.0 ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --network usb0 --massflash 6 jetson-agx-orin-devkit mmcblk0p1
massflash cmd:
sudo /tools/kernel_flash/l4t_initrd_flash.sh --network usb0 --massflash 6 jetson-agx-orin-devkit mmcblk0p1
The phenomenon of failure is as follows: on the left is the serial port log, and on the right is the massflash log. I suspect it is related to BoardREV, but I obtained this value by observing and printing the log using ‘./flash’.
Hi,
are you using a virtual machine, or a real Ubuntu PC?
Also, what Ubuntu version is in use?
Please try if disabling USB auto suspend on the host helps:
sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend
system
Closed
July 26, 2023, 2:36am
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.