Commit 9594a57f authored by Maciej Lipinski's avatar Maciej Lipinski

[SW] updated golden bitstream to golden-v0.2_release-v4.0.bin

This includes:
- modified Makefile to download correct file
- updated flash to load proper file
- updated flashtest to test proper version (bump from v3.0 to v4.0
parent 116d295b
......@@ -34,7 +34,9 @@ all:
mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3696/pts.bit
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3710/flash_load.bit
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3515/golden-v0.2_release-v3.0.bin
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/5257/golden-v0.2_release-v4.0.bin
chmod a+x ubuntu/$(BOARD)/shell/*
chmod a+x ubuntu/$(BOARD)/boot/*
......
......@@ -66,10 +66,10 @@ def main(bus,tname,inf,log):
"""
tests : Flash chip IC20
uses : golden-v0.2_release-v3.0.bin and flashtest.py
uses : golden-v0.2_release-v4.0.bin and flashtest.py
"""
GWVERS_RELEASE = 3.0
GWVERS_RELEASE = 4.0
GWVERS_GOLDEN = 0.2
# Set the precision of gateware versions based on the number of digits the
......
#!/bin/bash
xc3sprog -c xpc flash_load.bit
xc3sprog -c xpc -I golden-v0.2_release-v3.0.bin:w:0:bin
xc3sprog -c xpc -I golden-v0.2_release-v4.0.bin:w:0:bin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment