mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 14:11:19 +02:00
initial commit
This commit is contained in:
4
recipes-bsp/rpi-u-boot-scr/files/usb-boot.cmd.in
Normal file
4
recipes-bsp/rpi-u-boot-scr/files/usb-boot.cmd.in
Normal file
@ -0,0 +1,4 @@
|
||||
fdt addr ${fdt_addr} && fdt get value bootargs /chosen bootargs
|
||||
fatload usb 0:1 ${kernel_addr_r} @@KERNEL_IMAGETYPE@@
|
||||
if test ! -e usb 0:1 uboot.env; then saveenv; fi;
|
||||
@@KERNEL_BOOTCMD@@ ${kernel_addr_r} - ${fdt_addr}
|
Reference in New Issue
Block a user