mfgtools
mfgtools copied to clipboard
UUU interfacing options other than USB OTG
Hi @nxpfrankli
We want to use UUU for flasing eMMC of i.MX 6SX based custom board. We don't have the USB OTG port available (yet!).
Can we interface the board in UUU with any other interface?
Such as,
- USB Host
- UART
- Ethernet
CC @tkmozhi
The key is that ROM only support USB serial download mode. If there are already software running at other storage, the existed uboot tools can already hang USB Host (usb start), UART (rz), Ethernet(tftp).
@nxpfrankli thank for the answer. ✌🏾 Recently we've come across SDP in U-Boot. Is it possible to utilise that (somehow!?) in the UUU tool.
We've seen the references for imx_usb but not the UUU.
CC @tkmozhi
Yes, you can uuu to talk with uboot with SDP.
You need write a script
CFG: SDP -chip uboot -pid
If you just do test, you can change uboot's pid/vid is the same as built-in one.