Difference between revisions of "Retro/FlashFloppy"

From LunaSys
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page explains how to flash and mod a gotek with flashfloppy under linux
+
This page explains how to flash and mod a gotek with [https://github.com/keirf/flashfloppy flashfloppy] under linux
  
 
== Flash ==
 
== Flash ==
Line 7: Line 7:
 
Jump "boot" wires as in the picture below:
 
Jump "boot" wires as in the picture below:
  
 +
[[File:Usb-programming.png]]
  
 
Then under linux run:
 
Then under linux run:
  
  dfu-util -D /downloads/build/flashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0 -s 0x08000000:unprotect:force
+
  dfu-util -D /path/to/flashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0 -s 0x08000000:unprotect:force
  
 
And once again:
 
And once again:
  
  dfu-util -D /downloads/build/flashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0
+
  dfu-util -D /path/toflashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0
  
  

Latest revision as of 19:16, 19 April 2024

This page explains how to flash and mod a gotek with flashfloppy under linux

Flash

This is only for an "artery" chip gotek

Jump "boot" wires as in the picture below:

Usb-programming.png

Then under linux run:

dfu-util -D /path/to/flashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0 -s 0x08000000:unprotect:force

And once again:

dfu-util -D /path/toflashfloppy/releases/flashfloppy-3.42/dfu/flashfloppy-at415-st105-3.42.dfu -a 0


Sources