Thread: cRIO updates
View Single Post
  #1   Spotlight this post!  
Unread 12-02-2011, 14:22
mika.perlin mika.perlin is offline
Registered User
FRC #0955
 
Join Date: Jan 2010
Location: Corvallis, OR
Posts: 17
mika.perlin is an unknown quantity at this point
cRIO updates

Yesterday we updated our cRIO to the newest version, v28. NetBeans, however, did not find any Java updates. I looked on the FIRST Forge website [http://firstforge.wpi.edu/sf/frs/do/...cts.wpilib/frs], but the latest Java update is still v27, and to make things worse FIRST actually took off the previous cRIO versions (and we didn't save any copies), so we're stuck with different versions on my computer and the cRIO. Re-imaging the cRIO [obviously] took off the old code, and now I can't download any new code.

I looked around and some other threads mentioned v28 for the cRIO, but I couldn't find any that addressed Java updates. Anywhere I'm not looking? Or maybe there's a way to tell NetBeans to ignore the fact that I'm working with different versions?


Just in case here's the error I'm getting when NetBeans tries to deploy code:
Code:
...
Network interfaces on host:
    eth1:  address: 167.128.72.32 netmask: 255.255.255.0
    eth0:  address: 10.9.55.100 netmask: 255.255.255.0 <--- on robot's subnet
Connecting FTP @10.9.55.2
~/sunspotfrcsdk/build.xml:95: The following error occurred while executing this line:
~/sunspotfrcsdk/ant/upgrade.xml:40: Expected version FRC_2011_v27.zip; for Name but got FRC_2011_v28.zip;. Go to http://first.wpi.edu/FRC/frcjava.html to get latest software update
BUILD FAILED (total time: 7 seconds)
Reply With Quote