[Buildroot] [PATCH 2/2] orangepi: add basic support for orangepi-one board

Peter Korsgaard peter at korsgaard.com
Thu Dec 15 16:28:04 UTC 2016


>>>>> "Sergey" == Sergey Matyukevich <geomatsi at gmail.com> writes:

 > Board support package includes the following components:
 > - mainline u-boot 2016.09.01
 > - mainline kernel 4.9

 > Signed-off-by: Sergey Matyukevich <geomatsi at gmail.com>
 > ---
 >  board/orangepi/orangepi-one/boot.cmd      |  8 +++++++
 >  board/orangepi/orangepi-one/genimage.cfg  | 36 +++++++++++++++++++++++++++++++
 >  board/orangepi/orangepi-one/post-build.sh | 11 ++++++++++
 >  board/orangepi/orangepi-one/post-image.sh | 14 ++++++++++++
 >  board/orangepi/orangepi-one/readme.txt    | 29 +++++++++++++++++++++++++
 >  configs/orangepi_one_defconfig            | 29 +++++++++++++++++++++++++

It is a bit annoying that we have to duplicate all files for each of the
several orangepi board variants, so I've added a patch to share the
post-build / post-image scripts and committed both patches, thanks.

 > +BR2_TARGET_UBOOT=y
 > +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 > +BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 > +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
 > +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_one"

Any specific reason to not use uboot-2016.11?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list