CM-FX6: Linux: Package contents
Layout
. ├── extra │ └── fsl-support │ ├── Packages.gz ├── images │ ├── boot.scr │ ├── imx6dl-sbc-fx6.dtb │ ├── imx6q-sbc-fx6.dtb │ ├── install.ext2 │ ├── install.sh │ ├── kernel.img │ ├── kernel.update.tar.bz2 │ ├── ramdisk.img │ └── rootfs.tar.bz2 ├── kernel │ ├── dtb │ │ ├── imx6dl-cm-fx6.dtb │ │ ├── imx6dl-sbc-fx6.dtb │ │ ├── imx6dl-sbc-fx6-hdmi.dtb │ │ ├── imx6dl-sbc-fx6m.dtb │ │ ├── imx6dl-sbc-fx6-mipi.dtb │ │ ├── imx6q-cm-fx6.dtb │ │ ├── imx6q-sbc-fx6.dtb │ │ ├── imx6q-sbc-fx6-hdmi.dtb │ │ ├── imx6q-sbc-fx6m.dtb │ │ └── imx6q-sbc-fx6-mipi.dtb │ ├── dts │ │ ├── imx6dl-cm-fx6.dts │ │ ├── imx6dl-sbc-fx6.dts │ │ ├── imx6dl-sbc-fx6-hdmi.dts │ │ ├── imx6dl-sbc-fx6m.dts │ │ ├── imx6dl-sbc-fx6-mipi.dts │ │ ├── imx6q-cm-fx6.dts │ │ ├── imx6q-cm-fx6.dtsi │ │ ├── imx6qdl-cm-fx6.dtsi │ │ ├── imx6qdl-cm-fx6-hdmi.dtsi │ │ ├── imx6qdl-cm-fx6-mipi.dtsi │ │ ├── imx6qdl-sb-fx6.dtsi │ │ ├── imx6qdl-sb-fx6m.dtsi │ │ ├── imx6qdl-sb-fx6x.dtsi │ │ ├── imx6q-sbc-fx6.dts │ │ ├── imx6q-sbc-fx6-hdmi.dts │ │ ├── imx6q-sbc-fx6m.dts │ │ └── imx6q-sbc-fx6-mipi.dts │ ├── linux-4.1.15-cm-fx6-8.0.config │ ├── linux-4.1.15-cm-fx6-8.0.patch │ ├── modules_4.1.15-cm-fx6-8.0.tar.gz │ ├── patches │ └── zImage-4.1.15-cm-fx6-8.0.bin ├── README.txt ├── utilities │ ├── boot-env │ │ ├── boot.src │ │ ├── Makefile │ │ └── sample_boot.src │ ├── eeprom-util │ │ ├── eeprom-util │ │ ├── eeprom-util-static │ │ └── eeprom-util-v2.1-sources.tar.gz │ └── tftp │ └── tftpd32.zip └── version.txt
version.txt
The contents of the version.txt identifies the package version.
images
- imx6q-sbc-fx6.dtb - SBC-FX6 quad device tree blob; fb0=lcd/dvi
- imx6dl-sbc-fx6.dtb - SBC-FX6 dual device tree blob; fb0=lcd/dvi
- kernel.update.tar.bz2 - archive of the kernel and modules
- rootfs.tar.bz2 - archive of the Debian Stretch root file system with:
- Fluxbox windowmanager
- FreeScale GPU/VPU libraries
- kernel.img - Kernel image required for installation onto the NAND flash or the SSD
- ramdisk.img - Ramdisk image required for installation onto the NAND flash or the SSD
- boot.scr - U-Boot script used for image installation
- install.sh - installation script used for Automatic Installation Procedure
- install.ext2 - ext2 image containing additional scripts for Automatic Installation Procedure
kernel
- zImage-4.1.15-cm-fx6-8.0.bin - ready to run Linux kernel version 4.1.15-cm-fx6-8.0.for CM-FX6
- dtb - Device tree blobs folder
- dts - Device tree blobs source folder
- linux-4.1.15-cm-fx6-8.0.config - Linux kernel 4.1.15-cm-fx6-8.0.configuration file
- linux-4.1.15-cm-fx6-8.0.patch - patch vs. patch vs. rel_imx_4.1.15_1.1.0_ga with support for CM-FX6 peripherals
- patches - ordered collection of patches, that form the single patch above (linux-4.1.15-cm-fx6-8.0.patch)
- modules_4.1.15-cm-fx6-8.0.tar.gz - a modules tarball, that matches the ready to run Linux kernel (zImage-4.1.15-cm-fx6-8.0.bin)
utilities
The utilities directory contains miscellaneous utilities useful for development
- tftp/tftpd32.zip - TFTP server for Windows users
- eeprom-util/eeprom-util - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
- boot-evn/boot.src - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card
- boot-evn/Makefile - Make file for boot.scr
- boot-evn/sample_boot.src - U-Boot script sample that can be used for booting kernel from MMC/SD, USB or SSD
extra
- fsl-support - FreeScale support SW repository.
Contains:
- imx vpu firmware
- imx udev-rules
- imx gpu user space libraries: libgal, libegl, libgles, libVivante
- imx gststreamer codecs and playback plugins
- imx x11 drivers
- chromium_48.0.2548 Web Browser with hw acceleration support
For more information about this repository make use of zcat Packages.gz