Skip to content

Releases: FPGAArcade/replay_bootloader

Version 1.2

27 Sep 22:20
00bc8fa
Compare
Choose a tag to compare

bootrom

  • CMD_DEVICE_INFO now reports version and bootloader/firmware sizes (if available)
  • CMD_SETUP_WRITE / CMD_FINISH_WRITE sends back packet CRC32 checksum.
  • CMD_CRC32_MEMORY returns CRC32 for a memory region.
  • Firmware can control the bootloader operation via 32bits at address 0x200010.

usbdl

  • Added info command.
  • Added verification of bootloader and firmware writes.

Version 1.1

03 Jul 11:18
5645f07
Compare
Choose a tag to compare

bootrom

  • Set bootrom flash timeout to ~10s (instead of 5s)
    This fixes flashing via USB on host systems with slow(er) USB enumeration (such as Linux)

usbdl

  • [windows] Fix spurious "ERROR: The operation completed successfully."
  • [linux/osx] Add build support