package/pkg-toolchain-external: indentation cleanup
[buildroot-gz.git] / board / nexbox / a95x / readme.txt
blobe08b4e4e6ba97767bfe315f546f9943e544e13b9
1 Nexbox A95X
3 Intro
4 =====
6 Nexbox A95X is a low cost Android STB based around an Amlogic s905(x) SoC
7 (quad A53), 8/16GB eMMC and 1/2GB RAM.  To use this defconfig, wires to the
8 internal UART solder pads must be added.  See the linux-meson page for
9 details:
11 http://linux-meson.com/doku.php?id=nexbox_a95x_s905
13 Both the s905 (gxbb) and s905x (gxl) variant is supported.
15 This default configuration will allow you to start experimenting with the
16 buildroot environment for the A95X.  With the current configuration it will
17 bring-up the board from microSD, and allow access through the serial
18 console.
20 How to build it
21 ===============
23 Configure Buildroot:
25     $ make nexbox_a95x_defconfig
27 Compile everything and build the SD card image:
29     $ make
31 How to write the SD card
32 ========================
34 Once the build process is finished you will have an image called "sdcard.img"
35 in the output/images/ directory.
37 Copy the bootable "sdcard.img" onto a microSD card with "dd":
39   $ sudo dd if=output/images/sdcard.img of=/dev/sdX
41 How to boot
42 ===========
44 Insert microSD card and connect serial cable. Power board and stop
45 U-Boot by pressing any key. Boot the system by typing:
47 fatload mmc 0:1 0x1070000 boot.scr
48 autoscr 0x1070000