python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / board / orangepi / orangepi-pc / readme.txt
blobd316b6fc1fd11c864b775c205fce588e53a802af
1 OrangePi PC
3 Intro
4 =====
6 This default configuration will allow you to start experimenting with the
7 buildroot environment for the OrangePi PC. 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_pc_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