Files
zynq7000-rs/firmware/zedboard-fsbl
muellerr b17470a12b
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
bugfix for DDR init
2026-04-01 10:59:58 +02:00
..
2026-04-01 10:59:58 +02:00
2026-01-20 14:06:41 +01:00
2026-02-02 15:39:18 +01:00
2026-02-02 15:39:18 +01:00
2026-01-20 14:06:41 +01:00

Zedboard First-Stage Bootloader (FSBL)

Simple FSBL for the Zedboard. It is currently only capable of QSPI boot. It searches for a bitstream and ELF file inside the boot binary, flashes them and jumps to the ELF file.

It can be easily adapted to other boards by changing the static DDR/DDRIOB configuration and the used QSPI memory driver.