Hello everyone,
I’m currently working with a Jetson Xavier NX, and I’ve encountered an issue while flashing via recovery mode. By default, the USB interface used during recovery mode is USB 2.0. However, I would like to use the USB 2.1 port connected through USB Type-C (USB 3.2).
In normal boot mode, I am able to configure the USB2.1 interface to operate in OTG mode instead of host mode. Unfortunately, I haven’t found any reference or documentation on how to do the same during recovery mode.
I’ve attempted modifying the Linux_for_Tegra/kernel/dtb/*.dtb.rec
file, but it hasn’t resolved the issue.
Is there a way to enable or configure USB2.1 to be used for flashing instead of USB 2.0 during recovery mode?
Any help or guidance would be greatly appreciated. Thank you!