used the massflash method in JetPack 5.1, and there was no problem when I used one orin separately. When two orins were massflash at the same time, one of them experienced a timeout phenomenon, as described in the following figure. The device on the right experienced a timeout, while the device on the left was normal. How can I solve this problem?
Hi jiangyinghao,
Are you using the devkit or custom board for AGX Orin?
Could you help to capture the serial console log of the one with timeout problem?
Most case of timeout in Step3 is caused from boot up issue.
我使用的是orin devkit ,
后来我使用JetPack5.1.1中的massflash方法,当前已经没有这种问题。
但是现在发现了一个新的问题,
为两台设备刷机的耗时几乎是刷一台设备的两倍,这将大大增加生产的时间成本,请问您有过测试多台设备massflash的耗时吗?
I am using orin devkit,
Later, I used the massflash method in JetPack 5.1.1 and currently there is no such problem.
But now a new problem has been discovered,
The time required to clean two devices is almost twice that of cleaning one device, which will greatly increase the production time cost. Have you ever tested multiple devices for mass flash?
I’ve verified using massflash for 2 AGX Orin devkit with JP5.1.1(R35.3.1).
It takes about 5~6 mins in total.
real 5m2.351s
user 0m4.145s
sys 0m3.416s
Please refer to the following steps to check if you did the same as mine.
1. Generate mfi package:
$sudo ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --massflash 5 --showlogs --network usb0 jetson-agx-orin-devkit mmcblk0p1
2. Put both board into force recovery state and connected to host PC
3. Massflash:
$time sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.