User Tools

Site Tools


homepage

This is an old revision of the document!


Table of Contents

OpenBLT

OpenBLT is a bootloader that can run on any microcontroller and use any type of communication interface to perform software updates, without the need of specialized debugger hardware. Example applications are:

  • In-field reprogramming. After your customer started using your microcontroller based product, it is always possible that a software update needs to be made. For example to enable new features or to resolve an existing problem. With OpenBLT you can easily reprogram the software program, even on location at the customer.
  • End of assembly line. Using OpenBLT it is possible to flash your product's software program at the end of the assembly line, allowing the most up-to-date version to be shipped with your product.
  • Development stage. During the development stage of your software program, you frequently reprogram the software program. OpenBLT enables you to do this without the need of special debugger hardware.
  • Calibration stage. While fine-tuning your software program, you optimize parameters of your software program. OpenBTL can be used to quickly reprogram the optimized calibration parameters.
  • Starter kits. By preloading the bootloader on a microcontroller starter kit, the end user does not need to purchase an expensive debugger interface. It is also not necessary to include an on-chip debugger on the started kit board. This lowers the cost price of the starter kit, making it more appealing for the end user.

Features

  • Available for Free!
  • Includes user-friendly PC download utility.
  • Full source code available.
  • Supports common available communication interfaces such as UART, CAN, TCP/IP and USB.
  • Supports software updates from a locally attached storage such as an SD-card.
  • Small ROM footprint.
  • Highly configurable.
  • Organized and well documented code.
  • Easily portable to different microcontrollers.
  • Extendable to support extra memory such as serial EEPROM or external Flash.
  • Extendable to support a user defined backdoor entry.
  • Professional support available.

Download

Licensing

OpenBLT is open source and licensed under version 3 of the GNU GPL. OpenBLT is free under this license and can be freely used and distributed under its terms.

The freedom that this GNU GPL license offers, comes with responsibilities and side effects that are not always desirable. This is especially the case if you want to integrate OpenBLT in your closed source product and/or don’t want your customers to know that your product contains OpenBLT.

As an alternative, OpenBLT can be made available under a commercial license. Under the commercial license, OpenBLT does not contain any references to the GNU GPL. Refer to the following license comparison matrix to determine the OpenBLT license your product requires.

Question GNU GPL version 3 Commercial License
Is OpenBLT free? yes no
Do I have the right to change the OpenBLT source code? yes yes
Can I use OpenBLT in my closed source product? no yes
Do I have to open my source code? yes no
Do I have to open source my changes to OpenBLT? yes no
Do I have to offer the OpenBLT source code to users of my product? yes no
Do I have to document that my product uses OpenBLT? yes no
Can I redistribute OpenBLT in source code format? yes no
Can I receive professional technical support on a commercial basis? no yes

Contact Feaser (info@feaser.com) to request additional information and/or a quote for a commercial license.

homepage.1477318554.txt.gz · Last modified: 2019/09/24 22:02 (external edit)