python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / acmesystems / aria-g25 / readme.txt
blobcb9e9abf7785b622c87e039e8de1eb3c18b361a3
1 Acme Systems Aria G25
3 Build instructions
4 ==================
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:
19 $ make menuconfig
21 When you are ready to start building Buildroot type:
23 $ make
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
32 "dd" command:
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
38 slot and power it.
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.