|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
#!/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-sabrelite (Boundary Devices: Freescale i.MX6Q Board:supported)
|
|
|
|
|
|
|
|
|
|
SYSTEM="mx6qsabrelite"
|
|
|
|
@ -37,7 +36,8 @@ conf_uboot_bootscript="6x_bootscript"
|
|
|
|
|
#Kernel:
|
|
|
|
|
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
|
|
|
|
kernel_subarch="armv7"
|
|
|
|
|
kernel_repo="STABLE"
|
|
|
|
|
#kernel_repo="STABLE"
|
|
|
|
|
kernel_repo="TESTING"
|
|
|
|
|
|
|
|
|
|
usbnet_mem=
|
|
|
|
|
|
|
|
|
@ -50,14 +50,11 @@ conf_initrdaddr="0x12A00000"
|
|
|
|
|
conf_fdtfile="imx6q-sabrelite.dtb"
|
|
|
|
|
need_dtbs=1
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
SERIAL="ttymxc1"
|
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
|
SERIAL_MODE=1
|
|
|
|
|
|
|
|
|
|
VIDEO_CONSOLE="console=tty0"
|
|
|
|
|
HAS_IMX_BLOB=1
|
|
|
|
|
VIDEO_FB="mxcdi1fb"
|
|
|
|
|
VIDEO_TIMING="RGB24,1280x720M@60"
|
|
|
|
|
USE_KMS=1
|
|
|
|
|
|
|
|
|
|
conf_note_bootloader="http://eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite+SPI+Flash+Recovery"
|
|
|
|
|