|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc6
|
|
|
|
|
# --dtb imx6q-sabresd (Freescale i.MX6q SABRE Board for Smart Devices:supported)
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
|
conf_board="MX6QSABRESD"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
|
|
|
|
|
conf_board="mx6qsabresd"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
|
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
|
|
|
|
|
|
#Bootloader Partition:
|
|
|
|
@ -40,9 +39,9 @@ conf_uboot_use_uenvcmd=1
|
|
|
|
|
#uboot_fdt_auto_detection=1
|
|
|
|
|
|
|
|
|
|
#Kernel:
|
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx
|
|
|
|
|
kernel_subarch="imx"
|
|
|
|
|
kernel_repo="STABLE"
|
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
|
|
|
|
kernel_subarch="armv7"
|
|
|
|
|
kernel_repo="TESTING"
|
|
|
|
|
|
|
|
|
|
usbnet_mem=
|
|
|
|
|
|
|
|
|
@ -55,6 +54,8 @@ conf_initrdaddr="0x12A00000"
|
|
|
|
|
conf_fdtfile="imx6q-sabresd.dtb"
|
|
|
|
|
need_dtbs=1
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
SERIAL="ttymxc0"
|
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
@ -62,5 +63,4 @@ SERIAL_MODE=1
|
|
|
|
|
|
|
|
|
|
VIDEO_CONSOLE="console=tty0"
|
|
|
|
|
HAS_IMX_BLOB=1
|
|
|
|
|
VIDEO_FB="mxcdi1fb"
|
|
|
|
|
VIDEO_TIMING="RGB24,1280x720M@60"
|
|
|
|
|
conf_imx_video="video=mxcfb0:dev=hdmi,1280x720@60,if=RGB565"
|
|
|
|
|