You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/boot/uboot-omap/files/boot.scr.txt

6 lines
180 B
Plaintext

setenv bootargs console=${console} root=/dev/mmcblk0p2 rootwait
load mmc 0:1 ${loadaddr} /zImage \
&& load mmc 0:1 ${fdtaddr} /dtbs/${fdtfile} \
&& bootz ${loadaddr} - ${fdtaddr}