mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
kernel-multi: add inital pandaboard support.
some features missing (wlan, led's ...)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
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}
|
||||
fatload mmc 0:1 0x85000000 uInit-ipfire-multi
|
||||
#fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb
|
||||
setenv bootargs vram=32M earlyprintk console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
|
||||
# Pandaboard has serious Problems in dt mode with kernel 3.10.x
|
||||
#bootz 0x82000000 0x85000000 ${fdtaddr}
|
||||
bootz 0x82000000 0x85000000
|
||||
|
||||
Reference in New Issue
Block a user