uholeschak / ediabaslib

.NET BMW and VAG Ediabas interpreter library
GNU General Public License v3.0
636 stars 157 forks source link

Paths/filenames for Elm327 replacement firmware need fixing #2

Closed grnassar closed 6 years ago

grnassar commented 6 years ago

In the "Replacement Firmware for ELM327" page, in "Programming of the Processor:"

The source for the firmware could be found in the subdirectory CanAdapterElm. In this subdirectory there is also a flash tool (subdirectory UpdateLoader) that allows firmware updates using the bootstrap loader once the firmware is programed. The latest firmware version will be always included in Deep OBD for BMW and VAG.

In the current binary release, there are three folders in the CanAdapterElm subdirectory: bc04, hc04, and default. There is no UpdateLoader folder -- that is in the CanAdapter folder, not CanAdapterElm. No guidance is given for what the difference is for the bc04, hc04 and default folders. Also no clarity as to the "unified" and "non-unified" within those folders.

The files in the CanAdapter folder match up much better to the descriptions on the firmware page (and on the page "Build a Bluetooth - D-CAN/K-Line Adapter" which I tried to use for help as well), but they are in the wrong folder according to the instructions and are also over a year older, so I imagine they are not the ones to use? But one can't really be certain with the instructions as they are, I think.

uholeschak commented 6 years ago

Should be fixed now.