From 2e52be798276fe0c28949f4a16fce0ca20e52153 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 1 Jul 2015 07:24:53 -0300 Subject: [PATCH] configs/acmesystems_aria_g25: new configs Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- board/acmesystems/aria-g25/readme.txt | 51 ++++++++++++++++++++ configs/acmesystems_aria_g25_128mb_defconfig | 23 +++++++++ configs/acmesystems_aria_g25_256mb_defconfig | 23 +++++++++ 3 files changed, 97 insertions(+) create mode 100644 board/acmesystems/aria-g25/readme.txt create mode 100644 configs/acmesystems_aria_g25_128mb_defconfig create mode 100644 configs/acmesystems_aria_g25_256mb_defconfig diff --git a/board/acmesystems/aria-g25/readme.txt b/board/acmesystems/aria-g25/readme.txt new file mode 100644 index 0000000000..734ccd2df5 --- /dev/null +++ b/board/acmesystems/aria-g25/readme.txt @@ -0,0 +1,51 @@ +Build instructions +================== + +As a regular user configure and then build: + +$ make acmesystems_aria_g25_128mb_defconfig (128MB RAM variant) + or... +$ make acmesystems_aria_g25_256mb_defconfig (256MB RAM variant) + +$ make + +Writing to the MicroSD card +=========================== + +Assuming your Aria G25 baseboard has a MicroSD socket, for example with +the Terra baseboard, you'll need a blank MicroSD (obviously) initialized +in a particular way to be able to boot from it. + +Assuming the card is seen as /dev/sdb in your PC/laptop/other device +you'll need to run the following commands as root or via sudo. + +Make sure all of the card partitions are unmounted before starting. + +First we'll need to create two partitions: + +# sfdisk -uM /dev/sdb <