Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T13:47:19.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T00:27:19.038Z (over 1 year ago)
- Language: C
- Size: 289 KB
- Stars: 2
- 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 treeThis 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.