https://github.com/buserror/zynq-xbootgen
Tool to generate the BOOT.BIN file for Xilinx Zynq processors
https://github.com/buserror/zynq-xbootgen
Last synced: about 1 month ago
JSON representation
Tool to generate the BOOT.BIN file for Xilinx Zynq processors
- Host: GitHub
- URL: https://github.com/buserror/zynq-xbootgen
- Owner: buserror
- Created: 2013-12-16T13:45:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T13:47:19.000Z (over 12 years ago)
- Last Synced: 2025-10-13T00:32:16.163Z (9 months ago)
- Language: C
- Size: 289 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
zynq-xbootgen
=========
Tool to create a boot.bin file for linux on Xilinx Zync
The boot.bin file contains:
1) First Stage Boot Loader (fsbl). This file does limited initialization
of the ARM processor and also initializes the DRAM controller, giving access
to RAM. Note that the attached DRAM is different between zedboard/zc702.
This is a binary file imported from a
Xilinx tool release. If you wish to build a new one for some reason,
directions are at:
http://www.wiki.xilinx.com/Build+FSBL
(you need to use the Xilinx IDE to create a project and then use their
Codesourcery gcc toolchain to compile).
2) u-boot.elf, as built from Xilinx git tree
This repo is a split from https://github.com/cambridgehackers/zynq-boot
who did all the hard work, the reason of this fork is to use the xcodegen
tool only for the use in minifs.