|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc2
|
|
|
|
|
# --dtb omap3-beagle-xm-v3.9-dt (BeagleBoard xM:experimental)
|
|
|
|
|
# --dtb omap3-beagle-xm-v3.10-dt (BeagleBoard xM:experimental)
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
|
conf_board="BEAGLEBOARD"
|
|
|
|
@ -38,9 +37,9 @@ conf_uboot_use_uenvcmd=1
|
|
|
|
|
#uboot_fdt_auto_detection=1
|
|
|
|
|
|
|
|
|
|
#Kernel:
|
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap
|
|
|
|
|
kernel_subarch="omap"
|
|
|
|
|
kernel_repo="TESTING"
|
|
|
|
|
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
|
|
|
|
kernel_subarch="armv7"
|
|
|
|
|
kernel_repo="STABLE"
|
|
|
|
|
|
|
|
|
|
usbnet_mem="16384"
|
|
|
|
|
|