520 ST - Just worked. No mandatory fixes. Original Pico Firmware version. It doesn't work from cold boot (of the ST) for me. Needs a warm reset but no big deal. Possibly would be fixed by later FW? Might be a TOS 1.0 thing?
Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
-
alexh
- Site sponsor

- Posts: 1335
- Joined: 17 Oct 2017 16:51
- Location: Oxfordshire
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
You do not have the required permissions to view the files attached to this post.
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
You need to update the firmware it contains many fixes.
TOS1.00 is supposed to be buggy as hell with drives. I'm surprised it worked at all. You really need TOS104 .
TOS1.00 is supposed to be buggy as hell with drives. I'm surprised it worked at all. You really need TOS104 .
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
-
alexh
- Site sponsor

- Posts: 1335
- Joined: 17 Oct 2017 16:51
- Location: Oxfordshire
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
I can testify they are good. Mine worked out of the box with TOS1.0 and the original FW. I'll be demo'ing mine at Cyberlegends 2.0 if anyone wants to have a look-see.
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
-
Methanoid
- Posts: 39
- Joined: 20 Dec 2017 11:53
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
Good to see more options (I have an STM32 one already) but this may be a dumb Q but why not have the RP2040 chip on the main PCB and skip the Pico board at all? Or does the Pico board add things or contains things you can't do without it? Just seems bigger than it MIGHT need to be?? :oops:
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
The chip is a BGA package I believe, which is difficult to solder if you don't have the correct production equipment.
The RPi Pico adds the power control circuitry mostly.
For a small production run like this I doubt that it would be economic to build the PCB with the RP2040 installed upon it. The RPi Pico has the advantage of being through-hole and cheap due to the economies of scale to produce.
The RPi Pico adds the power control circuitry mostly.
For a small production run like this I doubt that it would be economic to build the PCB with the RP2040 installed upon it. The RPi Pico has the advantage of being through-hole and cheap due to the economies of scale to produce.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
sporniket
- Site sponsor

- Posts: 1164
- Joined: 26 Sep 2020 21:12
- Location: France
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
I believe the RP2040 is a QFN package with exposed pad underneath, not BGA, but still PITA to assemble.stephen_usher wrote: 08 Mar 2024 10:26 The chip is a BGA package I believe, which is difficult to solder if you don't have the correct production equipment.
-
chronicthehedgehog
- Site sponsor

- Posts: 383
- Joined: 08 May 2022 18:11
- Location: The Midlands
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
Just thought I'd share some results.
Seeing smonson's new HDD prompted me to check for new firmware, so I installed v1.2. However there has been a small decrease in performance compared to v1.13.
I'm only mentioning it as the release notes for 1.2 mention performance.
Using the ICD RATEHD tool..
For v1.13 f/w I get 980K/s and 975K/s on the first and second drives respectively
For v1.20 f/w I get 956K/s and 952K/s on the first and second drives respectively
Not a problem for me personally as v1.13 has been 100% stable and I'll stick with that.
EDIT:
FWIW, both SD cards are SANdisk
Seeing smonson's new HDD prompted me to check for new firmware, so I installed v1.2. However there has been a small decrease in performance compared to v1.13.
I'm only mentioning it as the release notes for 1.2 mention performance.
Using the ICD RATEHD tool..
For v1.13 f/w I get 980K/s and 975K/s on the first and second drives respectively
For v1.20 f/w I get 956K/s and 952K/s on the first and second drives respectively
Not a problem for me personally as v1.13 has been 100% stable and I'll stick with that.
EDIT:
FWIW, both SD cards are SANdisk
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
Yep, was mentioned a few posts back.chronicthehedgehog wrote: 07 Apr 2024 17:44 Seeing smonson's new HDD prompted me to check for new firmware, so I installed v1.2. However there has been a small decrease in performance compared to v1.13.
viewtopic.php?p=103916#p103916
-
chronicthehedgehog
- Site sponsor

- Posts: 383
- Joined: 08 May 2022 18:11
- Location: The Midlands
Re: Raspberry PI PICO ATARI ST Hard Drive Emulator (WIP)
Aha. cheers
EDIT
I need to use a better tool. Combined R/W is lot more realistic
Who is online
Users browsing this forum: apple [bot], Baidu [Spider], ClaudeBot and 14 guests