xref: /OK3568_Linux_fs/buildroot/board/acmesystems/aria-g25/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Acme Systems Aria G25
2
3Build instructions
4==================
5
6To build an image for the Aria G25 choose the configuration
7corresponding to the Aria variant.
8
9For 128MB RAM variant type:
10
11$ make acmesystems_aria_g25_128mb_defconfig
12
13else for 256MB RAM variant type:
14
15$ make acmesystems_aria_g25_256mb_defconfig
16
17To customize the configuration choosed type:
18
19$ make menuconfig
20
21When you are ready to start building Buildroot type:
22
23$ make
24
25How to write the microSD card
26=============================
27
28Once the build process is finished you will have an image called
29"sdcard.img" in the output/images/ directory.
30
31Write the bootable SD card image "sdcard.img" onto an SD card with
32"dd" command:
33
34  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
35
36Assuming your Aria G25 baseboard has a MicroSD socket, for example
37with the Terra baseboard, insert the microSD card into the baseboard
38slot and power it.
39
40To get the kernel log messages you can use a DPI cable
41(http://www.acmesystems.it/DPI)
42
43You can find additional informations, tutorials and a very
44comprehensive documentation on http://www.acmesystems.it/aria.
45