i.MX8M Plus: How to use SPDS to download data to memory address

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX8M Plus: How to use SPDS to download data to memory address

656 Views
jlok
Contributor I

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.

0 Kudos
Reply
2 Replies

634 Views
jlok
Contributor I

The main purpose is to load the DDRC setting without rebuilding the uboot.bin file. Just download the data to memory and use it at bootup.

0 Kudos
Reply

622 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply