summaryrefslogtreecommitdiff
path: root/recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-17 19:18:11 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-23 16:50:06 +0100
commit960369345d92b189b4d1af0701da75c9b8d3767a (patch)
tree12f8521715fa8458e00c0fe1b227c90862eeef23 /recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf
parent53fdf58e0a31c94ef446fe7c9e20585dad763099 (diff)
imx-loader: move to a spl/u-boot download chain
Move from a recovery u-boot.imx to download first the SPL which immediately goes into SDP download mode again and then downloads u-boot.img. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf')
-rw-r--r--recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf b/recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf
new file mode 100644
index 0000000..2a28feb
--- /dev/null
+++ b/recipes-devtools/imx-loader/imx-loader/vybrid_usb_rom.conf
@@ -0,0 +1,16 @@
+vybrid
+#hid/bulk,[old_header,]max packet size,dcd_addr,{ram start, ram size}(repeat valid ram areas)
+#SysRAM0
+#hid,1024,0x3f007000,0x10000000,1G,0x3f007000,0x31000
+#gfxRAM
+hid,1024,0x3f400000,0x10000000,1G,0x3f400000,0x80000
+#file:dcd,plug,load nnn,jump [nnn/header/header2]
+#jump nnn - header is 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
+#load nnn - load entire file to address
+#../u-boot/u-boot.imx:jump header