You mentioned that you used macOS in the past. You can put a device into dfu mode with:
ls -1 /dev/cu.* | grep "usbmodem" # Find device(s)
stty -f /dev/cu.usbmodemxxxx 14400 # Put device in DFU mode
You mentioned that you used macOS in the past. You can put a device into dfu mode with:
ls -1 /dev/cu.* | grep "usbmodem" # Find device(s)
stty -f /dev/cu.usbmodemxxxx 14400 # Put device in DFU mode