|
|
|
@ -1,12 +1,9 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
#http://repo.or.cz/w/wandboard.git/shortlog/refs/heads/wandboard
|
|
|
|
|
# --dtb wandboard-solo (Freescale based i.MX6 Wandboard (Single Core) WandBoard Tree:supported)
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
|
conf_board="WANDBOARD_SOLO"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
|
|
|
|
|
conf_board="wandboard_solo"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
|
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
|
|
|
|
|
|
#Bootloader Partition:
|
|
|
|
@ -57,9 +54,13 @@ conf_initrdaddr="0x12A00000"
|
|
|
|
|
#conf_fdtfile="imx6dl-wandboard.dtb"
|
|
|
|
|
#need_dtbs=1
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
SERIAL="ttymxc0"
|
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
|
#SERIAL_MODE=1
|
|
|
|
|
|
|
|
|
|
VIDEO_CONSOLE="console=tty0"
|
|
|
|
|
HAS_IMX_BLOB=1
|
|
|
|
|
conf_imx_video="video=mxcfb0:dev=hdmi,1280x720@60,if=RGB565"
|
|
|
|
|