A prebuilt AVR32 Linux image for the STK1000 can be found in the BSP CD at /BSP-CD/builds/stk1000/avr32-linux-image.img.gz.
The BSP CD includes a reference script that builds an AVR32 Linux file system image. The reference script is available from: /BSP-CD/scripts/build-linux-environment.sh.
NOTE: Windows does not support the second extended file system (ext2), and the Linux kernel is not guaranteed to build under cygwin, so this can only be done when running Linux on your host machine.
build-linux-environment.sh can be run as follows:
mkdir /home/stk100build cd /home/stk1000build cp -r /bsp-cd/scripts . cp -r /bsp-cd/software .
cp /bsp-cd/builds/stk1000-linux-image-reference.tar.gz . tar -zxf stk1000-linux-image-reference.tar.gz
cd scripts mkdir build
bash ./build-linux-environment.sh ../software ../sd-image-reference build
Once you have built the file system image you can write it to an SD card or mount the filesystem over NFS
build-linux-environment.sh to remove or add packages.