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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,222 次查看
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 项奖励
回复
2 回复数

1,200 次查看
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 项奖励
回复

1,188 次查看
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 项奖励
回复