mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
5 lines
218 B
Plaintext
Executable File
5 lines
218 B
Plaintext
Executable File
fatload mmc 0:1 0x80000000 uImage-ipfire-omap
|
|
fatload mmc 0:1 0x81600000 uInit-ipfire-omap
|
|
setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
|
|
bootm 0x80000000 0x81600000
|