mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
1381fa6c5c
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38691
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
fatload mmc 0:1 0x80000000 openwrt-omap-uImage
|
|
setenv bootargs vram=32M fixrtc mem=1G@0x80000000 root=/dev/mmcblk0p2 rootfstype=ext4 console=ttyO2,115200n8 rootwait
|
|
bootm 0x80000000
|