Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
johFeldmann edited this page Nov 21, 2017 · 1 revision

Compile the First Stage Bootloader (FSBL)

One-time configuration

First open Xilinx SDK and choose as workspace directory .../median.demonstrator/FSBL. Then use File > Open Projects from File System to add all Prjects located in .../median.demonstrator/FSBL` (FSBL, FSBL_bsp, ZynqberryMinimalDesign_wrapper).

Compile the FSBL

Use Ctrl + B or Project > Build All to compile everything.

Copy FSBL.elf

Then copy FSBL.elf from Debug/ or Release/ - depending on the active Build Configuration - to .../median.demonstrator/FSBL. This is the directory where the boot.bin searches for the elf file.

Clone this wiki locally