From ee7e836aa6d15451a61607be21c230ed4e269385 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 27 Aug 2014 11:43:16 -0500 Subject: [PATCH] hwpack: add A10-OLinuXino-Lime & A20-OLinuXino-Lime, work in progress Signed-off-by: Robert Nelson --- hwpack/A10-OLinuXino-Lime.conf | 31 +++++++++++++++++++++++++++++++ hwpack/A20-OLinuXino-Lime.conf | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 hwpack/A10-OLinuXino-Lime.conf create mode 100644 hwpack/A20-OLinuXino-Lime.conf diff --git a/hwpack/A10-OLinuXino-Lime.conf b/hwpack/A10-OLinuXino-Lime.conf new file mode 100644 index 0000000..2c55a72 --- /dev/null +++ b/hwpack/A10-OLinuXino-Lime.conf @@ -0,0 +1,31 @@ +#!/bin/bash +# --dtb A10-OLinuXino-Lime (Olimex Ltd: A10-OLinuXino-Lime:wip) + +#Bootloader: +conf_board="A10-OLinuXino-Lime" +conf_bl_http="https://rcn-ee.net/deb/tools/latest" +conf_bl_listfile="bootloader-ng" + +#Bootloader Partition: +conf_boot_fstype="ext2" + +bootloader_location="dd_uboot_boot" +dd_uboot_bs="1024" +dd_uboot_seek="8" +unset spl_name +boot_name="u-boot.sunxi" + +#Bootloader: u-boot features: +conf_config_distro_defaults="enable" + +#Kernel: +#https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 +kernel_subarch="armv7" +#kernel_repo="STABLE" +kernel_repo="TESTING" +dtb="sun4i-a10-olinuxino-lime.dtb" +usbnet_mem= + +SERIAL="ttyS0" +SERIAL_CONSOLE="${SERIAL},115200n8" +di_serial_mode="enable" diff --git a/hwpack/A20-OLinuXino-Lime.conf b/hwpack/A20-OLinuXino-Lime.conf new file mode 100644 index 0000000..b624a79 --- /dev/null +++ b/hwpack/A20-OLinuXino-Lime.conf @@ -0,0 +1,31 @@ +#!/bin/bash +# --dtb A20-OLinuXino-Lime (Olimex Ltd: A20-OLinuXino-Lime:wip) + +#Bootloader: +conf_board="A20-OLinuXino-Lime" +conf_bl_http="https://rcn-ee.net/deb/tools/latest" +conf_bl_listfile="bootloader-ng" + +#Bootloader Partition: +conf_boot_fstype="ext2" + +bootloader_location="dd_uboot_boot" +dd_uboot_bs="1024" +dd_uboot_seek="8" +unset spl_name +boot_name="u-boot.sunxi" + +#Bootloader: u-boot features: +conf_config_distro_defaults="enable" + +#Kernel: +#https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 +kernel_subarch="armv7" +#kernel_repo="STABLE" +kernel_repo="TESTING" +dtb="sun7i-a20-olinuxino-lime.dtb" +usbnet_mem= + +SERIAL="ttyS0" +SERIAL_CONSOLE="${SERIAL},115200n8" +di_serial_mode="enable"