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.
- 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.