Skip to content
Snippets Groups Projects
Commit a51e2346 authored by Adam Wujek's avatar Adam Wujek
Browse files

build/download-info: update gateware to wrs-gw-v8.0-20241217.tar.gz


With uRV/RISC-V as softCPU. It requires binaries/rt_cpu.elf binary to be for RISC-V.

Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent c4498a39
Branches
No related merge requests found
......@@ -19,8 +19,8 @@ linux-3.16.38.tar.xz 1af111d8ee7b57329611d4d804e9fe78 \
https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.38.tar.xz
# our gateware binaries
wrs-gw-v7.0-20240610.tar.gz 376eb095e699890b84a65d3bd20ca5f8 \
https://ohwr.org/project/wr-switch-sw/wikis/uploads/a60333e86a582d55bd3fd019c56153c0/wrs-gw-v7.0-20240610.tar.gz
wrs-gw-v8.0-20241217.tar.gz 655ebb672c76d6485da6a08313fc1cc5 \
https://ohwr.org/project/wr-switch-sw/-/wikis/uploads/a15a7a4bfd022a2a5fd7b56c53f6a5eb/wrs-gw-v8.0-20241217.tar.gz
# buildroot core and packages
buildroot-2016.02.tar.bz2 fcf10ae55b0831f52d492b6939e95581 \
......
......@@ -22,7 +22,7 @@ if [ "$WRS_HW_DIR" != "" ]; then
cp ${WRS_HW_DIR}/syn/scb_18ports/scb_top_synthesis.bin \
$FWDIR/18p_mb-LX240T.bin
else
tarname="wrs-gw-v7.0-20240610.tar.gz"
tarname="wrs-gw-v8.0-20241217.tar.gz"
wrs_echo "Using pre-built binaries from $tarname"
wrs_download $tarname
# extract only 8p_mb-LX240T.bin 18p_mb-LX240T.bin from $tarname
......
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