embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

remove image validation based on Arduino "signature" #94

Closed hagaigold closed 2 years ago

hagaigold commented 2 years ago

fix #88

assume we want an actual integrity check for the image- I made an Integrity check DEMO module which is inactive by default: branch feature/image-integrity. diff: https://github.com/hagaigold/athena-bootloader/compare/master...feature/image-integrity

@phillipjohnston , can you give it a look and tell if you want it in the code?

phillipjohnston commented 2 years ago

Sorry - somehow I completely missed these PR notifications. :(

I think the idea for an actual integrity check is a good one.