ARM Embedded Linux (AEL) File System Version 4.0 ================================================ The AEL-ALIP file systems are now produced using the matrix scripts and repositories as detailed at http://www.linux.onarm.com/index.php/Main_Page. and the AEL project: sbox-target > git clone git://linux-arm.org/public/projects/AEL For detailed build instructions see AEL/README The images were produced with toolchains derived from the Code Sourcery ( http://www.codesourcery.com ) lite 2009q3-67 release source code. The code was rebuilt and packaged for scratchbox at ARM Ltd. Additional notes regarding these file systems may be made available at www.linux-arm.org . Contents ======== Minimal development systems (_min): Busybox, ssh, udev, sbrshd bin/armv5t_min.cramfs bin/armv6vfp_min.cramfs bin/armv7at2neon_min.cramfs Legacy uclinux MMUless syatems: Busybox bin/uc_armbase_2.5.cramfs bin/uc_armbase_2.5_thumb.cramfs Full matrix systems (_mtx): All matrix generic packages, some additions (see AEL project files) bin/armv5t_mtx.cramfs bin/armv6vfp_mtx.cramfs bin/armv7at2neon_mtx.cramfs Third party codecs may be added to AEL-ALIP builds in the manner described at http://linux.onarm.com/index.php/3rdpartycodecs Architectures ============= armv5t ARM Architecture 5t plus VFP armv6vfp ARM Architecture 6 plus VFP armv7at2neon ARM Architecture 7 Thumb-2 plus NEON For complete compilation & configuration options see AEL project files esp. file architectures. Changes relative to AEL 3.0 =========================== * Thumb2 file systems now built for NEON, rather than just VFP * All AEL-ALIP file systems build & install eglibc system libraries, rather than using the toolchain libraries. The gcc system libraries, libgcc_s and libstdc++, are still installed from the toolchain. If using the rebuilt 2009q3-67 toolchain, installing the runtimes requires the setting of an environment variable - see AEL/set_cruntimes.src * The v5 & v6 mtx .cramfs images have python-2.6 removed to reduce the image size. * The complete source tree used in each build is recorded in the /usr/share/build-cache/AEL_commits file The script AEL/reconstruct.sh allows the source tree to be reconstructed from that data * The ALIP & AEL generic-3 branches were used for AEL-ALIP 4.0.