Figuring out the causes of slow disk access on the TF536

68030 + SDRAM + IDE

Moderators: terriblefire, Terriblefire Moderator

terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Figuring out the causes of slow disk access on the TF536

Post by terriblefire »

We had a user on the forum complaining (i think he was a troll for another user but thats a different story) that he had a slow IDE interface a few days ago. He's been banned and told to GTFO but i thought I would collate all the useful bits into a single thread.

1. I wrote some tools to help check the INT2 emulation path works.

Its a special firmware that tests the IDE INT path works ... there are three tests testint2, testideint and testipl... these individually unit test the 3 parts of the INT2 path and report all and any issues.
tf536r2_main_top_AMIGA_TEST.zip
(20.83 KiB) Downloaded 268 times
tfdisk.zip
(7.29 KiB) Downloaded 261 times
2. Check your disk speed with Sysinfo. it should be about 1.4Mb/s with an EC CPU and 2-4Mb/s with a full CPU and CPU FASTROM set.

3. Check you havent got a stupid max transfer / block size. (i use 1FF00 for max transfer and 4096 for block size. Do not use a block size less than 4096 ).

4. Replace your IDE cabling...

5. finally try with Caches disabled... if disabling caches fixes things its an indication TCI is not being set correctly by the CPLD (short/bad cpld etc).
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
weav
Posts: 35
Joined: Wed May 13, 2020 2:01 am

Re: Figuring out the causes of slow disk access on the TF536

Post by weav »

TF..

Thanks so much for the support! Look forward to building my 536 this weekend. Just remember that others will benefit from the silliness you went through and gives us another tool to hopefully not bother you with trivial things! Time you have taken is appreciated.

Best,
weav
CrashMidnick
Posts: 10
Joined: Sat Jul 18, 2020 1:40 pm

Re: Figuring out the causes of slow disk access on the TF536

Post by CrashMidnick »

I just bought a TF536 to AlenPPC over Amibay.

First I had some problems with my Ide cables, all brand new = 2 out of 4 are working. Very strange behaviour.
I checked my Disk Speed today and it is about 640kb without fastrom which is damn slow.

My config : A500+ rev 8A with 2mb chipram + ROM 3.1.4 + WB 3.1.4 + TF536 + Ide to SD (tried FFS, SFS and PFS3, same happens, tried CF to IDE, same problem)

Tried disabling cache at SS menu : again 640kb.

Any news about a fix ?
Thanks.
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: Figuring out the causes of slow disk access on the TF536

Post by arkadiusz.makarenko »

CrashMidnick wrote: Sat Jul 18, 2020 1:49 pm I just bought a TF536 to AlenPPC over Amibay.

First I had some problems with my Ide cables, all brand new = 2 out of 4 are working. Very strange behaviour.
I checked my Disk Speed today and it is about 640kb without fastrom which is damn slow.

My config : A500+ rev 8A with 2mb chipram + ROM 3.1.4 + WB 3.1.4 + TF536 + Ide to SD (tried FFS, SFS and PFS3, same happens, tried CF to IDE, same problem)

Tried disabling cache at SS menu : again 640kb.

Any news about a fix ?
Thanks.
I have noticed on my Amiga 500 that 3.1.4 gives ide speed slowdown. On both sd and CF. I would recommend moving to kick 3.1 (TF536 was tested/developed on 3.1) for now.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
alenppc
Moderator Team
Moderator Team
Posts: 907
Joined: Thu Nov 08, 2018 12:59 pm

Re: Figuring out the causes of slow disk access on the TF536

Post by alenppc »

I sent you a link to my CF card image. Give it a try. I have no issues with IDE speed. It will boot on 3.1 and 3.1.4.
PaulJ_2.0
Posts: 571
Joined: Sat May 11, 2019 11:32 pm

Re: Figuring out the causes of slow disk access on the TF536

Post by PaulJ_2.0 »

arkadiusz.makarenko wrote: Sat Jul 18, 2020 3:23 pm I have noticed on my Amiga 500 that 3.1.4 gives ide speed slowdown. On both sd and CF. I would recommend moving to kick 3.1 (TF536 was tested/developed on 3.1) for now.
I have noticed 3.1.4 to be fine with ide speed and get over 3Mb/s
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: Figuring out the causes of slow disk access on the TF536

Post by terriblefire »

Only 3.1 is supported. I don’t own 3.1.4.

640kb/sec is roughly expected without fastram.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
CrashMidnick
Posts: 10
Joined: Sat Jul 18, 2020 1:40 pm

Re: Figuring out the causes of slow disk access on the TF536

Post by CrashMidnick »

alenppc wrote: Sat Jul 18, 2020 3:58 pm I sent you a link to my CF card image. Give it a try. I have no issues with IDE speed. It will boot on 3.1 and 3.1.4.
Thanks mate, I'll try that. If it works I will try to compare my SS/c/libs to yours to see what can be responsible of that.

I was suspecting scsi.device but if it works with 3.1.4 it should not be that.
User avatar
8 Bit Dreams
Moderator Team
Moderator Team
Posts: 785
Joined: Fri Nov 09, 2018 7:12 am
Location: Germany

Re: Figuring out the causes of slow disk access on the TF536

Post by 8 Bit Dreams »

As explained before - long booting is affected because of some things:
1. Because of setpatch feature (may be skipped by adding following string in SS:
2020-07-13 22.15.31.jpg
2020-07-13 22.15.31.jpg (221.89 KiB) Viewed 5715 times
2.by changing block size to bigger one - this is critical to large disks & partitions!
Default block size is 512, just change it to 4096 and You'll be surprised how fast it becomes...
And use full CPU & MMULibs of course..
Cheers,

- 8 Bit Dreams
Retro computer hardware & repair in Germany
CrashMidnick
Posts: 10
Joined: Sat Jul 18, 2020 1:40 pm

Re: Figuring out the causes of slow disk access on the TF536

Post by CrashMidnick »

I tried pretty everything with KS 3.1.4 = no go
I even put my full 030 CPU from blizzard 1230 and installed mmulib with mufastrom = 250kb/s !!!!

@AlenPPC = your CD32 WB does not solve the problem, still 640kb/s
@ 8 Bit Dreams = already done before, does not help

Remove my A2000 KS3.1 and put it in the 500+ then mount my good old WB3.1 = 1.8mb/s (with EC CPU so without fastrom)

On my board, I can comfirm that KS 3.1.4 is not possible.
Post Reply

Return to “TF536”