|
|
@ -1,12 +1,9 @@
|
|
|
|
#!/bin/bash
|
|
|
|
#!/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 imx51-babbage (Freescale i.MX51 Babbage Board:supported)
|
|
|
|
# --dtb imx51-babbage (Freescale i.MX51 Babbage Board:supported)
|
|
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
#Bootloader:
|
|
|
|
conf_board="MX51EVK"
|
|
|
|
conf_board="mx51evk"
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
|
|
|
|
|
|
|
|
#Bootloader Partition:
|
|
|
|
#Bootloader Partition:
|
|
|
@ -44,7 +41,7 @@ conf_uboot_use_uenvcmd=1
|
|
|
|
#Kernel:
|
|
|
|
#Kernel:
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
|
|
|
kernel_subarch="armv7"
|
|
|
|
kernel_subarch="armv7"
|
|
|
|
kernel_repo="STABLE"
|
|
|
|
kernel_repo="TESTING"
|
|
|
|
|
|
|
|
|
|
|
|
usbnet_mem=
|
|
|
|
usbnet_mem=
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +53,8 @@ conf_fdtaddr="0x91ff0000"
|
|
|
|
conf_fdtfile="imx51-babbage.dtb"
|
|
|
|
conf_fdtfile="imx51-babbage.dtb"
|
|
|
|
need_dtbs=1
|
|
|
|
need_dtbs=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
|
|
SERIAL="ttymxc0"
|
|
|
|
SERIAL="ttymxc0"
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
|
|
|