Target IP: ${target}
[athena-deploy] Killing running program
[athena-deploy] Copying code over.
Found version of WPILib: ${installedWpilibSo} (latest)
Found version of WPILib: ${installedWpilibSo}
Upgrading WPILib to ${cpp-sos}...
2.0
Package: ${opkg.name}
Version: ${cpp-sos}
Section: devel
Priority: optional
Architecture: ${opkg.arch}
Depends: libc6 (>= 2.11.1-r7), libgcc1 (>= 4.4.1)
Maintainer: Brad Miller >bamiller@wpi.edu<
Description: WPILib, NetworkTables and HAL for RoboRIO target
.
This package contains the shared objects for WPILib, NetworkTables, and HAL for the 2015 target on the RoboRIO
#!/bin/sh
ldconfig
#!/bin/sh
ldconfig
${md5.wpilib} usr/local/frc/lib/libWPILibAthena.so
${md5.nwt} usr/local/frc/lib/libNetworkTables.so
${md5.hal} usr/local/frc/lib/libHALAthena.so
[athena-deploy] Starting program.
[athena-deploy] Killing running program
[athena-debug-deploy] Copying code over.
[athena-debug-deploy] Starting program.