Signed-off-by: Robert Nelson <robertcnelson@gmail.com>pull/37/head
parent
16e95cd0f5
commit
4cac0f22be
@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
# --dtb omap4-panda-es-b3 (PandaBoard ES Rev B3:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="omap4_panda"
|
||||
conf_bl_http="https://rcn-ee.net/deb/tools/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="fat"
|
||||
bootloader_location="fatfs_boot"
|
||||
spl_name="MLO"
|
||||
boot_name="u-boot.img"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
|
||||
kernel_subarch="armv7"
|
||||
kernel_repo="STABLE"
|
||||
#kernel_repo="TESTING"
|
||||
dtb="omap4-panda-es-b3.dtb"
|
||||
usbnet_mem="32768"
|
||||
need_ti_connectivity_firmware=1
|
||||
|
||||
SERIAL="ttyO2"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
#drm_device_identifier="DVI-D-1"
|
||||
#drm_device_identifier="HDMI-A-1"
|
Loading…
Reference in new issue