Page 5 of 7
Re: What to do with my spare Raspberry Pi's
Posted: 03 Jan 2026 21:36
by rubber_jonnie
exxos wrote: 03 Jan 2026 20:24
rubber_jonnie wrote: 03 Jan 2026 19:03
Well I'm interested so let me know how much you want :)
Ok, I'll have to see when I get home.. But the PI and board + heatsinks likely ended up near 100.. But I'd accept 50 as its you ;)
Pretty sure we have a deal then 😁
Re: What to do with my spare Raspberry Pi's
Posted: 03 Jan 2026 23:17
by stephen_usher
mrbombermillzy wrote: 03 Jan 2026 14:15
PhilC wrote: 02 Jan 2026 17:23
Well I've got most of the Raspberry Pi's sorted or sold.
I've got a PiStorm for an Amiga and an ST to build...
I'd be very interested to see if you can get this running on the ST Phil. IIRC @stephen_usher had a go, but it didnt quite work out.
I think someone needs to properly crack this one for the Atari. :)
Someone with deep CPLD/Verilog magic need to help with the project as the current person is struggling. With some ST chipsets it's sort of working some of the time but a lot of the arbitration states are not fully implemented or not implemented at all. It seems to be hitting timing latency issues.
The PiStorm only really works well on the Amiga because the CPU doesn't have to worry about bus arbitration as all the peripherals are hidden behind the custom chips, and it's the bus arbitration which is the hard and time critical bit.
Re: What to do with my spare Raspberry Pi's
Posted: 04 Jan 2026 00:03
by exxos
stephen_usher wrote: 03 Jan 2026 23:17
The PiStorm only really works well on the Amiga because the CPU doesn't have to worry about bus arbitration as all the peripherals are hidden behind the custom chips, and it's the bus arbitration which is the hard and time critical bit.
Yeah I suspect the pi is only just coping with the Amiga as its simpler and 7MHz. The multiplex buses doesn't help. It needs something with more IO capabilities and a faster core imo.
Re: What to do with my spare Raspberry Pi's
Posted: 04 Jan 2026 07:43
by stephen_usher
The current Atari PiStorm code requires a Pi4 at least and when it does work the speed is only marginally faster than an ST536.
A lot of the arbitration is being attempted in the CPLD if you look in the code.
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 12:34
by rubber_jonnie
Had an MT-32 PI hat arrive the other day, and after a bit of configuration it's running 😁
IMG20260113120700.jpg
From my PoV the main thing I had to do to get it running was enable the display and invert it. I only used inversion as I wanted the power and audio cables coming out of the back.
Will need to test the midi stuff next.
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 14:07
by PhilC
rubber_jonnie wrote: 13 Jan 2026 12:34
Had an MT-32 PI hat arrive the other day, and after a bit of configuration it's running 😁
IMG20260113120700.jpg
From my PoV the main thing I had to do to get it running was enable the display and invert it. I only used inversion as I wanted the power and audio cables coming out of the back.
Will need to test the midi stuff next.
Was it easy to setup? Not had much timer stuff like that at the moment.
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 14:31
by rubber_jonnie
PhilC wrote: 13 Jan 2026 14:07
rubber_jonnie wrote: 13 Jan 2026 12:34
Had an MT-32 PI hat arrive the other day, and after a bit of configuration it's running 😁
IMG20260113120700.jpg
From my PoV the main thing I had to do to get it running was enable the display and invert it. I only used inversion as I wanted the power and audio cables coming out of the back.
Will need to test the midi stuff next.
Was it easy to setup? Not had much timer stuff like that at the moment.
Yeah you copy the files over to a Fat32 formatted SD card and then drop the Mt-32 ROMs into the ROMs folder.
If you want soundfonts add them to the folder of the same name.
After that it's walking through the config file in the root to set up for your own specific PI Hat. Also there is a WiFi file in the root you can use to connect to your network.
Once connected it has an ftp service so you can upload files as required.
The install guide on GitHub tells you all you need to know.
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 14:33
by PhilC
ok, thanks @rubber_jonnie, I'll give it a go this week
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 15:29
by rubber_jonnie
PhilC wrote: 13 Jan 2026 14:33
ok, thanks @rubber_jonnie, I'll give it a go this week
Of course I need to test it out further and make sure the midi and sound output works, but it's a good start.
Re: What to do with my spare Raspberry Pi's
Posted: 13 Jan 2026 17:07
by PhilC
rubber_jonnie wrote: 13 Jan 2026 15:29
PhilC wrote: 13 Jan 2026 14:33
ok, thanks @rubber_jonnie, I'll give it a go this week
Of course I need to test it out further and make sure the midi and sound output works, but it's a good start.
I'm just happy that it seems to install without issues :lol:
In other news, I'm putting one of my Pi4s into my 500+ with a Pistorm and Frame Thrower. I'll have to remove the Ethernet socket and two of the USB sockets first on the Pi4 though.