mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
Create boot-lime2.next
This commit is contained in:
parent
e140d07125
commit
b582373110
1 changed files with 5 additions and 0 deletions
5
config/boot-lime2.next
Normal file
5
config/boot-lime2.next
Normal file
|
@ -0,0 +1,5 @@
|
|||
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10
|
||||
ext4load mmc 0 0x46000000 /boot/uImage
|
||||
ext4load mmc 0 0x49000000 /boot/dtbs/sun7i-a20-olinuxino-lime2.dtb
|
||||
env set fdt_high ffffffff
|
||||
bootm 0x46000000 - 0x49000000
|
Loading…
Add table
Reference in a new issue