diff mbox

[1/1] This commit adds the readme.txt to the the Orange Pi PC board configuration.

Message ID 1451390020-3145-1-git-send-email-echaudron@xiot.nl
State Accepted
Headers show

Commit Message

Eelco Chaudron Dec. 29, 2015, 11:53 a.m. UTC
Signed-off-by: Eelco Chaudron <echaudron@xiot.nl>
---
 board/orangepi/orangepipc/readme.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 board/orangepi/orangepipc/readme.txt

Comments

Thomas Petazzoni Dec. 29, 2015, 5:06 p.m. UTC | #1
Dear Eelco Chaudron,

On Tue, 29 Dec 2015 12:53:40 +0100, Eelco Chaudron wrote:
> Signed-off-by: Eelco Chaudron <echaudron@xiot.nl>
> ---
>  board/orangepi/orangepipc/readme.txt | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 board/orangepi/orangepipc/readme.txt

Thanks, I've applied your patch with a few minor tweaks. The main tweak
is that your commit title was not appropriate. A commit title should be
short (< 80 characters), not be a sentence, and must start with a
"category". So I've changed it to:

	configs: add readme.txt for the orangepipc defconfig

Thanks!

Thomas
diff mbox

Patch

diff --git a/board/orangepi/orangepipc/readme.txt b/board/orangepi/orangepipc/readme.txt
new file mode 100644
index 0000000..3953c80
--- /dev/null
+++ b/board/orangepi/orangepipc/readme.txt
@@ -0,0 +1,35 @@ 
+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 trough the serial console.
+
+Unfortunately this boards processor is not yet supported by the mainline 
+kernel, and therefore this default configuration is using a private Linux
+4.4RC kernel repository.
+
+
+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