Commit d72e5f18 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Updated links to FPGA binaries in makefiles

In addition, a link to the PTS tar-ball has been provided in the
readme file.
parent 53b56d05
This repository contains gateware and test scripts for functional and production This repository contains gateware and test scripts for functional and production
testing of CONV-TTL-BLO-RS485 cards. testing of CONV-TTL-BLO-RS485 cards.
A tar-ball of the front module and rear-transition module PTS software, ready to be
copied to a test system contained within a rack and controlled via a Toshiba laptop
can be found at:
http://www.ohwr.org/attachments/download/3739/ubuntu.tar.gz
...@@ -32,9 +32,9 @@ all: ...@@ -32,9 +32,9 @@ all:
mkdir -p ubuntu/$(BOARD)/boot mkdir -p ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3697/pts.bit wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3738/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/3710/flash_load.bit
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3657/golden-v0.0_release-v1.0.bin wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3733/golden-v0.0_release-v1.0.bin
chmod +x ubuntu/$(BOARD)/shell/* chmod +x ubuntu/$(BOARD)/shell/*
chmod +x ubuntu/$(BOARD)/boot/* chmod +x ubuntu/$(BOARD)/boot/*
......
...@@ -24,7 +24,7 @@ all: ...@@ -24,7 +24,7 @@ all:
mkdir -p ubuntu/$(BOARD)/boot mkdir -p ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/program ubuntu/$(BOARD)/boot
mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot mv ubuntu/$(BOARD)/shell/flash ubuntu/$(BOARD)/boot
wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3697/pts.bit wget -P ubuntu/$(BOARD)/boot http://www.ohwr.org/attachments/download/3738/pts.bit
chmod +x ubuntu/$(BOARD)/shell/* chmod +x ubuntu/$(BOARD)/shell/*
chmod +x ubuntu/$(BOARD)/boot/* chmod +x ubuntu/$(BOARD)/boot/*
......
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