View Single Post
  #1   Spotlight this post!  
Unread 01-13-2013, 12:42 AM
kearnel kearnel is offline
Registered User
FRC #2771 (Code Red Robotics)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2010
Location: Grand Rapids
Posts: 9
kearnel is an unknown quantity at this point
"Waiting for cRIO to reboot" forever

So, last time tried to load code onto the robot the Netbeans output got stuck at the "Waiting for cRIO to reboot" part. here is some output:
Code:
Sending local file image.suite
run:
   Waiting for cRIO to reboot (1s)
   Waiting for cRIO to reboot (2s)
   Waiting for cRIO to reboot (3s)
   Waiting for cRIO to reboot (4s)
   Waiting for cRIO to reboot (5s)
   Waiting for cRIO to reboot (6s)
   Waiting for cRIO to reboot (7s)
   Waiting for cRIO to reboot (8s)
   Waiting for cRIO to reboot (9s)
   Waiting for cRIO to reboot (10s)
   Waiting for cRIO to reboot (11s)
   Waiting for cRIO to reboot (12s)
   Waiting for cRIO to reboot (13s)
   Waiting for cRIO to reboot (14s)
   Waiting for cRIO to reboot (15s)
   Waiting for cRIO to reboot (16s)
   Waiting for cRIO to reboot (17s)
   Waiting for cRIO to reboot (18s)
   Waiting for cRIO to reboot (19s)
   Waiting for cRIO to reboot (20s)
   Waiting for cRIO to reboot (21s)
It never stops "Waiting for cRIO to reboot". This obvisuly makes it impossible to see the output from the cRIO. I'd really like to see the output in netbeans for debugging purposes.

things I tried:
Rebooting the cRIO
Reimaging the cRIO
Restarting netbeans

btw, someone else's laptop downloaded code to the same robot without the issue.

I looked around the CD forums here and it seems that I am the only one with this issue. Help would be much appreciated. Thanks
Reply With Quote