This page (revision-25) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 05-Mar-2018 18:44 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
25 03-Feb-2023 15:21 6 KB Roland B. Wassenberg to previous
24 07-Mar-2018 18:54 6 KB Roland B. Wassenberg to previous | to last
23 07-Mar-2018 18:40 5 KB Roland B. Wassenberg to previous | to last
22 05-Mar-2018 22:39 5 KB Roland B. Wassenberg to previous | to last
21 05-Mar-2018 22:37 5 KB Roland B. Wassenberg to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 20 changed 2 lines
!!Flashing
https://www.obdev.at/products/crosspack/download.html
!!Flashing for macOS
> download the latest [package|https://www.obdev.at/products/crosspack/download.html]
> download the latest [firmware|http://www.kbrnet.de/projekte/sdrive-max/index.html]
> take apart 3 files: 'eeprom_writer.hex' , 'SDrive.hex' and 'sdrive.atr'
> connect Arduino via USB to your Mac
> open the Terminal app
> cd /dev
> ls -a
> search for 'tty.Serial...' or 'tty.SeriellerAnschluss' or 'tty.usbmodem14411' etc. ; (*) is defined as this string without ' ' and without any blank. Keep that string in mind, then type in: avrdude -carduino -pm328p -P /dev/(*) -U flash:w:<path to to this file>/eeprom_writer.hex
> for example: avrdude -carduino -pm328p -P /dev/tty.usbmodem14411 -U flash:w:/Users/AtariWiki/Desktop/eeprom_writer.hex
> then: avrdude -carduino -pm328p -P /dev/tty.usbmodem14411 -U flash:w:/Users/AtariWiki/Desktop/SDrive.hex
> flashing is now done
> disconnect everything, take a usb card reader and copy the file 'sdrive.atr' on the microSD card into the root directory
> re-connect everything
> congratulations to your new SDrive-Max software! :-)
At line 36 added one line