6 To build an image for the Aria G25 choose the configuration
7 corresponding to the Aria variant.
9 For 128MB RAM variant type:
11 $ make acmesystems_aria_g25_128mb_defconfig
13 else for 256MB RAM variant type:
15 $ make acmesystems_aria_g25_256mb_defconfig
17 To customize the configuration choosed type:
21 When you are ready to start building Buildroot type:
25 How to write the microSD card
26 =============================
28 Once the build process is finished you will have an image called
29 "sdcard.img" in the output/images/ directory.
31 Write the bootable SD card image "sdcard.img" onto an SD card with
34 $ sudo dd if=output/images/sdcard.img of=/dev/sdX
36 Assuming your Aria G25 baseboard has a MicroSD socket, for example
37 with the Terra baseboard, insert the microSD card into the baseboard
40 To get the kernel log messages you can use a DPI cable
41 (http://www.acmesystems.it/DPI)
43 You can find additional informations, tutorials and a very
44 comprehensive documentation on http://www.acmesystems.it/aria.