first commit
This commit is contained in:
6
br2_external/board/x6200/uboot/boot.cmd
Normal file
6
br2_external/board/x6200/uboot/boot.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "------------ X6200 boot script ------------"
|
||||
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 fbcon=rotate:3 video=VGA:480x800
|
||||
fatload mmc 0:1 0x46000000 zImage
|
||||
fatload mmc 0:1 0x49000000 ${fdtfile}
|
||||
bootz 0x46000000 - 0x49000000
|
||||
|
||||
Reference in New Issue
Block a user