dioannidis / usbasp

usbasp improved firmware
GNU General Public License v2.0
73 stars 12 forks source link

bin files current? #1

Closed dwillmore closed 2 years ago

dwillmore commented 3 years ago

The readme.md mentions prebuilt bin files are in bin, but those files seem to be from the original commit and not updated recently.

Are they current?

dioannidis commented 3 years ago

I'm not sure but I rebuild them anyway.

Could you please check if they are working for you ?

dwillmore commented 3 years ago

None of the .hex files match the hash of the one I generated. Am I comparing it wrong? Which of the files in bin/firmware should match the default main.hex from /firmware?

dwillmore commented 3 years ago

Looking at the commit, you changed the .hex files in firmware/, not in bin/firmware/ Okay. Those don't match my local build, either. Compiler version differences, maybe?

dioannidis commented 3 years ago

Hi,

Looking at the commit, you changed the .hex files in firmware/, not in bin/firmware/ Okay. Those don't match my local build, either. Compiler version differences, maybe?

I'm using Microchip's ( Atmel ) current tool chain ( gcc version 5.4.0 (AVR_8_bit_GNU_Toolchain_3.6.2_1778) ). The firmware's in bin directory I assume that are builded from the original Fischl's code.

The updated firmware's 1.08 are in firmware directory, main.hex for the atmega8 and m88.hex for the atmega88.

regards,

dioannidis commented 2 years ago

Closed for no feedback