A port of ADB for the NI RoboRIO. Intended for use in First Robotics Challenge.
This fork utilizes the docker container provided by wpilib to use the most recent toolchain.
- Download most recent release from https://github.com/Team2791/ADB-For-RoboRIO/releases/
- Move the file to the RoboRIO using a USB drive or scp
- SSH into the RoboRIO using the SSH client of your choice as user
admin@roboRIO-{your team number}-frc.local. (i.e. PuTTY) - cd into the directory with the tar file
- Run the following commands:
tar -zxf ADB-For-RoboRio.tar.gz
chmod 755 install.sh
./install.sh
- Clone this repository onto your computer, docker will need to be installed.
- cd into the repository and enter the
adb_toolchain-builderdirectory. - Run the following commands:
./build.sh
After adb is built, the files will be copied to the install_files folder for installation.