Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1e8e984a authored by Robert Nelson's avatar Robert Nelson
Browse files

seeed: /usr/local/bin/calibrator


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6c2a9594
Branches
Tags
No related merge requests found
......@@ -411,6 +411,18 @@ install_git_repos () {
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
git_clone
git_repo="https://github.com/rcn-ee/ti-18xx-ti-utils"
git_target_dir="/opt/source/ti-18xx-ti-utils"
git_branch="R8.6_SP1-bbgw"
git_clone_branch
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/make ] ; then
make
make install
fi
fi
}
install_build_pkgs () {
......
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