File: mx50_usb_work.conf

package info (click to toggle)
imx-usb-loader 0~git20200517.30b43d69-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,348 kB
  • sloc: ansic: 4,214; xml: 417; makefile: 85; python: 29
file content (15 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mx50
#hid/bulk,[old_header,]max packet size,dcd_addr,{ram start, ram size}(repeat valid ram areas)
hid,64,0xf8006400,0xf8006400,128M
#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

SPL:dcd
u-boot.bin:load 0x77800000
SPL:load 0xF8006400, jump header