mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
Update boot-cubietruck-next.cmd
This commit is contained in:
parent
7d91d0b79b
commit
91ff0d5f71
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
setenv bootargs console=ttyS0,115200 sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 sunxi_no_mali_mem_reserve r
|
||||
oot=/dev/mmcblk0p1 rootwait panic=10 ${extra}
|
||||
setenv bootargs console=ttyS0,115200 sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 sunxi_no_mali_mem_reserve root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
|
||||
ext4load mmc 0 0x46000000 /boot/uImage
|
||||
ext4load mmc 0 0x49000000 /boot/sun7i-a20-cubietruck.dtb
|
||||
env set fdt_high ffffffff
|
||||
bootm 0x46000000 - 0x49000000
|
||||
bootm 0x46000000 - 0x49000000
|
||||
|
|
Loading…
Add table
Reference in a new issue