03-14-2024 09:35 AM
I have a robotic 1 we use for our FRC robot. We can download our code and everything works fine. if we power cycle we get no robot code(Red bar) on the driver station and the robot will not function which is leading me to believe there is a memory retention issue. The robotic appears to have the correct image and firmware. once we power cycle and get "no robot code", if we deploy our code again, everything works as planned. Any suggestions???
03-15-2024 02:31 PM
Hi,
I'm Thays from NI.
Could you try a factory reset of the device using the recovery file provided in this document FRC roboRIO STATUS LED Constantly Flashing - NI?
03-21-2024 06:20 PM
This issue appeared to be related to our Java code. We don't completely understand the issue. The code would compile and deploy but never show "robot code" on the driver station. Reverting to an older version of the code made the issue go away. We completed a line by line comparison and removed an unused variable and all is well now.
Thanks for your help