1 Acme Systems Arietta G25
6 This default configuration will allow you to start experimenting with the
7 buildroot environment for the Arietta G25. With the current configuration
8 it will bring-up the board, and allow access through the serial console.
10 You can find additional informations, tutorials and a very comprehensive
11 documentation on http://www.acmesystems.it/arietta.
16 To build an image for the Arietta G25 choose the configuration
17 corresponding to the Arietta variant.
19 For 128MB RAM variant type:
21 $ make acmesystems_arietta_g25_128mb_defconfig
23 else for 256MB RAM variant type:
25 $ make acmesystems_arietta_g25_256mb_defconfig
27 To customize the configuration chosen type:
31 When you are ready to start building Buildroot type:
35 How to write the microSD card
36 =============================
38 Once the build process is finished you will have an image called "sdcard.img"
39 in the output/images/ directory.
41 Copy the bootable "sdcard.img" onto an SD card with "dd":
43 $ sudo dd if=output/images/sdcard.img of=/dev/sdX
45 Insert the microSD card into the Arietta slot and power it.
47 The image just built is fairly basic and the only output
48 you will get is on serial console, please consider to use a DPI
49 cable (http://www.acmesystems.it/DPI)