Updating
OnLogic offers a simple utility for updating the microcontroller firmware on your Karbon 300 or Karbon 700 series computer. You can find versions for both Windows and Linux systems below.
Note: You can also update your system firmware using the Karbon command line utility‘s ‘update’ subcommand.
Windows
- Download karbon_update.exe
- Download the latest update binary
- Open a command prompt, navigate to your downloads, and run:
karbon_update.exe Karbon_v3.2.0.0.bin
Linux
- Download karbon_update
- Download the latest update binary
- Open a command prompt, navigate to your downloads, and run:
chmod +x karbon_update && sudo ./karbon_update "some_update_binary.bin"
You can also do all of the above in one line:
wget http://static.onlogic.com/resources/firmware/utilities/karbon_update https://static.onlogic.com/resources/firmware/binaries/karbon/Karbon_v3.2.0.0.bin && chmod +x karbon_update && sudo ./karbon_update Karbon_v3.2.0.0.bin