TCP/IP support in LibOpenBLT and BootCommander

Goods news for all OpenBLT bootloader users that are interested in performing firmware updates on their microcontroller, via the Internet or from a local network. TCP/IP support was already available in the MicroBoot tool for Windows and is now also implemented in the cross-platform BootCommander command-line program.

The BootCommander program is based on the OpenBLT host library (LibOpenBLT), which means that TCP/IP is now also fully supported in LibOpenBLT. This completes the initial feature set envisioned for LibOpenBLT. It supports all the communication transport layers that are available in the OpenBLT bootloader itself: RS232, CAN, USB and TCP/IP.

This article provides instructions on how to obtain a copy of the OpenBLT bootloader that includes the new TCP/IP support, details regarding how the TCP/IP support was realized, and an example on performing a firmware update via TCP/IP and BootCommander.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on TCP/IP support in LibOpenBLT and BootCommander

Conversions between HEX and SREC files

The OpenBLT bootloader package includes two PC programs for initiating and monitoring firmware updates (MicroBoot and BootCommander). Both programs expect your firmware file to be in the Motorola S-Record (SREC) format. Several users have requested the additional support of the Intel Hex (HEX) format. This article demonstrates how you can easily convert between the HEX and SREC file formats.

Continue reading

Posted in OpenBLT | Tagged , , , , | Comments Off on Conversions between HEX and SREC files

Improved USB support in OpenBLT 1.4.2

OpenBLT version 1.4.2 was released last week. The majority of the changes in this patch release, were focused on the USB support on the host side. The OpenBLT bootloader already supported firmware updates using USB as the transport layer. There was one limitation though: On the PC side it was only possible to use the MicroBoot tool and not yet the new BootCommander program, which is based on the OpenBLT Host Library (LibOpenBLT). With the new OpenBLT version 1.4.2 patch release, USB support was implemented in both LibOpenBLT and BootCommander. This article provides details regarding how this USB support was realized.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on Improved USB support in OpenBLT 1.4.2

OpenBLT versions and release schedule

In an on-going effort to provide more clarity and transparency into the OpenBLT bootloader development process, this article explains the idea behind the version numbers, the release schedule, and the difference between stable releases and the development trunk.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT versions and release schedule

Improved CAN support in OpenBLT 1.4.1

Last week OpenBLT version 1.4.1 was released. Besides some code refactoring, this patch release features improved support for firmware updates via Controller Area Network (CAN). The improved CAN support is part of the roadmap to version 1.5.0. Several users reported that they have a strong interest in these features. For this reason, I decided to give them high priority and release them early with this patch.

Continue reading

Posted in OpenBLT | Tagged , , , | Comments Off on Improved CAN support in OpenBLT 1.4.1

Unique selling points of the OpenBLT bootloader

Quite often people ask me: “Why should I use the OpenBLT bootloader, instead of another bootloader”? For example: a closed source commercial bootloader or a bootloader that is sometimes present in a micrcontroller’s boot ROM. The goal of this article is to address this question and to answer it convincingly enough for you to consider the OpenBLT bootloader for your current and future projects.

Continue reading

Posted in OpenBLT | Tagged , | Comments Off on Unique selling points of the OpenBLT bootloader

Firmware debugging in combination with OpenBLT

If your embedded system makes use of the OpenBLT bootloader, then essentially you have two software programs present in flash memory: your own firmware and the OpenBLT bootloader. This added complexity can cause a problem when trying to debug your firmware. This article describes the cause of this problem and explains how it is side-stepped, giving you full firmware debug functionality.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on Firmware debugging in combination with OpenBLT

The road towards OpenBLT version 1.5.0

After being in development for half a year, OpenBLT version 1.4.0 was officially released a few days ago. Go ahead and download it from the SourceForge project page, if you haven’t done so yet. The previous blog article described the major changes and improvements in OpenBLT version 1.4.0.

This week work has already started for OpenBLT version 1.5.0. Its release is planned for half a year from now, so somewhere early January 2018. Before that you can already expect a few patch releases, to give you early access to the new features and functionality. This article highlights features and functionality that are planned for version 1.5.0 of the OpenBLT bootloader.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on The road towards OpenBLT version 1.5.0

OpenBLT version 1.4.0 coming soon

All development efforts are on track for OpenBLT version 1.4.0. This version is planned to be released on the 4th of July. This article highlights the changes compared to the previous mainline release, which was version 1.3.0.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on OpenBLT version 1.4.0 coming soon

The story of the OpenBLT bootloader

Ever had the feeling that after you tried something new, your life would never be the same? That’s how it was for me with microcontrollers and bootloaders. It all started back in 1998 when I got my hands on a Motorola HC11 based evaluation board as a college student. I figured the 2kb on-chip EEPROM was not going to cut it for serious hobby projects, so I built a 32kb RAM expansion board for it. All hand-soldered on a prototype PCB. It wasn’t pretty, but it worked. The only problem was that I had no way of downloading and running my code from the external RAM. To solve this conundrum, I had to write a bootloader for it. Little did I know that almost 20 years later, I would own and run my own business offering turn-key bootloader solutions.

Continue reading

Posted in OpenBLT | Tagged , , | Comments Off on The story of the OpenBLT bootloader