Skip to content
/ blhost Public

Changes I did to make blhost work properly on all platforms

License

Notifications You must be signed in to change notification settings

Lauszus/blhost

Repository files navigation

blhost

Modified by Kristian Lauszus, 2018-2020


Build Status Build status

This repository contains the changes I have made to blhost, which is part of KBOOT from NXP.

I have also developed a Python version, which supports uploading via serial and CAN-Bus: https://github.com/Lauszus/pyblhost.

Changes

  • Can now compile the code using GCC on Mac
  • Fixed setting the UART baudrate on Linux
  • Ping 3 times with a delay of 1 s between the ping commands
  • Allow to set a custom UART baudrate
  • Fixed "get_string_property_utf8" on Mac thanks to Andrew Pines

The executables are automatically build using Travis and AppVeyor for all major platforms including armv7l (Raspberry PI or similar). The executables can be found under the releases tab: https://github.com/Lauszus/blhost/releases.