mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
|
fatload mmc 1:3 0xa0000000 Image
|
||
|
fatload mmc 1:3 0x46000000 dtb
|
||
|
run chipa_set_linux
|
||
|
setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4"
|
||
|
booti 0xa0000000 - 0x46000000
|