Skip to content

Instantly share code, notes, and snippets.

@tdack
Created May 8, 2016 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdack/96dedbbfa44d783981d739ba247109b5 to your computer and use it in GitHub Desktop.
Save tdack/96dedbbfa44d783981d739ba247109b5 to your computer and use it in GitHub Desktop.
Buildroot config for OrangePi Plus
# board/orangepi/orangepi_plus/readme.txt
OrangePi Plus
Intro
=====
This default configuration will allow you to start experimenting with the
buildroot environment for the OrangePi PC. With the current configuration
it will bring-up the board, and allow access through the serial console.
How to build it
===============
Configure Buildroot:
$ make orangepi_plus_defconfig
Compile everything and build the self extracting initrd FEL boot image:
$ make
Booting
=======
Once the build process is finished you will have a script called
"fel-boot.bsx" in the output/images/ directory.
Make sure sunxi-tools/sunxi-fel is in your current PATH if they are
not installed.
Connect your OrangePi Plus via the OSB-OTG port and put it into FEL
mode by pressing the FEL button. Run fel-boot.bsx and the OrangePi
Plus will boot from the compiled image.
$ sudo fel-boot.bsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment