Welcome, Guest. Please login or register.

Author Topic: Minimig ITX / TF536 and attempting to use scsi.device on both  (Read 196 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Dr. GonzoTopic starter

  • Newbie
  • *
  • Join Date: Nov 2025
  • Posts: 2
  • Country: us
  • Gender: Male
    • Show only replies by Dr. Gonzo
Minimig ITX / TF536 and attempting to use scsi.device on both
« on: November 25, 2025, 04:18:37 PM »
So finally finished building a couple Minimig ITX 1.97 boards and am building one up with a TF536 I threw together as well some time back.  Everything seems to be cooperating with them, but I'd like to have .hdf file(s) on the SD card in the Minimig and put a physical CD-ROM and ZIP drive on the IDE port on the TF536.  However, when I have the TF536 installed, I no longer seem to be able to access the .hdf files on the Minimig SD card.  I can see a physical or SD card reader on the TF536 in HD Toolbox and everything works fine.  If I pull it out and just use a 68000 on the Minimig, the .hdf files work fine.  Both controllers use scsi.device so wondering if the TF536 controller stomps over the Minimig's and somehow disables it?  I can't find any other instances of this coming up in my searches, but do see people with multiple physical cards on a 2000 (for instance) that all use scsi.device having to jump through some hoops to get them working together, with some saying you have to disable autoboot to get them to work together.  I don't believe I have that option on either the Minimig or TF536.  Both are on the latest firmware I could find with the Minimig using the TF53x core.

Sorry for the long winded question, but anyone have any experience with trying to do this and/or have any advice to get this going?  Hopefully I put this in the right forum as it's 'sort of' emulation.  ;D

Thanks in advance!
~Dr. G
 

Offline Thomas

Re: Minimig ITX / TF536 and attempting to use scsi.device on both
« Reply #1 on: November 26, 2025, 09:07:46 AM »

There is a big difference between multiple IDE expansions in an A2000 and the mainboard IDE of an A600 or A1200.

The former do Autoconfig which lets the OS assign a different memory address to each expansion. The latter just appears at a fixed memory address.

And that's your problem: both the Minimig and the TF mimic the onboard IDE at its fixed memory address. As the CPU is on the TF, it takes precedence and overlays the same address of the Minimig. You cannot use both at the same time.


Offline Dr. GonzoTopic starter

  • Newbie
  • *
  • Join Date: Nov 2025
  • Posts: 2
  • Country: us
  • Gender: Male
    • Show only replies by Dr. Gonzo
Re: Minimig ITX / TF536 and attempting to use scsi.device on both
« Reply #2 on: November 26, 2025, 09:47:21 AM »
Ah, Thank You for the explanation, makes sense.  I assume it's not something as simple as selecting a different memory region in the source and building new a new .jed for the TF?  Probably beyond my abilities anyway, but I'm grasping at straws as I'd really like to use the 44 pin IDE for the CD and ZIP drives.

Thx again!
~Dr. G