You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/bash
|
|
|
|
# --dtb omap5-uevm (SVTRONICS OMAP5432 EVM:supported)
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
conf_board="omap5_uevm"
|
|
|
|
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-lpae
|
|
|
|
kernel_subarch="armv7-lpae"
|
|
|
|
kernel_repo="STABLE"
|
|
|
|
#kernel_repo="TESTING"
|
|
|
|
dtb=
|
|
|
|
usbnet_mem=""
|
|
|
|
|
|
|
|
SERIAL="ttyO2"
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
di_serial_mode="enable"
|