SD2IEC & IEC-2-SD Adapters: Difference between revisions
Appearance
Created page with "{{Infobox hardware | name = SD2IEC & IEC-2-SD Adapters | image = 250px | caption = TFW8b SD2IEC v5B โ turnkey unit with OLED, buttons and IEC-passthrough | developer = Community project<br />originated as '''MMC2IEC''' by Lars Pontoppidan (2007); maintained by Ingo Korb (''sd2iec'' firmware) | type = SD-card IEC serial mass-storage adapter (1541-compatible subset) | first_released = 2008 (''sd2iec''..." ย |
No edit summary |
||
| Line 129: | Line 129: | ||
* [https://www.thefuturewas8bit.com/ The Future Was 8-bit] โ commercial SD2IEC hardware. | * [https://www.thefuturewas8bit.com/ The Future Was 8-bit] โ commercial SD2IEC hardware. | ||
* [https://blog.retroleum.co.uk/ Retroleum blog] โ tutorial โCompiling sd2iec on macOSโ. | * [https://blog.retroleum.co.uk/ Retroleum blog] โ tutorial โCompiling sd2iec on macOSโ. | ||
[[Category:Commodore_Systems]] | |||
Revision as of 11:34, 25 April 2025
The SD2IEC familyโand its ARM-based off-shoots usually sold as IEC-2-SDโare open-hardware adapters that let Commodore 8-bit machines read and write FAT/FAT32-formatted SD-cards through the standard IEC serial bus. Acting as a *smart* disk-drive clone they implement the most-used 1541/1571/1581 DOS commands (LOAD, SAVE, directory, block API, โ, โ, etc.) plus a small command channel interpreter that maps files and sub-directories to disk images on the card.
Quick facts
- โLoader-ready in <โ1 sโ โ no mechanical spin-up / head-seek delays.
- Capacity: 32 GB+ per card, thousands of โโD64/D71/D81โโ images or plain PRGs.
- Speed: โ 45ร stock 1541 with JiffyDOS fast-loader (โ 12โkBโs-1).
- Firmware upgradable from the C64 itself (`LOAD "FW.BIN",8,1` & `RUN`).
- 100 % open-source: hardware KiCad / Eagle files & AVR/ARM firmware on GitHub.
๐ History
- 2006-07 โ MMC2IEC โ Lars Pontoppidan prototypes an ATmega32 board that translates IEC โ SPI-MMC.[1]
- 2008 โ sd2iec โ Ingo Korb forks the code, adds FAT32, long filenames, D71/D81 and renames the firmware sd2iec.[2]
- 2010-12 โ Commercial kits โ Jim Brain's uIEC/SD and NKC Electronics sell through-hole DIY modules.
- 2014-15 โ TFW8b v4/v5 โ TheFutureWas8bit releases compact SMD units with button board & OLED.
- 2018 โ IEC-2-SD (STM32) โ Petter Lundsten ports the protocol to the STM32 โBlue Pillโ, bringing USB mass-storage gadget mode.[3]
๐ ๏ธ Hardware architecture
| Variant | MCU | Clock | RAM | Notes |
|---|---|---|---|---|
| Classic SD2IEC | ATmega1284P | 20 MHz crystal | 16 KB | SPIโSD, UARTโdebug, optional OLED/IยฒC |
| uIEC/SD | ATmega644P | 16 MHz | 4 KB | 2ร micro-SD sockets, daughter-card form factor |
| IEC-2-SD | STM32F103C8T6 | 72 MHz | 20 KB SRAM | USB-C, full-speed USB gadget (card seen as drive on PC) |
| SaRuMan-SD | ATmega1284P | 24 MHz (X-tal) | 16 KB | Sidekick64 plug-on module, exposed JTAG |
Most boards power entirely from the +5 V IEC bus (โ 100 mA). A 3 V LDO or DC/DC step-down supplies the SD slot. Level-shifting is done by resistor networks or BSS138 FETs depending on revision.
โ๏ธ Firmware features
- DOS Commands: `LOAD, SAVE, OPEN, B-A (block execute), VALIDATE`, etc.
- Disk image hot-swap using buttons (NEXT / PREV) or via `OPEN 15,"CD:somedir"`.
- Long-file-name to C64 PETSCII mapping (configurable).
- GEOS support (`U0>M0`) and native fast-loader patches for JiffyDOS, Final Cartridge III, Epyx FastLoad, SJLoad, etc.
- Config file `sd2iec.cfg` โ set default device #, Jiffy mode, drive # mapping, LED polarity.
- IEC passthrough so real 1541s can daisy-chain behind the adapter.
Known limitations
- No true 6502-cycle-exact 1541 CPU emulation โ copy-protected titles that rely on drive-side code or nibble-level flux patterns fail.
- Relative files not supported.
- Burst-mode fast-loaders designed for the 1571/1581 may require a parallel-IEC mod or fail altogether.
- Command channel buffers are 254 bytes โ very long `@` commands can overflow.
๐ Fast-loader compatibility matrix
| Loader | Stock C64 | JiffyDOS | SD2IEC (AVR) | IEC-2-SD (STM32) |
|---|---|---|---|---|
| JiffyDOS (KERNAL) | โ | โ | โ 45ร | โ 45ร |
| Epyx FastLoad (cart) | โ 5ร | โ 5ร | โ 30ร | โ 35ร |
| Final Cartridge III | โ 6ร | โ | โ 32ร | โ 34ร |
| Dolphin DOS | โ | โ | โ | โ |
| Fast Load V5 PAL | โ | โ | โ (needs ``OPEN15,"UX"` patch) | โ |
๐ Using SD2IEC
<plainlist>
- Device number โ shipped as *8*; change with `OPEN15,8,15,"U0>"+CHR$(10+new#):CLOSE15`.
- Browse directories โ `LOAD"$",8` or use FB64 file-browser PRG on the card root.
- Mount D64 image โ `OPEN1,8,15,"CD:DEMOS/DISK1.D64":CLOSE1`.
- Swap image โ front buttons (NEXT/PREV) or `OPEN15,"XS:next":CLOSE15`.
- Firmware update โ copy `firmware.bin` to card root โ reset while holding โNEXTโ.
</plainlist>
๐ Pi1541 / 1541 Ultimate
| Feature | SD2IEC / IEC-2-SD | Pi1541 | 1541 Ultimate-II+ |
|---|---|---|---|
| MCU / SoC | 8-bit AVR / STM32 | Raspberry Pi (ARM) | FPGA (Cyclone III) |
| Cycle-exact 6502 emulation | โ | โ | โ |
| Copy-protected G64 / TAP | โ | โ | โ |
| Price (2024) | US$25-60 | US$60-90 | US$200+ |
| Plug-and-play (no Pi setup) | โ | โ SD card image & config needed | โ |
| Real-time clock, Ethernet, RAM-expansion | โ | โ | โ |
๐ Popular ready-made units
| Brand / Model | Notes | Approx. price (2024) |
|---|---|---|
| TheFutureWas8bit SD2IEC v5B | OLED, 3 buttons, IEC thru, 3-D printed shell | ยฃ34 GB |
| Retro-Port uIEC/SD | Daughter-card w. 6-pin header, fits internal C64 installs | US$44 |
| Pi1541 Zero (not SD2IEC) | Cycle-exact but needs Pi Zero โ see separate page | โฌ49 |
| IEC-2-SD โBluePill editionโ | STM32, USB-C, optional OLED, DIY kit | โฌ29 kit / โฌ45 built |
๐ง DIY resources
- PCB & schematic: <https://github.com/IngmarK/sd2iec-hardware>
- Firmware source: <https://github.com/sd2iec/sd2iec>
- IEC-2-SD repo: <https://github.com/plundstr/IEC-2-SD>
- Forum support: Lemon64 โsd2iec user threadโ, retro-computing Stack Exchange tag โโsd2iecโโ.
๐ See also
๐ References
๐ External links
- Official sd2iec wiki โ documentation, binaries, parts list.
- The Future Was 8-bit โ commercial SD2IEC hardware.
- Retroleum blog โ tutorial โCompiling sd2iec on macOSโ.