X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fcongatec%2Fqmx6%2Freadme.txt;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fboard%2Fcongatec%2Fqmx6%2Freadme.txt;h=d2e0dcacbd2907291512275a96fc9e1e6e5fd14b;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/board/congatec/qmx6/readme.txt b/cirros-testvm/src-cirros/buildroot-2015.05/board/congatec/qmx6/readme.txt new file mode 100644 index 0000000..d2e0dca --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/board/congatec/qmx6/readme.txt @@ -0,0 +1,36 @@ +This is the minimal buildroot support for the Congatec QMX6 Qseven CoM + +conga-QMX6 is based on the freescale iMX6 SoC. For more information please +have a look at http://www.congatec.com/products/qseven/conga-qmx6.html + +The configuration is based on the currently latest kernel release from +Congatec's git repository which is based on 3.0.35. The bootloader u-boot +is preconfigured on the CPU module and does not need to be replaced. + +To build the default configuration you only have to: + + make qmx6_defconfig && make + +You will need a microSD card of sufficient size and the first or only +partition configured as Linux type. + +To transfer the system to the card do: + + $ sudo dd if=output/images/rootfs.ext2 of=/dev/sdX1 + +You can optionally extend the filesystem size to the whole partition: + + $ sudo resize2fs /dev/sdX1 + +You can also update the card image without completely rewriting it: + + $ sudo mount /dev/sdX1 /mnt + $ sudo tar xf output/images/rootfs.tar -C /mnt + $ sudo umount /mnt + +Connect a terminal program to the rs232 connector marked "CONSOLE" +with baudrate set to 115200, insert the microSD card into the socket +on the CPU module and power the board to watch the system boot. + +Booting from the SD card slot on the base board is currently not +supported.