View Single Post
  #12   Spotlight this post!  
Unread 29-04-2014, 22:55
tech2077 tech2077 is offline
Registered User
AKA: Matthew Skolaut
FRC #3847 (Spectrum 3847)
Team Role: Programmer
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Houston
Posts: 21
tech2077 is an unknown quantity at this point
Re: Quick Reboot - is it possible?

Quote:
Originally Posted by Aaron.Graeve View Post
Was this test run with the roboRIO powering up or was it already on (i.e. hard reboot vs soft reboot)? Did the test you see require a full reboot after loading code? My message was more directed at the time to load and run code after the roboRIO is already running and was based on what I have heard. I wanted to be at Champs this year so I could talk to some of the alpha testing teams in person, but college work prevented me.

Even considering, a ~25 seconds from boot to code running is very nice and better than what we have now. I have hope the roboRIO firmware will reduce this time even further. (Keeping my fingers crossed for user code in user space)
From research on the new roboRIO, as it runs a linux distro with real time extensions, in addition to the changes in the programming environments to be fully user level (such as now using Java SE) the robot code will be running as a userlevel application under the linux kernel, now allowing for fast software soft-loading which is as simple as restarting an application.
Reply With Quote