Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fmc-mtlu-gw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
fmc-projects
fmc-mtlu
fmc-mtlu-gw
Commits
70fd29ec
Commit
70fd29ec
authored
6 years ago
by
David Cussans
Browse files
Options
Downloads
Patches
Plain Diff
Minor hacks to build script - uses IPBus v1.3 and ipbb 0.3.13
parent
8f277d5d
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AIDA_tlu/scripts/build_tlu_firmware.sh
+8
-3
8 additions, 3 deletions
AIDA_tlu/scripts/build_tlu_firmware.sh
with
8 additions
and
3 deletions
AIDA_tlu/scripts/build_tlu_firmware.sh
+
8
−
3
View file @
70fd29ec
#!/bin/sh
# Put which branch of Git to use here...
IPBUS_BRANCH
=
"-b enhancement/68"
#IPBUS_BRANCH="-b enhancement/68"
#IPBUS_BRANCH="-b enhancement/28" # -- This one works, but now deleted...
IPBUS_BRANCH
=
"-b v1.3"
TLU_BRANCH
=
""
mkdir
work
cd
work
curl
-L
https://github.com/ipbus/ipbb/archive/v0.2.8.tar.gz |
tar
xvz
IPBB_VERSION
=
"0.3.13"
curl
-L
https://github.com/ipbus/ipbb/archive/v
${
IPBB_VERSION
}
.tar.gz |
tar
xvz
# ( or git clone git@github.com:ipbus/ipbb.git )
source
ipbb-0.2.8/env.sh
source
ipbb-
${
IPBB_VERSION
}
/env.sh
ipbb init build
cd
build
ipbb add git https://github.com/ipbus/ipbus-firmware.git
${
IPBUS_BRANCH
}
ipbb add git git://ohwr.org/fmc-projects/fmc-mtlu/fmc-mtlu-gw.git
${
TLU_BRANCH
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment