mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 05:12:09 +02:00
Linux_SDK_V0.9.5
This commit is contained in:
10
board/xilinx/bootscripts/sdboot.cmd
Normal file
10
board/xilinx/bootscripts/sdboot.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
# This is an example file to generate boot.scr - a boot script for U-Boot
|
||||
# This example only target for qspi boot, sameway it can be created for boot
|
||||
# devices like nand.
|
||||
# Generate boot.scr:
|
||||
# ./tools/mkimage -c none -A arm -T script -d sdboot.cmd boot.scr
|
||||
#
|
||||
# It requires a list of environment variables used below to be defined
|
||||
# before load
|
||||
#
|
||||
mmc dev $devnum && mmcinfo && run uenvboot || run sdroot$devnum;load mmc $devnum:$partid $fdt_addr system.dtb && load mmc $devnum:$partid $kernel_addr Image && booti $kernel_addr - $fdt_addr
|
||||
Reference in New Issue
Block a user