85af101cea
- configs/acmesystems_arietta_g25_128mb_defconfig, configs/acmesystems_arietta_g25_256mb_defconfig : update default configuration files for both 128MB and 256MB version - board/acmesystems/arietta-g25/genimage.cfg board/acmesystems/arietta-g25/post-image.sh : improve 'post-image.sh' and 'genimage.cfg' used to build sdcard.img - board/acmesystems/arietta-g25/readme.txt : update documentation for Arietta G25 Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com> Acked-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
Acme Systems Arietta G25
|
|
|
|
Intro
|
|
=====
|
|
|
|
This default configuration will allow you to start experimenting with the
|
|
buildroot environment for the Arietta G25. With the current configuration
|
|
it will bring-up the board, and allow access through the serial console.
|
|
|
|
You can find additional informations, tutorials and a very comprehensive
|
|
documentation on http://www.acmesystems.it/arietta.
|
|
|
|
Build instructions
|
|
==================
|
|
|
|
To build an image for the Arietta G25 choose the configuration
|
|
corresponding to the Arietta variant.
|
|
|
|
For 128MB RAM variant type:
|
|
|
|
$ make acmesystems_arietta_g25_128mb_defconfig
|
|
|
|
else for 256MB RAM variant type:
|
|
|
|
$ make acmesystems_arietta_g25_256mb_defconfig
|
|
|
|
To customize the configuration chosen type:
|
|
|
|
$ make menuconfig
|
|
|
|
When you are ready to start building Buildroot type:
|
|
|
|
$ make
|
|
|
|
How to write the microSD 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
|
|
|
|
Insert the microSD card into the Arietta slot and power it.
|
|
|
|
The image just built is fairly basic and the only output
|
|
you will get is on serial console, please consider to use a DPI
|
|
cable (http://www.acmesystems.it/DPI)
|