Page 20 of 42
Re: PiStorm Chat
Posted: 05 Oct 2023 15:50
by mrbombermillzy
@dad664npc and @Badwolf :
Thanks both of you for the advice. I vaguely remember BW explaining about the problems of extending the pins.
Looks like I will have to join the party a bit later then.
Re: PiStorm Chat
Posted: 06 Oct 2023 07:09
by Darklord
Okay, I find myself really intrigued by this.
Currently I have my STacy opened up, working on it. It has a
socketed CPU.
So...does PiSTorm require an STe or will it work in an ST also?
Is Mint required?
Will any Pi4 do or are there special requirements?
The Github page seems to indicate that the Pi3 variations now work,
as well as either 373 or 374 latches. Is that correct?
Thanks.
Re: PiStorm Chat
Posted: 06 Oct 2023 07:37
by dad664npc
PiStorm works in both ST and STe
STe requires an adaptor board - DIL to PLCC
Mint is not required
Any Pi4 model B will work
Pi3A+ is shown to work
badwolf has shown that the latch type no longer matters
I have never seen a STacy in person, but from images, it seems compact. I very much doubt you could install a PiStorm and run it encased - but am happy to be told otherwise
Re: PiStorm Chat
Posted: 06 Oct 2023 08:38
by sporniket
STe requires a motherboard version with socketed CPU.
Re: PiStorm Chat
Posted: 06 Oct 2023 08:38
by Cyprian
ST:
il_1588xN.3089592638_gzcs[1].jpg
STE:
IMG_7226[1].jpeg
Re: PiStorm Chat
Posted: 06 Oct 2023 08:53
by dad664npc
sporniket wrote: 06 Oct 2023 08:38
STe requires a motherboard version with socketed CPU.
STe PLCC socketed CPU requires exxos adaptor board to convert to DIL socket
IMG_0180.jpg
Re: PiStorm Chat
Posted: 06 Oct 2023 10:03
by sporniket
What I meant is that motherboards with soldered CPU cannot host a pistorm (as well as any other kind of accelerator)
Re: PiStorm Chat
Posted: 06 Oct 2023 10:07
by Cyprian
dad664npc wrote: 06 Oct 2023 08:53
sporniket wrote: 06 Oct 2023 08:38
STe requires a motherboard version with socketed CPU.
STe PLCC socketed CPU requires exxos adaptor board to convert to DIL socket
IMG_0180.jpg
Besides
@Badwolf PLCC PiSTorm board there is also Pistorm600
https://programatory.archi-tech.com.pl/ ... ga-600/268 with PLCC socket. I wonder whether it is ok for STE?
Re: PiStorm Chat
Posted: 06 Oct 2023 10:32
by dad664npc
Unfortunately not - it's designed to sit atop of the 68k (Amiga 600 has the cpu soldered to board)
Re: PiStorm Chat
Posted: 06 Oct 2023 11:33
by Badwolf
I have no direct knowledge of it, but AFAICT the only way to shut up the CPU you're slotting over the top of would be to perform bus arbitration to one extent or the other.
The easiest way to do this on an A
500 would be to simply tie BGK to ground since no bus arb is needed to operate the computer. If the A600 is the same then I suspect this is what is happening here.
The ST uses bus arbitration extensively, so full bus arbitration would be required and it would be complicated (like I had to do on the DFB1) as you're effectively trying to usurp the CPU totally rather than just do a bit of DMA here and there.
If I had to guess, therefore, I'd guess the simple option were taken so it's unlikely to work on an STE with a soldered chip.
BW