Skip to content
New MINOR release 04.07.00

Changes since 04.06.00:
- Implement dump of chip via SPI

   The tool can already read the SPI flash chip contents for verification,
   but it only compares it byte by byte with a local file and discards the
   read data.

   This commit reuses the verification function for a new dumping function.
   The user specifies the dump action parameter (--dump or -m), a filename
   to write to (e.g. "-f dump.bin"), and the size of the chip in bytes (e.g.
   "-s 1048576" for a 1 MiB aka 8M chip).

- fix: proper file offset handling

  Programmer should remote only bit file header and remove nothing on bin file.
  Before it was removing everything before SYNC command for bit and bin, which is
  wrong. Some FPGAs have additionl commands before and need some IDLE (0xFFFFFFFF)
  seqence before that.

- feat: new SPI FLASH type, DAMC-FMC2ZUP board