Peter Korsgaard 42c882ba21 orangepipc: Accommodate U-Boot environment on SD-card 9 years ago
..
boot.cmd d7327c69c8 configs: new orangepipc_defconfig 9 years ago
genimage.cfg 42c882ba21 orangepipc: Accommodate U-Boot environment on SD-card 9 years ago
post-build.sh d7327c69c8 configs: new orangepipc_defconfig 9 years ago
post-image.sh dbae4d1e04 configs/orangepi: Changing Linux kernel to v4.5-rc1 9 years ago
readme.txt dbae4d1e04 configs/orangepi: Changing Linux kernel to v4.5-rc1 9 years ago

readme.txt

OrangePi PC

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 orangepipc_defconfig

Compile everything and build the SD card image:

$ make

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

$ sudo dd if=output/images/sdcard.img of=/dev/sdX