glibc: bump default to version 2.24
[buildroot-gz.git] / board / orangepi / orangepi-one / readme.txt
blobe650f82d11489e0444ce576d1178541a3156fe86
1 OrangePi One
3 Intro
4 =====
6 This default configuration will allow you to start experimenting with the
7 buildroot environment for the OrangePi One. With the current configuration
8 it will bring-up the board, and allow access through the serial console.
10 How to build it
11 ===============
13 Configure Buildroot:
15     $ make orangepi_one_defconfig
17 Compile everything and build the SD card image:
19     $ make
21 How to write the SD card
22 ========================
24 Once the build process is finished you will have an image called "sdcard.img"
25 in the output/images/ directory.
27 Copy the bootable "sdcard.img" onto an SD card with "dd":
29   $ sudo dd if=output/images/sdcard.img of=/dev/sdX