MLO_nand ramdisk.gz rootfs.ext2 rootfs.ubifs u-boot_sd.img uEnv
_sd_ramdisk.txt zImage
MLO_sd readme.txt rootfs.ext4 sdcard.img u-boot-spl.bin uEnv
_sd.txt
The bootloader, kernel and all kinds of filesystem images are generated all in one
step, they will be introduced in the subsequent section. A cross compile toolchain is
also generated at
<WORKDIR>/Filesystem/myir-buildroot/output/
, users can setup this
toolchain as follows(suppose myir-buildroot is put into $HOME):
export PATH="$HOME/myir-buildroot/output/host/usr/bin:$PATH"
export PATH="$HOME/myir-buildroot/output/host/usr/sbin:$PATH"
export CROSS_COMPILE=arm-myir-linux-gnueabihf-
export TARGET_CC=arm-myir-linux-gnueabihf-gcc
export ARCH=arm
3.3.4 Filesystem Built by Arago
Customers can also run an demo filesystem image created with Arago on a MYD-
AM335X series development board, it was created by TI, please refer to the WIKI
page on TI's website.
http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
27