parent
39e31bdde0
commit
979c61ec2c
@ -0,0 +1,43 @@
|
||||
#!/bin/bash
|
||||
#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8-rc5
|
||||
# --dtb omap3-beagle-xm (BeagleBoard xM (v3.8.x))
|
||||
|
||||
board="BEAGLEBOARD_XM"
|
||||
SYSTEM="beagle_xm"
|
||||
|
||||
#Bootloader:
|
||||
bootloader_http="http://rcn-ee.net/deb/tools/latest/"
|
||||
bootloader_latest_file="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
bootloader_location="fatfs_boot"
|
||||
boot_partition_size="64"
|
||||
spl_name="MLO"
|
||||
boot_name="u-boot.img"
|
||||
|
||||
#Bootloader: u-boot settings
|
||||
boot_image="bootz"
|
||||
boot_script="uEnv.txt"
|
||||
boot_fstype="fat"
|
||||
uboot_SCRIPT_ENTRY="loaduimage"
|
||||
uboot_CMD_LOAD="fatload"
|
||||
|
||||
#Kernel:
|
||||
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap
|
||||
kernel_subarch="omap"
|
||||
kernel_repo="TESTING"
|
||||
|
||||
usbnet_mem="16384"
|
||||
|
||||
#Kernel: Bootloader Settings:
|
||||
kernel_addr="0x80300000"
|
||||
initrd_addr="0x81600000"
|
||||
load_addr="0x80008000"
|
||||
dtb_addr="0x815f0000"
|
||||
dtb_file=
|
||||
|
||||
SERIAL="ttyO2"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
|
||||
SERIAL_MODE=1
|
||||
USE_KMS=1
|
Loading…
Reference in new issue