RELEASE_NOTES 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.27 - 12 May 2021
  6. - EDSK: Support writing KBI-19 protection tracks
  7. - EDSK: Support next IDAM in preceding sector's GAP
  8. - gw seek: New option --motor-on to enable drive motor while seeking
  9. - New firmware command: CMD_GET_PIN to interrogate input floppy pins
  10. - New board type: V4 (using AT32F4xx MCUs)
  11. - New board type: F1 Plus (enhanced BP adapter board by Monideth Pen)
  12. ** v0.26 - 26 March 2021
  13. - Support new Greaseweazle model: F7 v3 "Thunderbolt"
  14. - EDSK: Support for writing many protected EDSK files
  15. - Windows 7: Disable jumperless firmware update as it hangs.
  16. - Default head-step delay is doubled to 10ms.
  17. ** v0.25 - 27 February 2021
  18. - EDSK: Support for writing unprotected EDSK files
  19. - SCP: Allow disktype header byte to be specified (eg "a.scp::disktype=amiga")
  20. - SCP: Fix import of non-index-cued SCP imnage files
  21. - AmigaDOS: Mark bad sectors with explicit pattern "-=[BAD SECTOR]=-"
  22. - read/write: Add a --retries parameter used if analyse/verify stage fails
  23. - clean: New command to clean a drive using a cleaning disk
  24. - gw: New global option --time to print elapsed time taken by an operation
  25. - gw: Improve reliability of USB connection reset when starting an operation
  26. - flippy: Improve reliability for Panasonic modded drives (find true trk0)
  27. - Linux/Mac: setup.sh better error reporting when run from wrong folder
  28. ** v0.24 - 14 January 2021
  29. - Index-cue generated Kryoflux and SCP image files
  30. - Most external tools and emulators fail with non-cued streams
  31. - gw write: New precomp command-line option (see the wiki)
  32. - gw: Backward compatibility with older firmware (only back to v0.23)
  33. - Safer bootloader update (CRC check before erasing existing bootloader)
  34. ** v0.23 - 13 January 2021
  35. - Support new Greaseweazle model: F7 Slim
  36. - Read/write/verify 1.44M IMG image files
  37. - Read/write Kryoflux stream files
  38. - Optimisations:
  39. - Rewrite read/verify conversion routines in C
  40. - Fast Amiga track reads (now read an Amiga disk in approx 45 seconds)
  41. - Shrink the Windows distribution zip file
  42. - GW: New track-selection syntax ("--track="). See the wiki.
  43. ** v0.22 - 27 November 2020
  44. - Support read and write of Amiga ADF image files
  45. - Increase /STEP pulse width to 15us (fix 5.25" drive seek for Arno Olaf)
  46. - Flippy drives: support 'gw seek' down to track -8
  47. - Revised USB protocol
  48. ** v0.21 - 10 September 2020
  49. - Support new Greaseweazle model: F7 Lightning Plus
  50. - Fixes for older drives
  51. - 50us index mask, avoid double triggering on the index signal
  52. - Increase default head-step delay to 5ms
  53. - Windows: Install the CAPS/SPS IPF library automatically
  54. - New command 'gw seek' to seek to specified drive cylinder
  55. - New syntax for specifying Greaseweazle device name on command line
  56. - eg 'gw read --device COM3 a.scp'
  57. ** v0.20 - 1 July 2020
  58. - gw write: New options --erase-empty and --double-step
  59. - gw update: Fix COM redetect on Windows running Bitdefender
  60. - Support version 2 of Ant Goffart's F7 Plus
  61. - SCP: support legacy single-sided SCP images
  62. - Automatic import; Export via ::legacy_ss suffix
  63. - eg. gw read --single-sided my.scp::legacy_ss
  64. - SCP: support SCP image files generated by FluxEngine
  65. ** v0.19 - 8 June 2020
  66. - F7 v2: Support for the new board design
  67. - gw update: Signature and CRC validation checks
  68. - gw read: Fix end-track field in single-sided SCP images
  69. ** v0.18 - 28 May 2020
  70. - gw read: New parameters --rate and --rpm
  71. - rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)
  72. - Used only for HFE images right now, where default is DD (250)
  73. - rpm: Normalise track timings to the given RPM value
  74. - This occurs before any other conversion or analysis
  75. - gw info: New command to display information about the Greaseweazle setup
  76. - gw bandwidth: Improved stats output
  77. - SCP: Fix single-sided image handling according to latest SCP spec.
  78. - Operates correctly with latest beta version of HxC software
  79. - F7: Support new board designs
  80. - AmberTronic F7 Plus: Kryoflux form factor, output buffers, 12v supply
  81. - F7 Lightning: High Speed USB, output buffers
  82. ** v0.17 - 19 May 2020
  83. - Windows: New self-contained executable distribution
  84. - No need to install Python, or module dependencies
  85. - Mac, Linux: Main script is directly executable
  86. - No need to manually invoke the Python interpreter
  87. - GW host tool: Help-text description for each available action
  88. ** v0.16 - 15 May 2020
  89. - F7 Firmware: Enable over-drive voltage mode
  90. - Required for reliable 216MHz operation (see datasheet)
  91. - Bootloader update:
  92. - 'gw.py update --bootloader' updates the bootloader
  93. - Not normally required
  94. - Failure may brick the Weazle and require full reflash: Take care!
  95. - Update build system to work with Windows MinGW environment
  96. ** v0.15 - 5 May 2020
  97. - Host tool improvements:
  98. - IPF: More robust conversion to raw flux for writeout
  99. - HFE: Fix crash when writing out HFE from third party tools
  100. - F7 Firmware improvements:
  101. - Preparation for High Speed USB (future board using 730Z8 MCU)
  102. - Enable Instruction and Data caches (10x execution speedup)
  103. - Various improvements to bandwidth as reported by 'gw.py bandwidth'
  104. ** v0.14 - 29 April 2020
  105. - IPF: Full write support (weak data, index misalignment)
  106. - New GW commands: bandwidth, erase
  107. - bandwidth: Measure USB read/write bandwidth
  108. - erase: Erase a disk
  109. - F7 USB: Improved bandwidth when writing to disk
  110. - Much less likely to see FluxUnderflow failures
  111. - update: Fix a bug which could fail to reopen the GW device for update
  112. - update: Automatically find the update file if filename not specified
  113. - Control script: Tidier notification of errors (no scary backtrace)
  114. ** v0.13 - 25 April 2020
  115. - HFE: Read & write support
  116. - IPF: Preliminary write support
  117. - Requires SPS/CAPS support library. See the wiki.
  118. - Weak data not yet supported (RNC "Protect Process" protection, & others)
  119. - Write splice is always rotated to the index (affects Speedlock & others)
  120. - Also TODO: Verified writes
  121. - USB: Use the VID:PID pair assigned to Greaseweazle (1201:4d69)
  122. - New prerequisite: 'bitarray' module. See the wiki.
  123. ** v0.12 - 10 March 2020
  124. - GW Autodetect: General improvements, and now works on Windows 7
  125. - New read parameter --double-step to double-step drive heads
  126. - Useful for reading a 40-cylinder disk in an 80-cylinder drive
  127. - New 'pin' command allows a floppy pin to be set to specified level
  128. - Currently supported only for pin 2 (DENSEL)
  129. - New 'reset' command resets the Greaseweazle to power-on settings
  130. - Motors off, drives deselected, power-on pin levels and delay values
  131. ** v0.11 - 21 January 2020
  132. - GW.py: Auto-detect the COM/serial port device name
  133. - The device argument is now optional!
  134. - USB: Provide a serial-id string to the host
  135. - Identifier is unique to each Greaseweazle device
  136. - Allows disambiguation between multiple Greaseweazle devices
  137. - Recommended: Full flash from HEX file (embeds serial in bootloader)
  138. - Ubuntu: Udev script now creates a /dev/greaseweazle symlink
  139. ** v0.10 - 17 January 2020
  140. - STM32F7xx: Multi-drive support via drive-select config option
  141. - Up to three Shugart drives or two IBM/PC drives
  142. - gw.py read|write --drive {a,b,0,1,2}
  143. - See the "Drive Select" wiki page
  144. ** v0.9 - 7 January 2020
  145. - Activity LED
  146. - Lights while a USB-issued command is in progress
  147. - Flashes when enumerated but idle in the firmware-update bootloader
  148. ** v0.8 - 6 January 2020
  149. - STM32F73xx: Various Fixes and Improvements
  150. - Allow Firmware Update mode to be forced via strapping Serial RX/TX
  151. - Fix bogus sample values at start of read flux values
  152. - Fix some time constants to be in units of the sample clock
  153. - USB: Advertise USB 2.0 device descriptor
  154. ** v0.7 - 6 December 2019
  155. - USB: Fix end-of-stream detection on track writes
  156. - Writes of empty/unformatted tracks sometimes hung forever
  157. - No Flux Area: Firmware automatically masters long NFAs during track writes
  158. - Generating no flux transitions does not read back as a NFA
  159. - STM32F73xx: Initial support for new STM32 MCU
  160. - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
  161. - Single unified UPD file containing both firmware images
  162. ** v0.6 - 15 November 2019
  163. - gw.py: Big overhaul of underlying Python package
  164. - Action (read, write, update) must come first on the command line
  165. - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
  166. - gw.py: New action "delays" to print/set delay parameters
  167. - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
  168. ** v0.5 - 11 November 2019
  169. - USB: Overhaul the protocol and allow writes to be terminated at index
  170. - Terminate-at-index is always used by current Python control script
  171. - Terminate-at-index prevents an over-long write from overwriting itself
  172. - Fix interruption of track writes (eg. KeyboardInterrupt)
  173. - gw.py: New option --adjust-speed to normalise flux times for target drive
  174. - Measures RPM of the target drive and calculates an adjustment factor
  175. ** v0.4 - 5 November 2019
  176. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  177. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  178. - Floppy Write: Fix for very short flux timings
  179. - Floppy Read: Fix for very long flux timings
  180. - USB: Small improvement to double-buffer logic
  181. ** v0.3 - 30 October 2019
  182. - Bootloader: Fix Programming-Jumper detection
  183. - Read Track: Various minor fixes
  184. - SCP: Fix the SCP file headers generated by "gw.py read"
  185. ** IMPORTANT USER INSTRUCTIONS **:
  186. - Users must serial-update using the v0.3 HEX file
  187. - DO NOT update from v0.2 using the UPD file
  188. - May need to install the crcmod package: eg "pip3 install crcmod"
  189. ** v0.2 - 29 October 2019
  190. - USB: Fix hangs during "gw.py read"
  191. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  192. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  193. - Reduces risk of buffer underflow/overflow during disk operations
  194. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  195. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  196. ** v0.1 - 17 October 2019
  197. - First release