add link to Windows binary

This commit is contained in:
John
2022-12-11 10:14:01 +01:00
parent b413799863
commit 8f44d869ee
+9 -2
View File
@@ -10,8 +10,15 @@ bootloader is not running, this tool can't do anything.
Check the [eBUS adapter 3 documentation](https://adapter.ebusd.eu/picfirmware) Check the [eBUS adapter 3 documentation](https://adapter.ebusd.eu/picfirmware)
on how to start the bootloader. on how to start the bootloader.
This tool was developed due to very unreadable output of the MPLAB bootloader The binary is part of the ebusd release and a Windows binary based on Cygwin is available for download here:
host application. [ebuspicloader-windows.zip](https://adapter.ebusd.eu/firmware/ebuspicloader-windows.zip)
It can be started from within Windows `cmd.exe` after extracting the files to a folder and `cd` into that folder.
If Cygwin is already installed, only the `ebuspicloader.exe` needs to be extracted and can be called directly
from within a Cygwin shell.
This tool is an alternative to the MPLAB bootloader host application that produces a lot
of unreadable output.
Usage Usage
----- -----