********************************************** * TechNexion Android 5.1.1 Source code * * Release Date: 2016-03-29 * * Document revision: V1.1 * ********************************************** ********************************************** * Supports the following products: * * - EDM1-CF-IMX6 * * - TC0700 * * - TC0750 * * - PICO-IMX6 * * - TEK3-IMX6 * ********************************************** Quick Start Instructions: 1. Download and uncompress source code 2. Set up compile environment (by product): % cd For EDM1-CF-IMX6 (with EDM1-FAIRY baseboard and HDMI display) % source cookers/env.bash.imx6.edm1-cf.fairy.hdmi For TC0700 or TC0750: % source cookers/env.bash.imx6.tc0700.tc0700.hdmi For PICO-IMX6 (with PICO-DWARF baseboard and HDMI display): % source cookers/env.bash.imx6.pico.dwarf.hdmi See inside the cookers folder for additional options. 3. Compile source code Use: % cook -j8 for full build, % heat -j8 for a rebuild, and % throw to clean build area ("make distclean"). 3. Flash images 3-1 SD: # flashcard /dev/sdcard 3-2 EMMC: 1. Download "generic installer" for your product, and make an SD card of it. 2. Insert sd card with generic installer into your board 3. Boot your board from SD 4. Connect your PC and your board using an OTG cable. 5. Run # flashcard /dev/sdcard This release includes the following external apps: - Technexion CANBUS test: packages/apps/EDM_CANBUS_PRE - Technexion UART test: packages/apps/EDM_UART_PRE - Technexion GPIO test: packages/apps/EDM_GPIO_PRE - Technexion REBOOT: package/apps/CMFM_PRE - CM Filemanager: packages/apps/TN_REBOOT - busybox: external/busybox - ssh-server: external/openssh