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 / gnublin / README
1 This the Buildroot support for the LPC3131 based Gnublin board (see here:
2 http://en.gnublin.org/) and to the Elektor Linux board
3 (http://www.elektor.com/news/elektor-presents-embedded-linux-made-easy.2147294.
4 lynkx)
5
6 Unfortunately currently the AD and the pwm modules are not supported, i'm about
7 to add also those drivers as well to the current kernel later.
8
9 Base kernel version: 3.7 (available here:
10 https://gitorious.org/linux-3-7-gnublin/linux-3-7-gnublin/commits/gnublin-
11 support)
12
13 U-boot version: 2009.11 (available here:
14 https://gitorious.org/u-boot-gnublin-support/u-boot-gnublin-support)
15
16
17 Steps to create a bootable SD card (with the given config you need an at least
18 500 MB SD card):
19
20 1.Config buildroot with the gnublin_defconfig:
21
22 $ make gnublin_defconfig
23
24 2.Tweak the config for your needs:
25
26 $ make menuconfig
27
28 3.Build:
29
30 $ make
31
32 4.Create two partitions on your SD card, one with type of BootIt (fdisk ID: df),
33 the size should be around 1M, and another partition with all of the left space
34 on the card, and with the type of normal DOS partition.
35
36 5.From the output/images directory dump the u-boot image to the BootIt partition
37 (probably you have to modify the output /dev files according to your system):
38
39 $ dd if=output/images/u-boot.bin of=/dev/sdc1
40
41 6.Dump the root fs image as well:
42
43 $ dd if=output/images/rootfs.ext2 of=/dev/sdc2
44
45 7.Insert the SD card into the board's slot, and your board should boot up with
46 your newly created system.
47
48 Any feedback/report is welcome on the mr.zoltan.gyarmati[at]gmail.com