To install wpilib on the robot and keep the library on the robot in sync with an interactive development environment, use roborio-install.sh
.
Before executing sbcl, you have to change the kernel policy, since sbcl overcommits memory.
echo 1 > /proc/sys/vm/overcommit_memory
Only one copy of HAL can be running at once, so in order to disable a running Java instance, run
nirtcfg -s section=SYSTEMSETTINGS,token=NoApp.enabled,value=True