Lauszus / blhost

Changes I did to make blhost work properly on all platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Changes I did to make blhost work properly on all platforms

License:Other


Languages

Language:C++ 67.8%Language:C 26.8%Language:HTML 4.5%Language:Makefile 0.9%