Commit 57f8638c authored by David Cussans's avatar David Cussans

Update build_tlu_firmware.sh

parent 4dde4679
......@@ -8,13 +8,13 @@ echo "BUILD: Creating working directory"
[ -d work ] && echo "Directory Exists" || mkdir work
cd work
IPBB_VERSION="0.5.2"
IPBB_VERSION="dev/2021k"
echo "BUILD: Installing IPBB version ${IPBB_VERSION}"
[ -d ipbb-${IPBB_VERSION} ] && echo "ipbb-${IPBB_VERSION} already installed" || curl -L https://github.com/ipbus/ipbb/archive/v${IPBB_VERSION}.tar.gz | tar xvz
[ -d ipbb-${IPBB_VERSION} ] && echo "ipbb-${IPBB_VERSION} already installed" || curl -L https://github.com/ipbus/ipbb/archive/${IPBB_VERSION}.tar.gz | tar xvz
# ( or git clone git@github.com:ipbus/ipbb.git )
source ipbb-${IPBB_VERSION}/env.sh
echo "BUILD: Initiaalizing build area"
echo "BUILD: Initializing build area"
ipbb init build
cd build
......@@ -27,7 +27,7 @@ ipbb add git https://ohwr.org/project/fmc-mtlu-gw.git ${TLU_BRANCH}
echo "BUILD: ipbb proj create"
ipbb proj create vivado TLU_1e fmc-mtlu-gw:AIDA_tlu/projects/TLU_v1e -t top_tlu_1e_a35.dep
ipbb proj create vivado TLU_1e fmc-mtlu-gw:AIDA_tlu/projects/TLU_v1e top_tlu_1e_a35.dep
cd proj/TLU_1e
# Uncomment out the following lines if the address map ( .xml ) has been changed.
......
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