Hi,
We had received a bunch of AGX Orin 32GB SOMs. We could not able to flash our build from source BSP onto one of the SOMs. We had successfully flashed the all other SOMs.
We are getting USB timeout error(log attached). We had tried disabling the USB autosuspend and tried with other Ubuntu 20.04 host PC too. But unfortunately we could not resolve it.
Expecting some guidelines regarding this issue.
We had tried flashing JP 5.1.1 using sdkmanager where could able to flash the default BSP. But we could not flash the build from source BSP.
We seen this behaviour in only one SOM, all other SOMs successfully got flashed.
Commad for flash: sudo ./flash.sh jetson-agx-orin-xxx-xxx mmcblk0p1
What does that mean build from source BSP? What source did you modify?
I mean to say that we had downloaded the JP 5.1.1 source code and applied kernel customization (our peripheral driver, device tree changes and kernel changes) and built the source.
Does default BSP able to flash that only one problematic module?
Sorry, I didn’t get you exactly. The default BSP flashed successfully using sdkmanager.
You told us only one module has flash problem. Correct?
– Yes, only one module has the flash problem.
If you don’t build anything from source code, but just use default BSP, will it be able to flash this one module mentioned in (1)?
– Yes, we can able to flash the default BSP without building anything using the same command.
Moreover, I tried building the default source without any customizations(without applying our kernel changes and our driver) and tried flashing, but end up with the same error(Timeout in USB Write).
Conclusion: Default BSP without building is flashing well, but building the default BSP is not getting flashed.