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,224件の閲覧回数
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,202件の閲覧回数
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,190件の閲覧回数
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 件の賞賛
返信