I have a RGB2HDMI in my STfm but I wouldn't remove it to add a piSTorm unless it got in the way.
I could connect both hdmi to a tv, or switch box, and have bigger better image quality on both.
PiStorm Chat
-
Darklord
- Site sponsor

- Posts: 1604
- Joined: 20 Sep 2017 13:41
- Location: Prestonsburg
Re: PiStorm Chat
So no GPIO cable for the PiSTorm, got it. Is it okay to use a CPU extender though?
One like this:
https://tinyurl.com/4ytbshtx
https://tinyurl.com/5cdfdb5f
That might give a little more flexibility about where to locate everything.
Thanks.
[EDIT] Okay, asked this on the PiSTorm Discord channel as well and got an
answer there. They don't think it will work but apparently no one has actually
tried it.
One like this:
https://tinyurl.com/4ytbshtx
https://tinyurl.com/5cdfdb5f
That might give a little more flexibility about where to locate everything.
Thanks.
[EDIT] Okay, asked this on the PiSTorm Discord channel as well and got an
answer there. They don't think it will work but apparently no one has actually
tried it.
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
-
Badwolf
- Site sponsor

- Posts: 3043
- Joined: 19 Nov 2019 12:09
Re: PiStorm Chat
I think you misunderstood the response. We can see no reason it *wouldn't* work, but no-one's reported trying it.Darklord wrote: 23 Nov 2023 04:15 [EDIT] Okay, asked this on the PiSTorm Discord channel as well and got an
answer there. They don't think it will work but apparently no one has actually
tried it.
I have one (of the extenders), but it has square pins whereas I have a turned pin socket. I've about 3000 things on the list to do ahead of resoldering it. :)
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
-
Darklord
- Site sponsor

- Posts: 1604
- Joined: 20 Sep 2017 13:41
- Location: Prestonsburg
Re: PiStorm Chat
Apologies, when I posted that message there had only been -1- response in Discord to my inquiry and it was negative.Badwolf wrote: 23 Nov 2023 12:48
I think you misunderstood the response. We can see no reason it *wouldn't* work, but no-one's reported trying it.
I have one (of the extenders), but it has square pins whereas I have a turned pin socket. I've about 3000 things on the list to do ahead of resoldering it. :)
BW
Thanks.
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
-
Darklord
- Site sponsor

- Posts: 1604
- Joined: 20 Sep 2017 13:41
- Location: Prestonsburg
Re: PiStorm Chat
I've got a 32 gig SD card for use with a PiSTorm setup. I'm unclear on a few issues though, even after
reading the pinned github site.
The card came from the AmigaKit Store with 2 preexisting partitions on it already. This shows up in
Windows 10 as "F" and "G". I was told this is for an Amiga Pistorm setup.
F is readable by Win10, it had 43 items in it. G is not, Windows says it's not formatted and wants to
format it (I didn't).
I download the 32 bit Lite version of the Pi OS. I downloaded Pi Imager. I attempted to use it to install
the 568 meg Pi OS file. It went through and said it was successful at the end but it (Windows?) kept
popping up the format window during the process. It now has 2 partitions, F (bootfs) and G (SDHC).
F now has 51 items instead of 43.
So my question is, should that card initially only have had 1 large partition on it before I used Pi Imager
to install the 32 bit Lite Pi OS?
Thanks.
PS If this message thread is for experts and development only I apologize and can we please start a
"PiSTorm for complete newbs" thread? Thanks.
reading the pinned github site.
The card came from the AmigaKit Store with 2 preexisting partitions on it already. This shows up in
Windows 10 as "F" and "G". I was told this is for an Amiga Pistorm setup.
F is readable by Win10, it had 43 items in it. G is not, Windows says it's not formatted and wants to
format it (I didn't).
I download the 32 bit Lite version of the Pi OS. I downloaded Pi Imager. I attempted to use it to install
the 568 meg Pi OS file. It went through and said it was successful at the end but it (Windows?) kept
popping up the format window during the process. It now has 2 partitions, F (bootfs) and G (SDHC).
F now has 51 items instead of 43.
So my question is, should that card initially only have had 1 large partition on it before I used Pi Imager
to install the 32 bit Lite Pi OS?
Thanks.
PS If this message thread is for experts and development only I apologize and can we please start a
"PiSTorm for complete newbs" thread? Thanks.
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
-
LarryL
- Posts: 245
- Joined: 20 Nov 2022 14:42
- Location: Germany
Re: PiStorm Chat
Hi,
usually the Raspberry OS image puts two partitions on the SD card
one FAT32 partition (readable by windows) - this shows up as bootfs, and you can access it by windows to e.g. add specifigs in "config.txt" or even add your Wifi credentials in a special file
BTW: if you use the "Raspberry Pi Imager" you can even enter the Wifi credentials and allow SSH before yxou write the OS image - then you even do not need to connect keyboard and screen at first boot, but access via SSH (using Putty or any other terminal program)
The second partition is the Linux partition (I think ext4 formatted) - not readable by windows. therefore Windows offers to format it - don't do it :-)
if you put this SD in your pi, you have the basic OS and then have to follow the guide at cryptodads github to install the Atari specific files for the PiStorm
cheers
Michael
usually the Raspberry OS image puts two partitions on the SD card
one FAT32 partition (readable by windows) - this shows up as bootfs, and you can access it by windows to e.g. add specifigs in "config.txt" or even add your Wifi credentials in a special file
BTW: if you use the "Raspberry Pi Imager" you can even enter the Wifi credentials and allow SSH before yxou write the OS image - then you even do not need to connect keyboard and screen at first boot, but access via SSH (using Putty or any other terminal program)
The second partition is the Linux partition (I think ext4 formatted) - not readable by windows. therefore Windows offers to format it - don't do it :-)
if you put this SD in your pi, you have the basic OS and then have to follow the guide at cryptodads github to install the Atari specific files for the PiStorm
cheers
Michael
-
Darklord
- Site sponsor

- Posts: 1604
- Joined: 20 Sep 2017 13:41
- Location: Prestonsburg
Re: PiStorm Chat
Thanks for that. A simple detailed explanation goes a long ways.
I've never used a Raspberry Pi before and I guess it shows... :roll:
Thanks again.
I've never used a Raspberry Pi before and I guess it shows... :roll:
Thanks again.
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
-
Steve
- Posts: 3309
- Joined: 15 Sep 2017 11:49
Re: PiStorm Chat
Wow, you really are jumping into the deep end! :)Darklord wrote: 24 Nov 2023 17:52 Thanks for that. A simple detailed explanation goes a long ways.
I've never used a Raspberry Pi before and I guess it shows... :roll:
Thanks again.
-
Darklord
- Site sponsor

- Posts: 1604
- Joined: 20 Sep 2017 13:41
- Location: Prestonsburg
Re: PiStorm Chat
I'm attempting to setup a PiSTorm/Pi 4 with my STacy.
I didn't want to hijack this thread so I started a new one:
viewtopic.php?f=29&t=6707
I am having problems. If someone can please read my post there
and offer helpful suggestions I'd appreciate it. Thanks.. :)
I didn't want to hijack this thread so I started a new one:
viewtopic.php?f=29&t=6707
I am having problems. If someone can please read my post there
and offer helpful suggestions I'd appreciate it. Thanks.. :)
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
-
exxos
- Site Admin

- Posts: 28386
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: PiStorm Chat
I've not had chance to look at this project yet, but I hope to over the next few days. I saw @Steve pistorm running in a H5 at the last cyber legends, so it spiked my interest. I want to get a CPU core running on the H5 to see what it can do.
I wonder if to post my progress here or would people prefer I not hijack this thread and start my own blog on it all?
I wonder if to post my progress here or would people prefer I not hijack this thread and start my own blog on it all?
Who is online
Users browsing this forum: ClaudeBot and 6 guests