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.
38 lines
776 B
38 lines
776 B
#!/bin/bash
|
|
# --dtb imx51-babbage (Freescale i.MX51 Babbage Board:supported)
|
|
|
|
#Bootloader:
|
|
conf_board="mx51evk"
|
|
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
#Bootloader Partition:
|
|
conf_boot_fstype="ext2"
|
|
|
|
bootloader_location="dd_uboot_boot"
|
|
uboot_name="u-boot.imx"
|
|
dd_uboot_count=""
|
|
dd_uboot_seek="2"
|
|
dd_uboot_conf=""
|
|
dd_uboot_bs="512"
|
|
unset spl_name
|
|
boot_name="u-boot.imx"
|
|
|
|
#Bootloader: u-boot features:
|
|
conf_smart_uboot="enable"
|
|
|
|
#Kernel:
|
|
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7
|
|
kernel_subarch="armv7"
|
|
#kernel_repo="LTS41"
|
|
kernel_repo="LTS44"
|
|
#kernel_repo="LTS49"
|
|
#kernel_repo="STABLE"
|
|
#kernel_repo="TESTING"
|
|
#dtb=
|
|
#usbnet_mem=
|
|
|
|
SERIAL="ttymxc0"
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
di_serial_mode=enable
|