At i.MX8MQ, we used SDP to download data (~2K bytes) to a memory address.
e.g.
uuu sdp: write -f data.bin -addr 0x184000
However, i.MX8M Plus changed to SDPS. How to use SDPS to download data to a memory address 0x184000.
Hi
If you want to debug uboot.bin, you need get relocate address from uboot using command "bdinfo",then use uuu download it to ram relocate address.
Regards
Zhiming