Close

Todo...

A project log for SPI Flasher

Got a Raspberry Pi ? A few more bucks turn it into a networked SPI Flash chip reader/writer

yann-guidon-ygdesYann Guidon / YGDES 01/19/2016 at 13:300 Comments

The .hyx files can get large. Pretty large. A 16MB flash chip requires 32 or 48MB of storage. I should add support for Zlib, which provides transparent support of gzip-compressed data...

Until I do it, thanks to posixity, it's possible to write this, when the original file is compressed :

gunzip file.bin.gz
bin2hyx file.bin | update_SPI_flash -

Discussions