Page 1 of 1

RPi XT IDE interface?

Posted: Mon Dec 08, 2014 11:39 am
by bugsy_malone 666
So this thread follows on from an idea I had about scsi hard drives, but a question which someone might be able to answer.

Would an RPi be able to be used as an XTIDE (8bit IDE) interface? The Idea being similar to the idea of the RPI amiga diskette drive, a replacement drive, but for old machines with the 8bit IDE interface. Allowing the use of SD cards as effectively a modern hard drive that you could read on modern PC's.

I have an Amiga with a hard drive unit and that has an XT IDE interface, disks were only every as much as 80mb but sometimes you need more, so I thought this might be a useful idea!

Re: RPi XT IDE interface?

Posted: Mon Dec 08, 2014 11:44 am
by hansotten
Perhaps with a USB to IDE adapter?

Re: RPi XT IDE interface?

Posted: Mon Dec 08, 2014 12:51 pm
by bugsy_malone 666
Unfortunately the ide/usb interfaces are for a 16bit interface on modern hard drives.

What I am looking at is the problem faced with people using 8bit IDE which is found on some 80s computer systems including the Amiga and Some IBM pcs.

Apparently some interface can be constructed but drivers need to be written/installed to make them work, what I was more looking for is to build a replacement drive, with option connectivity.

Re: RPi XT IDE interface?

Posted: Mon Dec 08, 2014 1:07 pm
by mikerr
They do exist and I've used them in an A1200 Amiga

SD card adaptor for IDE:
Image
http://www.amazon.co.uk/Ebest-Secure-Di ... B00B4KZ6R2
http://www.dx.com/p/sd-card-to-ide-hard ... IWh5MmCeww

From the other thread you said you had an A590 (which came with either SCSI or XT drives inside),
here's someone who successfully used an IDE-CF adaptor inside an A590:
http://eab.abime.net/showthread.php?t=5 ... &styleid=4
http://www.ebay.co.uk/itm/Amiga-Apple-A ... 259acc64e0

but feel free to engineer an RPi based IDE emulator !

Re: RPi XT IDE interface?

Posted: Mon Dec 08, 2014 2:19 pm
by bugsy_malone 666
See this is the critical thing, the guy on the amiga thread used a scsi to ide to cf, because the XT drive is 8bit, not 16bit like the modern IDE drives, seems the scsi to IDE adaptors are hellishly expensive, else I'd probably just use one of those.

So its actually adapting to the different interface. For XT pc someone created an ISA card that was 8bit to read CF cards, but that doesnt really solve the amiga bit in my case, nor adapting other devices like CD roms or whatever.