d2e0dcacbd2907291512275a96fc9e1e6e5fd14b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / congatec / qmx6 / readme.txt
1 This is the minimal buildroot support for the Congatec QMX6 Qseven CoM
2
3 conga-QMX6 is based on the freescale iMX6 SoC. For more information please
4 have a look at http://www.congatec.com/products/qseven/conga-qmx6.html
5
6 The configuration is based on the currently latest kernel release from
7 Congatec's git repository which is based on 3.0.35. The bootloader u-boot
8 is preconfigured on the CPU module and does not need to be replaced.
9
10 To build the default configuration you only have to:
11
12         make qmx6_defconfig && make
13
14 You will need a microSD card of sufficient size and the first or only
15 partition configured as Linux type.
16
17 To transfer the system to the card do:
18
19         $ sudo dd if=output/images/rootfs.ext2 of=/dev/sdX1
20
21 You can optionally extend the filesystem size to the whole partition:
22
23         $ sudo resize2fs /dev/sdX1
24
25 You can also update the card image without completely rewriting it:
26
27         $ sudo mount /dev/sdX1 /mnt
28         $ sudo tar xf output/images/rootfs.tar -C /mnt
29         $ sudo umount /mnt
30
31 Connect a terminal program to the rs232 connector marked "CONSOLE"
32 with baudrate set to 115200, insert the microSD card into the socket
33 on the CPU module and power the board to watch the system boot.
34
35 Booting from the SD card slot on the base board is currently not
36 supported.