Category Archives: OpenBLT

Blog articles related to the open source OpenBLT Bootloader.

Introducing the CanFlasherBLT firmware

Do you run the OpenBLT bootloader on your microcontroller based system, configured for firmware updates via the CAN bus? Does it bother you that everyone performing the firmware update, needs a fairly expensive USB-CAN PC adapter to do so? If … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on Introducing the CanFlasherBLT firmware

Additional memory device in OpenBLT

All ports available in the OpenBLT bootloader support reprogramming the microcontroller’s internal flash memory. But what if your system features an additional memory device, such as an external flash memory or serial EEPROM? The OpenBLT bootloader can work with these … Continue reading

Posted in OpenBLT | Tagged | Comments Off on Additional memory device in OpenBLT

OpenBLT 1.17.0 release notes

The OpenBLT 1.17.0 release was made today, after another half year of development work. 15 tickets were processed, which resulted in 74 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. This … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT 1.17.0 release notes

OpenBLT 1.16.0 release notes

The OpenBLT 1.16.0 release was made today, after another half year of development work. 23 tickets were processed, which resulted in 68 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. This … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT 1.16.0 release notes

OpenBLT 1.15.0 release notes

The OpenBLT 1.15.0 release was made last Monday, after another half year of development work. 21 tickets were processed, which resulted in 52 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT 1.15.0 release notes

OpenBLT 1.14.0 release notes

The OpenBLT 1.14.0 release was made last Friday, after another half year of development work. 20 tickets were processed, which resulted in 23 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT 1.14.0 release notes

How to update the OpenBLT bootloader itself

The OpenBLT bootloader offers a versatile and flexible solution for in-field firmware updates on your embedded system. It’s a mature and stable bootloader solution. Pretty much Flash-and-forget. Over the last decade no one reported that firmware updates stopped working for … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on How to update the OpenBLT bootloader itself

Introducing the LibMicroBLT library

The OpenBLT bootloader just got even better. Last week saw the release of the OpenBLT embedded library, or LibMicroBLT in short. The LibMicroBLT library contains all the functionality for performing a firmware update on another connected microcontroller, running the OpenBLT … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on Introducing the LibMicroBLT library

OpenBLT 1.13.0 release notes

The OpenBLT 1.13.0 release was made last Friday, after another half year of development work. 20 tickets were processed, which resulted in 38 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT 1.13.0 release notes

Reflecting on 10 years of the OpenBLT bootloader

The 12th of November 2021 marked a special day for the OpenBLT bootloader: Its 10-year anniversary. A great opportunity to take a moment and reflect on its history and ponder the question of how it became such a success. Version … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on Reflecting on 10 years of the OpenBLT bootloader

OpenBLT 1.12.0 release notes

The OpenBLT 1.12.0 release was made earlier today, after another half year of development work. 18 tickets were processed, which resulted in 45 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on OpenBLT 1.12.0 release notes

Develop your own firmware update tool in C# with LibOpenBLT

Did you know that the OpenBLT bootloader includes a shared library, allowing you to quickly develop your own firmware update tool? This library is called LibOpenBLT. Recently, I developed LibOpenBLT bindings for the C# programming language. It’s basically a wrapper … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on Develop your own firmware update tool in C# with LibOpenBLT

OpenBLT 1.11.0 release notes

The OpenBLT 1.11.0 release was made earlier today, after another half year of development work. 12 tickets were processed, which resulted in 39 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on OpenBLT 1.11.0 release notes

Import TrueSTUDIO projects into STM32CubeIDE

A future release of the OpenBLT bootloader will feature full support of the relatively new STM32CubeIDE. For those that would like to use STM32CubeIDE sooner, there is the TrueSTUDIO project import feature. So you can take the already existing OpenBLT … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on Import TrueSTUDIO projects into STM32CubeIDE

OpenBLT 1.10.0 release notes

The OpenBLT 1.10.0 release was made earlier today, after another half year of development work. 20 tickets were processed, which resulted in 57 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on OpenBLT 1.10.0 release notes

CANopen bootloader based on OpenBLT

CANopen is a popular higher-layer protocol for a CAN based embedded distributed network. It provides a ready-to-use and proven blueprint for application data exchange between multiple nodes on a CAN network. Furthermore, CANopen includes network management functionality and pretty much … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on CANopen bootloader based on OpenBLT

NXP S32K support in the OpenBLT bootloader

Over the past year requests started to trickle in for being able to run the OpenBLT bootloader on S32K11 and S32K14 microcontrollers. As a reaction to these requests, support for the entire NXP S32K microcontroller range was developed in the … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on NXP S32K support in the OpenBLT bootloader

Adjusting OpenBLT for your microcontroller system

The OpenBLT bootloader ships with multiple demo programs for readily available and low cost microcontroller boards. These are great for familiarizing yourself with and evaluating the OpenBLT bootloader. But how do you get the OpenBLT bootloader running on your own … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on Adjusting OpenBLT for your microcontroller system

Memory requirements of the OpenBLT add-on modules

When deciding on a bootloader solution, it is important to know how much of your microcontroller’s flash memory needs to be reserved for the bootloader. For the basic OpenBLT bootloader this is fairly easy to determine, as there are many … Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on Memory requirements of the OpenBLT add-on modules

OpenBLT 1.9.0 release notes

OpenBLT version 1.9.0 was officially released yesterday, after another half year of development work. 14 tickets were processed, which resulted in 24 commits. Feel free to download the new version of the OpenBLT bootloader and give it a try. This … Continue reading

Posted in OpenBLT | Tagged , | Comments Off on OpenBLT 1.9.0 release notes