Files
bpfire/config/u-boot/boot.script
Arne Fitzenreiter 983203fa03 u-boot: limit videores to 800x600.
pandaboard has display problems on console with higher resolutions.
2014-02-15 17:50:00 +01:00

8 lines
381 B
Plaintext
Executable File

fatload mmc 0:1 0x82000000 zImage-ipfire-multi
fatload mmc 0:1 0x85000000 uInit-ipfire-multi
#fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb
setenv bootargs video=800x600 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