Finding Gizmo and DS versions? #78
-
|
Is there an easy way to determine which version of Gizmo and Driver Station are loaded on each device? With updates in the repository and kickoffs starting soon, how do we know what's loaded where? I'm assuming that with the recent changes, using the latest versions would be best for stability and all. Please share any versions that don't match. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The GSS firmware prints its version to the serial console on boot. You can check these versions by using a terminal application such as this one that runs in chrome. The DS also prints its version if you connect an HDMI capable monitor and then power it on, but you can also check the sha256sum of the I'll assume you're referring to BEST Robotics Kickoffs, and for that specifically I'll note that teams are not authorized to tamper with the software on the BEST provided components outside of specific authorization from their specific hub, so unless you have received this authorization, you should not be changing software versions provided by your hub. |
Beta Was this translation helpful? Give feedback.
The GSS firmware prints its version to the serial console on boot. You can check these versions by using a terminal application such as this one that runs in chrome. The DS also prints its version if you connect an HDMI capable monitor and then power it on, but you can also check the sha256sum of the
initramfsfile against the released builds.I'll assume you're referring to BEST Robotics Kickoffs, and for that specifically I'll note that teams are not authorized to tamper with the software on the BEST provided components outside of specific authorization from their specific hub, so unless you have received this authorization, you should not be changing software versions provided by your …