Commit dfaf50e5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrs_build-all: pack custom gateware for WRS PTS

parent 6374e481
......@@ -15,7 +15,10 @@ mkdir -p "$FWDIR"
echo "Using pre-compiled (binaries/) RT firmware"
cp ${WRS_BASE_DIR}/../binaries/rt_cpu.elf "$FWDIR"
if [ "$WRS_HW_DIR" != "" ]; then
if [ "$WRS_PTS_GW" != "" ]; then
wrs_echo "Copying binary from $WRS_PTS_GW"
cp ${WRS_PTS_GW} $FWDIR/18p_mb-LX240T.bin
elif [ "$WRS_HW_DIR" != "" ]; then
wrs_echo "Copying binaries from $WRS_HW_DIR"
cp ${WRS_HW_DIR}/syn/scb_8ports/scb_top_synthesis.bin \
$FWDIR/8p_mb-LX240T.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