mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
|
bootpart=0:1
|
||
|
bootdir=/
|
||
|
bootfile=zImage
|
||
|
fdtdir=/dtbs
|
||
|
uenvcmd=run loadfdt; run loadimage; run uenvbootargs ; bootz ${loadaddr} - ${fdtaddr}
|
||
|
loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile}
|
||
|
devtype=mmc
|
||
|
uenvbootargs=setenv bootargs console=${console} root=/dev/mmcblk0p2
|