Releases: FPGAArcade/replay_bootloader
Releases · FPGAArcade/replay_bootloader
Version 1.2
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
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