Page 1 of 2
AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 02:27
by masterofdisaster
Hello!
I have been using Capitoline to integrate the ehide.device v1.2 into the ROM for a while now and it worked flawlessly up until Kickstart 3.2.2.1. Possibly Capitoline is doing something wrong at this point, it has been updated for the 3.2.3 only few days ago without a proper RAT Test Profile yet so I did the manual merger.
Amiga boots fine from the integrated IDE but the ehide.device is not present and it won't boot from the tf1260.
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 08:42
by supaduper
I updated my rom to 3,2,3 with ehide using capitoline and it works no problem, I just rehashed the commands in the CLI and it spat out the A1200 rom all you have to do then is split( wordwise) then double the files to 512k for 27c400 eproms or double again to 1mb for 27c800 eproms so they fit on the eprom and don`t forget to byteswap the two files before programming them
if you want to do it yourselves then put the new 3.2.3 47.115 rom in the Folder in the Roms/Hyperion folder in Capitoline and make new folder called terriblefire in the `Components `folder and put the ehide in there, then copy and paste the script below and it should spit an A1200 rom into the root of the captioline folder , then just do the stuff to the files mentioned above
loadrom "ROMs/Hyperion/A1200.47.115.rom"
add "Components/TerribleFire/ehide.device"
checksum
saverom Kickstart.3.2.3.withehide
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 14:48
by masterofdisaster
hmm, that's almost exactly what i did except instead of saverom I did:
romprofile dual 0 0
saveprofile 512 byteswap Kickstart.3.2.3.withehide
and still no bueno
what are crc32 checksums of your roms?
mines are:
0xa7c3f923 for Kickstart.3.2.3.withehide.hi.bin
0xa61a86b9 for Kickstart.3.2.3.withehide.lo.bin
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 14:55
by supaduper
You are using the latest version of Capitoline ?
Also you have 3.2.1 there I am doing 3.2.3
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 14:56
by masterofdisaster
yes, downloaded yesterday
3.2.1 was a typo
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 14:58
by supaduper
Yeah don`t bother with it doing the magic with roms with savefile, do as I did and manipulate them yourself
Your checksums match so something wrong somewhere
Checksum 8abe75c0
HI a7c3f923
LO a61a86b9
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 15:15
by masterofdisaster
What firmware is your TF1260 flashed with? I'm on the latest 68090
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 15:17
by supaduper
I am using a TF1230 with the roms, I will try the TF1260 to see if it works
Edit, just tested with TF1260 on 68090 firmware and no problems here, working fine.
.try cleaning the expansion port on your A1200
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 15:50
by masterofdisaster
Found the culprit. RTC clock module, when unplugged, everything works fine.
Re: AmigaOS 3.2.3 + ehide.device 1.2
Posted: 07 Apr 2025 15:56
by supaduper
masterofdisaster wrote: 07 Apr 2025 15:50
Found the culprit. RTC clock module, when unplugged, everything works fine.
Had me worried so I checked mine by putting a RTC on the A1200 and it still works ok, glad you sorted yours though