Apart from through the console connector is there another way to access the console. For example through the SWD or Jtag?
What hardware are you using? Are you talking about U-boot console?
The stock shipping U-boot uses UART5 for the console. You can compile your own U-boot that uses a different U-boot as a console and boot your module with your won custom U-boot via USB OTG.
Thanks for the reply.We are using the pro. We are trying to find a way to load our firmware onto the board using a test jig without having to connect to the console through the console port.
You can create your own U-boot image that boots and executes “fastboot 0” command on start, load that u-boot via USB then you can program the module via uuu without console.