The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / cubietech / cubieboard / readme.txt
1 cubieboard and cubieboard2
2
3 -----
4 Intro
5 -----
6
7 To be able to use your cubieboard board with the images generated by
8 Buildroot you have to correctly setup the SD card.
9
10 For more information, please see http://linux-sunxi.org/FirstSteps
11
12 ---------------
13 How to build it
14 ---------------
15
16 You need to use the cubieboard_defconfig or cubieboard2_defconfig, to do so:
17  * make cubieboard_defconfig
18 or
19  * make cubieboard2_defconfig
20
21 And to compile:
22  * make
23
24 -----------------
25 What is generated
26 -----------------
27
28 After building, you should obtain this tree:
29
30     output/images/
31     +-- rootfs.tar
32     +-- boot.scr
33     +-- script.bin
34     +-- sunxi-spl.bin
35     +-- u-boot.bin
36     +-- u-boot-sunxi-with-spl.bin (optional)
37     `-- uImage
38
39 --------------------------
40 How setting up the SD card
41 --------------------------
42
43 Depending on the rootfs size, you might want to use a 2GB or larger SD-card.
44 The script mkcubiecard.sh will take care of partitioning and formatting
45 the SD-card.
46
47 BEWARE! This process will erase your SD card.
48
49 Use dmesg to find out where the SD card is attached in the /dev tree
50 (<device>) and then:
51
52 # sudo ./mkcubiecard.sh <images_dir> <device>
53
54 where:
55  - <images_dir> is the directory containing the generated files (usually
56    output/images)
57  - <device> is the device file of the SD card (usually /dev/sdX)
58
59
60
61 --
62 Carlo Caione <carlo.caione@gmail.com>