From 697c63f7d4295d3829b356f35be6647e891d1c42 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 8 Jan 2016 18:11:42 -0600 Subject: [PATCH] add: orangepi_pc kernel in 4.5 timeframe Signed-off-by: Robert Nelson --- hwpack/orangepi_pc.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 hwpack/orangepi_pc.conf diff --git a/hwpack/orangepi_pc.conf b/hwpack/orangepi_pc.conf new file mode 100644 index 0000000..7bd662a --- /dev/null +++ b/hwpack/orangepi_pc.conf @@ -0,0 +1,39 @@ +#!/bin/bash +# --dtb orangepi_pc (orangepi_pc:supported) + +#Bootloader: +conf_board="orangepi_pc" +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.sunxi" +dd_uboot_count= +dd_uboot_seek="8" +dd_uboot_conf="fsync,notrunc" +dd_uboot_bs="1024" +unset spl_name +boot_name="u-boot.sunxi" + +#Bootloader: u-boot features: +conf_config_distro_defaults="enable" +conf_smart_uboot="enable" + +#Kernel: +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7-lpae +kernel_subarch="armv7-lpae" +#kernel_repo="LTS" +kernel_repo="LTS44" +#kernel_repo="STABLE" +#kernel_repo="TESTING" +#kernel_repo="EXPERIMENTAL" +#temp dtb.. +dtb="sun8i-h3-orangepi-plus.dtb" +usbnet_mem= + +SERIAL="ttyS0" +SERIAL_CONSOLE="${SERIAL},115200n8" +di_serial_mode="enable"