You've already forked gitified_old_clb_svn
36 lines
665 B
Plaintext
36 lines
665 B
Plaintext
=====================
|
|
KM3NeT firmware CLBv2
|
|
=====================
|
|
|
|
Simplest way to build is using docker.
|
|
|
|
First get the image from the repository and tag it:
|
|
|
|
docker pull docker.km3net.de/base/ise-tools:1.1
|
|
docker tag docker.km3net.de/base/ise-tools:1.1 ise-tools
|
|
|
|
Use the script
|
|
|
|
create_docker.sh
|
|
|
|
to create the container with the correct settings
|
|
|
|
Then start the container using:
|
|
|
|
docker start c-ise
|
|
|
|
Once complete you can first build the firmware using the script:
|
|
|
|
./d_build_all.sh
|
|
|
|
Once complete, a release can be created (no need for docker):
|
|
|
|
./make_release.sh <release-tag>
|
|
|
|
A file called
|
|
|
|
clb_<release-tag>.tar.gz
|
|
|
|
should now be present.
|
|
|