mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
6 lines
282 B
Plaintext
Executable File
6 lines
282 B
Plaintext
Executable File
fatload mmc 0:1 0x82000000 zImage-ipfire-multi
|
|
fatload mmc 0:1 0x83600000 uInit-ipfire-multi
|
|
fatload mmc 0:1 ${ftdaddr} omap4-${board_name}.dtb
|
|
setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
|
|
bootz 0x82000000 0x83600000 ${ftdaddr}
|