SmartDisk II – Documentation

This guide walks you through setting up and using your SmartDisk II — from wiring it to your Apple II, through preparing the SD card, to navigating every on-screen menu. Keep it handy the first few times; after that it’s second nature.

Supported disk image formats

FormatReadWrite
WOZ 2.0
WOZ 1.0
DSK
PO
2MG
NIC

1 · Safety precautions

A few habits will keep your SmartDisk II — and your Apple II — healthy:

  • Never connect or disconnect the SmartDisk II while the Apple II is powered on. It can damage the board.
  • Never insert or remove the SD card while the SmartDisk II is powered.
  • Do not plug in USB while the SmartDisk II is connected to the Apple II.
  • Always check the IDC ribbon connection on the Disk II controller before switching the Apple II on.
  • Boards before hardware Rev 3 are not compatible with the IIc & IIGS without a small PCB modification.

2 · Hardware at a glance

The SmartDisk II exposes everything you need on a single small board:

PartPurpose
IDC-20 connectorConnects to the Disk II controller (or to the SmartPort adapter for IIc/IIGS)
SD card slotHolds your disk images
OLED display0.96″ screen showing the menus
4 control buttonsUP, DOWN, OK and RET — menu navigation
Reset buttonSingle click reboots; double click enters firmware-update (DFU) mode
USB-CFirmware updates only (use a data cable, not a charge-only one)
BuzzerAudible feedback

3 · Connecting to your Apple II

Apple II+ / IIe

You’ll need a Disk II controller card connected to your Disk II drive chain. The orientation of the 20-pin ribbon matters: pin 1 must be on the left side (the keyboard side). Use the ribbon’s coloured edge as a guide so the left side of the Disk II controller lines up with the left side of the SmartDisk II.

⚠ Double-check the ribbon orientation before powering on — a reversed connector can damage the board.

Apple IIc / IIGS

The IIc and IIGS use a SmartPort (SUB-D19) connector, so you’ll need an adapter that converts SUB-D19 ↔ IDC-20. SUB-D19 connectors are hard to find these days; an open-source adapter and sourcing notes are linked below.

On the adapter, the IDC-20 side goes to the SmartDisk II and the SUB-D19 side goes to the Apple IIc / IIGS.

4 · Preparing the SD card

The SD card must be formatted FAT32 with 64 sectors of 512 bytes per cluster (32 KB clusters). This specific layout is what lets the SmartDisk II meet the Apple II’s strict timing.

⚠ If the card isn’t formatted with 512-byte sectors, reading images on the Apple II will be unreliable.

Easiest — on the device: open Config → Make filesystem to format the card correctly right from the SmartDisk II.

On Linux:

mkfs.fat -F 32 -s 64 /dev/sdX

On macOS:

sudo newfs_msdos -F 32 -c 64 /dev/diskXsY

On Windows: a tool such as DiskGenius can create a FAT32 partition with 512-byte sectors and 32 KB clusters. (Windows’ built-in formatter does not produce the right layout.)

Tip: use a quality, known-brand card — many cheap cards have poor read/write rates and will cause trouble.

5 · Using the SmartDisk II

The controls

ButtonAction
UPMove the selection up
DOWNMove the selection down
OKSelect / open / mount
RETGo back, or up one level (return to the main menu)

A single click of the Reset button reboots the device; a double click enters firmware-update mode.

6 · Browse and boot from the Apple II (SmartLoader)

With SmartLoader, you don’t even need the SmartDisk II’s own buttons for everyday loading. It puts a fast green-screen browser on the Apple II itself: SmartLoader reads the disk images on your SD card and lists them right on screen, so you can scroll through your whole collection and boot any title straight from the Apple II.

  • [B] — boot the highlighted disk
  • [R] — refresh the listing
  • [S] — settings
SmartLoader listing disk images from the SD card on an Apple II
SmartLoader browsing the SD card from the Apple II — pick a disk and boot.

7 · The screens, one by one

Splash screen

On power-up, the splash screen shows the current firmware version (bottom-right). After ~2 seconds it moves on to your last mounted image, the file manager, or the main menu — depending on your boot setting (see Config).

🖫  SmartDisk II
v0.80.x

Main menu

The root screen. Press RET from anywhere to return here. The firmware version sits at the bottom-left.

Main Menu
♥ Favorites
■ File manager
▸ Mounted image
✱ Config
v0.80.x
  • Favorites — your starred images (Disk II emulation only)
  • File manager — browse the SD card
  • Mounted image — jump to the image currently loaded
  • Config — settings

File manager

Browse the SD card. Folders are listed first, then image files with a supported extension (DSK, NIC, WOZ, PO). The item count for the current folder shows bottom-right.

File listing
▸ GAMES
▸ NIC
▸ TOOLS
  WOZ 1.0
01 / 17

UP/DOWN to move, OK to enter a folder or mount an image, RET to go up a level.

Mounted image

After mounting, this screen shows the image’s live status:

Blazing Paddles
type: WOZ    ♥
Track: 0
CL:Y  OT:32
WP:N  SYN:Y  V:2
IndicatorMeaning
TrackCurrent head track (0–35)
Image is in your favorites
CLWeak bits cleared (Y/N)
OTOptimal bit timing (32 × 0.125 ns)
WPWrite-protected (Y/N)
SYNSynchronized track (Y/N)
VWOZ version (1 or 2)

Press OK to open the image options.

Image options

Image Menu
♥ Toggle favorite
■ Unmount image
▸ Delete image
  • Add / remove the image from favorites
  • Unmount the current image
  • Permanently delete the image from the SD card

SmartPort HD

When the emulation type is set to SmartPort HD, the SmartDisk II can hold up to four PO hard-disk images at once. The image that boots first is marked with a ★ instead of its index number; change the boot order in Config.

SMARTPORT HD
★ 0: Totalreplay
  1: System 6 and Fr
  2: Empty
  3: Empty

Place the PO files at the root of the SD card using this naming, where [title] is the label shown on screen:

vol01_[title].PO
vol02_[title].PO
vol03_[title].PO
vol04_[title].PO

Config

Config Menu
☑ Boot last image
☐ Boot last dir
☐ Boot favorites
  Emulation type
SettingWhat it does
Boot last imageOn power-up, auto-mount the last image used
Boot last dirOn power-up, open the file manager at the last folder
Boot favoritesOn power-up, show the favorites list
Emulation typeChoose DISK II (5.25″), SmartPort HD, or UNIDISK 3.5
Sound effectEnable / disable the buzzer
Clear prefsReset the configuration
Clear favoritesEmpty the favorites list
Make filesystemWipe the SD card and create a fresh FAT32 partition

8 · Updating the firmware

The SmartDisk II ships with a bootloader for easy, drag-and-drop firmware updates over USB.

⚠ Always unplug the SmartDisk II from the Apple II before connecting USB — leaving both connected can damage the board.
  1. Disconnect the SmartDisk II from the Apple II.
  2. Remove the SD card.
  3. Connect it to your computer with a USB data cable (some cables only carry power).
  4. Double-click the Reset button to enter bootloader mode.
  5. A new drive appears on your computer.
  6. Copy the latest .UF2 firmware (from the GitHub releases) onto that drive.

Resources & support

Scroll to Top