FPGARM4ULinux bootstrap

From Fpga4u

Jump to: navigation, search

FPGARM4U Bootstrap

Unzip the example provided by Atmel in the root directory.

# cd /root
# unzip prog-patch/AT91Bootstrap1.8.zip
# cd Bootstrap-v1.8

Apply the patch for the FPGARM4U card.

# cat ../prog-patch/dataflash_Bootstrap1.8-Fpgarm4U.patch | patch -p1

Enter into the directory of the dataflash.

# cd board/at91sam9263ek/dataflash/

Compile the bootstrap.

# make clean
# make CROSS_COMPILE=arm-linux-gnu-

The binary file dataflash_FPGARM4U_01_v1.8.bin should have been generated.

Copy the file into the final directory.

# cp dataflash_FPGARM4U_01_v1.8.bin /root/final/bootstrap.bin
Personal tools