Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rw:hw:gotek [2023/09/12 20:08]
super
rw:hw:gotek [2023/09/24 13:22] (current)
super
Line 39: Line 39:
 __Via Linux__ __Via Linux__
  
-This is for AT or Artery based Goteks ONLY! There are different instructions for STM32 controllers.+This is for **AT** or **Artery** based Goteks ONLY! There are different instructions for STM32 controllers.
  
   - install dfu-util, it should be available from most distros   - install dfu-util, it should be available from most distros
Line 45: Line 45:
     - download the flashfloppy release and unpack it. There will be a dfu/ directory containing the firmware file. You want to use the .dfu file, not the .hex file.     - download the flashfloppy release and unpack it. There will be a dfu/ directory containing the firmware file. You want to use the .dfu file, not the .hex file.
   - set the programming jumper on the gotek as per wiki.   - set the programming jumper on the gotek as per wiki.
-  - attach gotek to linux box via usb-to usb-cable.+  - attach gotek to linux box via USB-to USB-cable.
   - list dfu devices attached This should display two entries for one device (just different alt numbers). If more than one device is shown, you'll have to add the --device option as per the dfu-util manpage.   - list dfu devices attached This should display two entries for one device (just different alt numbers). If more than one device is shown, you'll have to add the --device option as per the dfu-util manpage.
      - sudo dfu-util --list #      - sudo dfu-util --list #
-  - if the Gotek is faxctory fresh you may need to unprotect it. It is safe to do this if it is already unprotected. +  - if the Gotek is factory fresh you may need to unprotect it. It is safe to do this if it is already unprotected. 
       - sudo dfu-util -D /path/to/flashfloppy-at415-st105-3.41.dfu -a 0 -s 0x08000000:unprotect:force #       - sudo dfu-util -D /path/to/flashfloppy-at415-st105-3.41.dfu -a 0 -s 0x08000000:unprotect:force #
   - now that the flash is unlocked you can program/flash the memory   - now that the flash is unlocked you can program/flash the memory
Line 55: Line 55:
   - remove the temp programming jumper   - remove the temp programming jumper
  
-__Misc Notes__+====Misc Notes====
   * FF 3.41 is current as of 2023-Aug   * FF 3.41 is current as of 2023-Aug
 +  * ideally, try to find a 435 chip it has 384KB of SRAM
 +  * most new Goteks have a 415 chips which work fine for Amigas, that chip only has 32KB SRAM, this will limit things like extra features and HD file images, again not a biggie for Amigas
 +  * there is an open hardware version of the gotek named OpenFlops it works with Flash Floppy
 +
  
  
Last modified: le 2023/09/12 20:08