2016-09-22 11:50:32 +02:00
|
|
|
Acme Systems Aria G25
|
|
|
|
|
2015-07-01 12:24:53 +02:00
|
|
|
Build instructions
|
|
|
|
==================
|
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
To build an image for the Aria G25 choose the configuration
|
|
|
|
corresponding to the Aria variant.
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
For 128MB RAM variant type:
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
$ make acmesystems_aria_g25_128mb_defconfig
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
else for 256MB RAM variant type:
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
$ make acmesystems_aria_g25_256mb_defconfig
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
To customize the configuration choosed type:
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
$ make menuconfig
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
When you are ready to start building Buildroot type:
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
$ make
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
How to write the microSD card
|
|
|
|
=============================
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
Once the build process is finished you will have an image called
|
|
|
|
"sdcard.img" in the output/images/ directory.
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
Write the bootable SD card image "sdcard.img" onto an SD card with
|
|
|
|
"dd" command:
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
$ sudo dd if=output/images/sdcard.img of=/dev/sdX
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
Assuming your Aria G25 baseboard has a MicroSD socket, for example
|
|
|
|
with the Terra baseboard, insert the microSD card into the baseboard
|
|
|
|
slot and power it.
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
To get the kernel log messages you can use a DPI cable
|
|
|
|
(http://www.acmesystems.it/DPI)
|
2015-07-01 12:24:53 +02:00
|
|
|
|
2016-09-22 11:50:32 +02:00
|
|
|
You can find additional informations, tutorials and a very
|
|
|
|
comprehensive documentation on http://www.acmesystems.it/aria.
|