@@ -12,7 +12,7 @@ PaulaNet is a WiFi network adapter for the Amiga that uses the floppy disk port
1212
1313The Amiga's floppy port provides a 500kbps MFM bitstream driven by Paula's DMA engine. PaulaNet exploits this as a data channel:
1414
15- - A ** Raspberry Pi Pico W** (or Pico 2W ) sits between the Amiga's floppy port and the WiFi radio
15+ - A ** Raspberry Pi Pico 2 W** (Original Pico W is not compatable ) sits between the Amiga's floppy port and the WiFi radio
1616- The Amiga sees PaulaNet as a standard floppy drive (eg DF1:)
1717- Special tracks (76, 77 and 78) are used as command/data channels
1818- The Pico handles WiFi via the onboard CYW43439 chip and forwards raw ethernet frames to and from the Amiga
@@ -51,7 +51,7 @@ All floppy signals are brought out to the Pico's GPIO pins. Gerber files for the
5151
5252| Folder | Contents |
5353| --------------------| ----------------------------------------------------------------------------|
54- | ` Pico/ ` | Raspberry Pi Pico W firmware (C++, CMake) |
54+ | ` Pico/ ` | Raspberry Pi Pico 2 W firmware (C++, CMake) |
5555| ` NetDevice/ ` | ` PaulaNET.device ` Amiga Exec network device driver |
5656| ` AmigaConfig/ ` | Workbench configuration program (GadTools UI) |
5757| ` MakeDiskImage/ ` | PC-side tool to generate the ADF and export sector data to ` DiskImage.cpp ` |
@@ -65,7 +65,7 @@ All floppy signals are brought out to the Pico's GPIO pins. Gerber files for the
6565- Ping times of ** 80–120ms** on an unaccelerated Amiga 1200
6666- Tested with ** Roadshow** TCP/IP stack
6767- Works on stock Amiga hardware (no accelerator required)
68- - Compatible with Raspberry Pi Pico W and Pico 2W
68+ - Compatible with Raspberry Pico 2 W Only
6969- Workbench mounts the built-in disk image containing the driver and config program automatically
7070- WiFi configuration (SSID, password, hostname) stored in Pico flash
7171
0 commit comments