|
|
|
|
|
by squeedles
6 days ago
|
|
Was excited to hear that they have a lower power rad-hard snapdragon system going into the new missions! The RAD 750 is basically a 30-year old IBM RS-6000. Very well known, but has been the goto CPU for way longer than I thought it would be. |
|
Leveraging VxWorks you effectively have 3 different ways this software gets updated.
Hot Patch -> Do it live! where you modify the RAM with compiled code so that the changes persist until next reboot.
Cold Patch -> Same as a hot patch, except this time you actually copy the contents into non-volatile memory. VxWorks has a really slim profile and thus this helps keep the size manageable to continue doing science experiments.
Full Updated -> Basically a clean install gets burned in.