Serprog (overview)

This page collects information about the serprog protocol and the programmers implementing it.

Protocol

See Serial Flasher Protocol Specification. It is designed to be compact and allow efficient storage in limited memory of programmer devices.

AVR flasher by Urja Rannikko

../../../_images/300px-Avr_rs232_programmer.jpg

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.

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.

../../../_images/300px-AtmegaXXu2-flasher.jpg

Various Arduino based flashers

Frser-duino

This project contains source code to install on Arduino devices.

This developer also have various ports on github repo for several microcontroller boards, such as:

There also various other interesting projects such as:

Using a 5v Arduino at 3.3V

Information on it can be found in this doc: Arduino flasher 3.3v

5V arduino with level shifter

For detailed instructions on how to use different Arduino models to access SPI flash chips see Arduino flasher

../../../_images/300px-Serprog_0001.jpeg

Teensy 3.1 SPI + LPC/FWH Flasher

A Teensy 3.1 based small flasher by Urja Rannikko documented here: Teensy 3.1 SPI + LPC/FWH Flasher

HydraBus multi-tool

HydraBus (hardware) with HydraFW (firmware) is an open source multi-tool for learning, developing, debugging, hacking and penetration testing of embedded hardware. It is built upon an ARM Cortex-M4 (STM32F405). The source code for HydraFW is available on GitHub. Refer to their GitHub Wiki for more details on how to use HydraBus with flashrom.

../../../_images/300px-HydraFW_Default_PinAssignment.png

stm32-vserprog by Chi Zhang

A powerful option is stm32-vserprog, a firmware for various STM32-based boards that turns them into serprog-based programmers with SPI clock speeds up to 36 MHz.