fedora16 and mini6410 linuxboard

VENKATAGIRI HEGDE
Please help me how to build and load the embedded linux provided by
friendly arm through FEDORA16 and 6410 board .please tell me steps to
follow.I am using dell laptop

Arya K S
Hi

1. Install fedora16 as virtual machine in your lap. for that install
virtualbox application.
2. Download latest linux kernel from kernel.org
3. Uncompress the tar file
4. Install arm-gcc-linux cross compiler
5. Login as root user
6.Export arch to arm and cross compiler path to working directory
7. using make menuconfig/config/gconfig u can configure ur kernel
8. Build zImage file using make zImage command
9. Download this image file along with bootloader and other filesystems to
the board
10. Build ur own embedded linux