Created
May 8, 2016 22:51
-
-
Save tdack/96dedbbfa44d783981d739ba247109b5 to your computer and use it in GitHub Desktop.
Buildroot config for OrangePi Plus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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