]> Git Repo - buildroot-mgba.git/blob - board/cubietech/cubieboard1/readme.txt
configs/cubieboard1: new defconfig
[buildroot-mgba.git] / board / cubietech / cubieboard1 / readme.txt
1 Cubietech Cubieboard1
2 =====================
3
4 Cubieboard1 is the first generation Cubieboard from Cubietech.
5
6 Cubietech:
7 http://www.cubietech.com/product-detail/cubieboard1
8
9 Linux Sunxi Wiki:
10 https://linux-sunxi.org/Cubietech_Cubieboard
11
12 Building
13 --------
14
15 Configure and build with
16
17   make cubieboard1_defconfig
18   make
19
20 Flashing
21 --------
22
23 Flash the sdcard image onto a micro sdcard with
24
25   dd if=output/images/sdcard.img of=/dev/sdX bs=1M conv=fsync
26
27 Running
28 -------
29
30 Connect a 3V3 serial interface to the serial header on the top side of the board
31 (between the USB jacks and the A10 chip). Then provide power to the board. The
32 interface uses 115200 baud.
This page took 0.02605 seconds and 4 git commands to generate.