Serprog: Difference between revisions
(Include the Teensy 3.1 flasher in the list) |
(→Arduino flasher by GNUtoo: I was not the only contributor) |
||
Line 34: | Line 34: | ||
[[File:atmegaXXu2-flasher.jpg|thumb|right|atmegaXXu2-flasher with Pomona SOIC hook attached]] | [[File:atmegaXXu2-flasher.jpg|thumb|right|atmegaXXu2-flasher with Pomona SOIC hook attached]] | ||
== Arduino | == Various Arduino based flashers == | ||
For detailed instructions on how to use different Arduino models to access SPI flash chips see [[Serprog/Arduino flasher]]. | For detailed instructions on how to use different Arduino models to access SPI flash chips see [[Serprog/Arduino flasher]]. |
Revision as of 15:05, 27 February 2018
This page collects information about the serprog protocol and the programmers implementing it.
Protocol
See serprog-protocol.txt in the source tree. It is designed to be compact and allow efficient storage in limited memory of programmer devices.
Hardware
AVR flasher by Urja Rannikko
The Prototype RS232 AVR parallel flash programmer of Urja Rannikko was the first implementation of the serprog protocol.
The source code can be found here.
AVR flasher by eightdot
FIXME: Link?
Arduino Mega flasher by fritz
InSystemFlasher by Juhana Helovuo
This was the first one that talks to SPI devices via serial over USB. Details can be found in the coreboot wiki and in this coreboot mailing list thread.
atmegaXXu2-flasher by Stefan Tauner
Like the InSystemFlasher this one uses LUFA on an AVR microcontroller to tunnel the serial data over USB.
Various Arduino based flashers
For detailed instructions on how to use different Arduino models to access SPI flash chips see Serprog/Arduino flasher.
Frser-duino
The source can be found here
Teensy 3.1 SPI + LPC/FWH Flasher
A Teensy 3.1 based small flasher by Urja Rannikko.
serprog-stm32vcp by Chi Zhang
The most powerful serprog-based programmer is built upon an ARM Cortex-M3 (STM32F103) featuring up to 36 MHz SPI clock. See his github page for further details, source code etc.