board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / board / acmesystems / arietta-g25 / readme.txt
blobf356b0a2645f7d9846308c42f866998ea670ec5b
1 Acme Systems Arietta G25
3 Intro
4 =====
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.
13 Build instructions
14 ==================
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:
29 $ make menuconfig
31 When you are ready to start building Buildroot type:
33 $ make
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)