The heart of the EEPROM programmer is an ATmega8 microcontroller. The address bus of the EEPROM (up to 15 bit) is controlled via two daisy-chained 74HC595 shift registers using hardware SPI @ 8 Mbps.
cd /path/to/your/sdk git clone https://github.com/Droid-MAX/SNANDer package/snander make menuconfig # Choose `snander` in section `Utilities` make package/snander ...