If this is your first time installing/building the Avila Build System or RedBoot from this BSP Release 0.7, please perform the following Quick Build of the Avila Build System PRIOR to making any configuration/build changes or customization. This will insure your build environment is working and that you can successfully generate a zImage and ramdisk.gz. If after some changes something goes wrong and you are not able to build successfully you can return here and do a new Quick Build to start over. Your RedBoot toolchains must already be installed and operational before you can build RedBoot. If your toolchain is not yet installed or operational please review README.TOOLCHAINS first. Avila Build System Installation/Quick Build ---------------------------------------------- Assuming the Avila Build System tarball is located in /cdrom/Source and that you are installing/extracting Avila Build System source into /usr/src: # cd /usr/src # tar -xfz /cdrom/Source/avila-build-system.tar.gz # cd avila # make If no build errors (and after 20 minutes to 3 hours), you will have a Linux 2.6 zImage and ramdisk.gz located in /usr/src/avila/images ready for deployment to an Avila board. For more detailed configuration/build instructions see README.BUILD RedBoot Installation/Quick Build -------------------------------------- Assuming the RedBoot tarball is located in /cdrom/Source and that you are installing/extracting RedBoot source into /usr/src: # cd /usr/src # tar -xfz /cdrom/Source/redboot-2.04.tar.gz # cd redboot # make If no build errors, you will have a RedBoot binary located in /usr/src/redboot/images called rb.bin ready to be flashed to an Avila board via JTAG. For more detailed configuration/build instructions see README.BUILD