Log in

View Full Version : RoboRIO does not store code


JacobD
13-02-2015, 21:12
Hello Everyone,

I was reading in the control system manual and I noticed that the roboRIO is supposed to store code without needing a restart. But, when I deploy code over USB in eclipse, I have to restart the robot. If I do not, the code will disappear when I unplug the USB.

But, after toggling the power on the robot, the code stays.

Here is the link to the manual page on this: https://wpilib.screenstepslive.com/s/4485/m/13809/l/242586-building-and-downloading-a-robot-project-to-the-roborio#!prettyPhoto

Fauge7
13-02-2015, 22:03
configure the dlink so you can connect wirelessly, then you can upload code wirelessly

JacobD
15-02-2015, 00:22
I can do that already but this doesn't fix my problem.

Fauge7
15-02-2015, 01:44
Sounds like your code is crashing check the logs or upload the code on github for people to see

JacobD
15-02-2015, 10:02
Sounds like your code is crashing check the logs or upload the code on github for people to see

The code is not crashing. I said that the code will only store if I turn the robot off. Otherwise, the code will disappear when I remove the USB. If I go through the process of power cycling the robot, then the code stays, and works as it should.