- Downloads
Warning - potentially breaking changes on some BBs (see commit message)
May need to revert to previous commit, as the current script fails to
pre-compile on the newly flashed BBs. Currently, opening a julia prompt on the
BB and running
include("/home/debian/juliapackages/LabConnections/src/BeagleBone/startup/startup.jl")
runs. However, if running this from the julia.server sript upon booting the BB,
the package 'LabConnections' cannot be found. If disbling the service,
pushing the path in julia allows commands such as
using LabConnections
run, but the tests (which ran on my previous BB installation) no longer pass.
These have not been changed since the most recent commit.
Showing
- src/BeagleBone/BeagleBone.jl 8 additions, 7 deletionssrc/BeagleBone/BeagleBone.jl
- src/BeagleBone/precompile.jl 9 additions, 7 deletionssrc/BeagleBone/precompile.jl
- src/BeagleBone/startup/README.md 2 additions, 4 deletionssrc/BeagleBone/startup/README.md
- src/BeagleBone/startup/install.sh 4 additions, 0 deletionssrc/BeagleBone/startup/install.sh
- src/BeagleBone/startup/juliaserver.service 1 addition, 2 deletionssrc/BeagleBone/startup/juliaserver.service
- src/BeagleBone/startup/testfile.txt 0 additions, 0 deletionssrc/BeagleBone/startup/testfile.txt
- util/flash_BB.sh 1 addition, 1 deletionutil/flash_BB.sh
Loading
Please register or sign in to comment