File: README

package info (click to toggle)
xc3sprog 0%2Bsvn795%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,756 kB
  • sloc: cpp: 15,983; ansic: 849; vhdl: 410; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Adapt the example from Xilinx SP601 XTP038.pdf for your setup.
Generate BIT File:
../build/bitparse -i hexraw <your File>.bit
Generate BIN File:
../build/bitparse -i hexraw -o bin -O <your File>.bin <your File>

Spartan6:
========
At least the Multiboot Image should be generated with the bitgen Options
" -g next_config_register_write:Disable"
" -g Reset_on_err:Yes"
so that booting a partial written or corrupted multiboot image will
result in the golden image to be booted. Otherwise only a Flash pattern
with no valid sync pattern at the multiboot address
(and up bitgen option TIMER_CFG = 0x10000 bytes) will use the golden image.