Commit f43421ef authored by Adam Wujek's avatar Adam Wujek 💬

build: use new gateware for 4.2-devel

Add watchdog to FPGA and include bugfixes
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 904a3458
...@@ -19,8 +19,8 @@ linux-2.6.39.tar.bz2 1aab7a741abe08d42e8eccf20de61e05 \ ...@@ -19,8 +19,8 @@ linux-2.6.39.tar.bz2 1aab7a741abe08d42e8eccf20de61e05 \
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2
# our gateware binaries # our gateware binaries
wrs-gw-v4.2-dev-20150608.tar.gz 87160f7ed2ff18c2be55abf8cf1b96a9 \ wrs-gw-v4.2-dev-20150709.tar.gz f62cf8b91f7c2eae84f75e02fb6972e5 \
http://www.ohwr.org/attachments/download/3910/wrs-gw-v4.2-dev-20150608.tar.gz http://www.ohwr.org/attachments/download/4008/wrs-gw-v4.2-dev-20150709.tar.gz
# buildroot core and packages # buildroot core and packages
buildroot-2011.11.tar.bz2 7b852f4ef17c63857ca7b9388b782070 \ buildroot-2011.11.tar.bz2 7b852f4ef17c63857ca7b9388b782070 \
......
...@@ -22,7 +22,7 @@ if [ "$WRS_HW_DIR" != "" ]; then ...@@ -22,7 +22,7 @@ if [ "$WRS_HW_DIR" != "" ]; then
cp ${WRS_HW_DIR}/syn/scb_18ports/scb_top_synthesis.bin \ cp ${WRS_HW_DIR}/syn/scb_18ports/scb_top_synthesis.bin \
$FWDIR/18p_mb-LX240T.bin $FWDIR/18p_mb-LX240T.bin
else else
tarname="wrs-gw-v4.2-dev-20150608.tar.gz" tarname="wrs-gw-v4.2-dev-20150709.tar.gz"
wrs_echo "Using pre-built binaries from $tarname" wrs_echo "Using pre-built binaries from $tarname"
wrs_download $tarname wrs_download $tarname
tar xzf $WRS_DOWNLOAD_DIR/$tarname -C $FWDIR tar xzf $WRS_DOWNLOAD_DIR/$tarname -C $FWDIR
......
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