18 lines
865 B
Plaintext
18 lines
865 B
Plaintext
mx53
|
|
#hid/bulk,[old_header,]max packet size,dcd_addr,{ram start, ram size}(repeat valid ram areas)
|
|
bulk,512,0xf8006000,0x70000000,512M,0xf8006000,0x12000
|
|
#file:dcd,plug,load nnn,jump [nnn/header/header2]
|
|
#jump nnn - new header is placed after last downloaded word
|
|
# entire file is loaded before jump, needs load nnn as well
|
|
# i.e. file:load nnn,jump nnn
|
|
#jump header - only length parameter is downloaded
|
|
# header - uses existing header(error if none), but clears plug and dcd values unless plug also specified
|
|
# header2 - uses 2nd header found(error if none)
|
|
#plug - without jump uses header but clears plug flag to stop after plug execution
|
|
|
|
#../u-boot-watchie/u-boot.bin:dcd,plug,jump header
|
|
|
|
../imx_utils/mx53_ddr_init_xm.bin:dcd,plug
|
|
../u-boot-watchie/mx53_ubl_ecspi.bin:load 0x73f00000
|
|
../imx_utils/mx53_ecspi_ram_write_xm.bin:jump header2
|