1Adapt the example from Xilinx SP601 XTP038.pdf for your setup.
2Generate BIT File:
3../build/bitparse -i hexraw <your File>.bit
4Generate BIN File:
5../build/bitparse -i hexraw -o bin -O <your File>.bin <your File>
6
7Spartan6:
8========
9At least the Multiboot Image should be generated with the bitgen Options
10" -g next_config_register_write:Disable"
11" -g Reset_on_err:Yes"
12so that booting a partial written or corrupted multiboot image will
13result in the golden image to be booted. Otherwise only a Flash pattern
14with no valid sync pattern at the multiboot address
15(and up bitgen option TIMER_CFG = 0x10000 bytes) will use the golden image.
16