English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware > Hardware mods

 
 
Thread Tools
Old 04 November 2018, 20:12   #4041
8 Bit Dreams
Retro maniac
 
8 Bit Dreams's Avatar
 
Join Date: Feb 2017
Location: near Munich / Germany
Posts: 485
Quote:
Originally Posted by plasmab View Post


Well I am currently hunting for a serial port driver (open source). Anyone know of one?
The only project i know is:
https://gitlab.com/MHeinrichs/Zorro-LAN-IDE
Not sure is it something we can use, though
8 Bit Dreams is offline  
Old 04 November 2018, 20:51   #4042
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
it literally just needs to talk serial.

A linux driver for this would be utterly trivial.

Why why why is AmigaOS 100x more complex than any other operating system just to put a characters onto a fifo and read some back.
plasmab is offline  
Old 04 November 2018, 22:25   #4043
CRP
Registered User
 
Join Date: May 2018
Location: Milano
Posts: 59
Hi,
I just did a quick test installing beta 11-03 and 11-04 on my TF530@25MHz. Amiga is a rev 6a where I also installed a 2MB trapdoor expansion with Gary adapter.

With RC2 everything works nice and smooth, with 11-03, WB 3.1 barely boots, but crashes as soon as I try to open a drawer. With 11-04 it crashes while booting, i.e. screen remains black and power led starts to blink (I believe it does so 6 times before rebooting).

What can I try to help diagnosing?

Thanks
Chris
CRP is offline  
Old 04 November 2018, 22:28   #4044
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Terrible Fire Accelerators

Quote:
Originally Posted by CRP View Post
Hi,

I just did a quick test installing beta 11-03 and 11-04 on my TF530@25MHz. Amiga is a rev 6a where I also installed a 2MB trapdoor expansion with Gary adapter.



With RC2 everything works nice and smooth, with 11-03, WB 3.1 barely boots, but crashes as soon as I try to open a drawer. With 11-04 it crashes while booting, i.e. screen remains black and power led starts to blink (I believe it does so 6 times before rebooting).



What can I try to help diagnosing?



Thanks

Chris


Very odd. Try without the gary adaptor.



Which ram chips do you have?

Do you know what resistor you have on the IDEWAIT line?

Last edited by plasmab; 05 November 2018 at 09:09.
plasmab is offline  
Old 05 November 2018, 14:25   #4045
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by plasmab View Post
Looks like this might do the job?

http://aminet.net/package/comm/misc/8n1

Anyone with any experience of it?

8n1 works fine as a (faster) replacement for serial.device. When you say you need a 'driver' what does that mean exactly?
hooverphonique is offline  
Old 05 November 2018, 14:38   #4046
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Quote:
Originally Posted by hooverphonique View Post
8n1 works fine as a (faster) replacement for serial.device. When you say you need a 'driver' what does that mean exactly?

I need the support code that AmigaOS needs for a serial port device driver. I want to tear the guts out and communicate with my device inside it.
plasmab is offline  
Old 05 November 2018, 16:45   #4047
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by plasmab View Post
I need the support code that AmigaOS needs for a serial port device driver. I want to tear the guts out and communicate with my device inside it.

Ahh.. So basically a skeletal serial device you can add your stuff to - I don't know the source code of 8n1, so can't comment on how easy it is to rip apart/reuse.
hooverphonique is offline  
Old 05 November 2018, 19:39   #4048
ray
 
Posts: n/a
I got my TF530 rev3 fully operational!

Many thanks to this community and especially Stephen for creating and sharing all this (this project gave my A500 a well deserved 2nd life, as well as vastly improving my soldering skills in the process )!!
 
Old 05 November 2018, 20:26   #4049
kim_jorgensen
Registered User
 
Join Date: Aug 2017
Location: Aarhus, Denmark
Posts: 27
Hi all,
I did a test of the 11_4 beta on my TF530@50MHz installed in an Amiga 500+ and it works great. Compared to the RC2, the CPU and IDE speed in Sysinfo is a tad slower.

While at it, I also did a test with my 8MB AlfaRAM side expansion (http://amiga.resource.cx/exp/alfaram500). But when connected, no expansion boards are detected regardless of the configuration (disabled, 2, 4, 6 or 8MB). This is the same behaviour as with the RC2 but unlike RC2, the IDE on the TF530 now works when the AlfaRAM is connected.

I guess a special firmware is needed so that the RAM won’t collide at 0x200000, but will that also fix the board detection?
Attached Thumbnails
Click image for larger version

Name:	no_expansion_boards.jpg
Views:	309
Size:	316.5 KB
ID:	60641  
kim_jorgensen is offline  
Old 05 November 2018, 21:09   #4050
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Quote:
Originally Posted by kim_jorgensen View Post
Hi all,

I did a test of the 11_4 beta on my TF530@50MHz installed in an Amiga 500+ and it works great. Compared to the RC2, the CPU and IDE speed in Sysinfo is a tad slower.



While at it, I also did a test with my 8MB AlfaRAM side expansion (http://amiga.resource.cx/exp/alfaram500). But when connected, no expansion boards are detected regardless of the configuration (disabled, 2, 4, 6 or 8MB). This is the same behaviour as with the RC2 but unlike RC2, the IDE on the TF530 now works when the AlfaRAM is connected.



I guess a special firmware is needed so that the RAM won’t collide at 0x200000, but will that also fix the board detection?

This is quite odd. The Alfa ram may be being naughty and just decoding the address bus and not the AS pin. That’s all I can think of off the top of my head.

The TF530 doesn’t assert AS, LDS, UDS or RW during a bus cycle intended for the onboard. All zorro ii space config reads fall into this category until the two onboard cards are configured. After that it allows autoconfig to make it into the Amiga and find anything lurking on the bus.

I’ve tested this with the Kipper2k card and a real zorro card on the A2000. I suspect some of the less well behaved A500 sidecar upgrades might misbehave. Are those cards available anywhere?
plasmab is offline  
Old 05 November 2018, 21:10   #4051
8 Bit Dreams
Retro maniac
 
8 Bit Dreams's Avatar
 
Join Date: Feb 2017
Location: near Munich / Germany
Posts: 485
Yes, its a little slower cause 1ws was added,
RAM isn't working cause there is a conflict at 0Ă—0200000 - both cards are fighting against each other, maybe autoconfig of that card tries to occupy whole 8MB Zll space despite 2/4/6 settings..
8 Bit Dreams is offline  
Old 05 November 2018, 21:20   #4052
alenppc
Registered User
 
Join Date: Apr 2012
Location: Canada
Age: 44
Posts: 910
Quote:
Originally Posted by 8 Bit Dreams View Post
Yes, its a little slower cause 1ws was added,
RAM isn't working cause there is a conflict at 0Ă—0200000 - both cards are fighting against each other, maybe autoconfig of that card tries to occupy whole 8MB Zll space despite 2/4/6 settings..

No, Stephen removed the wait state in the final beta. But once again, do not rely on SysInfo for measurements, it is NOT accurate.

I only have the Microbotics side ram expansion for the A1000 to test with and that one works fine with the TF530.

The kipper card stubbornly tries to configure the ram in the same ZII space as the TF530 ram, so that one won't work without patching
alenppc is offline  
Old 05 November 2018, 21:59   #4053
kim_jorgensen
Registered User
 
Join Date: Aug 2017
Location: Aarhus, Denmark
Posts: 27
Quote:
Originally Posted by plasmab View Post
This is quite odd. The Alfa ram may be being naughty and just decoding the address bus and not the AS pin. That’s all I can think of off the top of my head.

The TF530 doesn’t assert AS, LDS, UDS or RW during a bus cycle intended for the onboard. All zorro ii space config reads fall into this category until the two onboard cards are configured. After that it allows autoconfig to make it into the Amiga and find anything lurking on the bus.

I’ve tested this with the Kipper2k card and a real zorro card on the A2000. I suspect some of the less well behaved A500 sidecar upgrades might misbehave. Are those cards available anywhere?
I'm not sure if these are available anywhere, but you can have mine if you like. I got it really cheap and was planing to use it as housing for an ACA500, but it does not fit very well. If it goes up in flames, that fine with me.
kim_jorgensen is offline  
Old 06 November 2018, 08:55   #4054
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Quote:
Originally Posted by kim_jorgensen View Post
I'm not sure if these are available anywhere, but you can have mine if you like. I got it really cheap and was planing to use it as housing for an ACA500, but it does not fit very well. If it goes up in flames, that fine with me.

I’d only need to run for a hour or so. Wonder if anyone in Glasgow has one.
plasmab is offline  
Old 07 November 2018, 22:59   #4055
CRP
Registered User
 
Join Date: May 2018
Location: Milano
Posts: 59
Quote:
Originally Posted by plasmab View Post
Very odd. Try without the gary adaptor.
Hmm so the situation is as follows: my TF530 does not like the new beta bus JEDs at all. I have tried with every possible hardware combination (with/without trapdoor expansion, with/without gary adapter, with/without chipmem mod etc., all permutations). But there is no setup where it works.

So I went back to the RC2 bus JED. At that point I programmed only the ram cpld with 11-4 beta JED and, lo and behold, the TF530 works perfectly and it recognizes all memory without issues. I ran systest on the 1MB chip mem, on the 2MB fast mem, and on the 1.5MB slow mem, and they all apparently work fine.
The other odd thing I noticed is that IDE has become slower. According sysinfo, now I have speed around 800-900kB/s. Previously I had around 1.6 MB/s.

Does this make sense to you?
CRP is offline  
Old 07 November 2018, 23:35   #4056
plasmab
Banned
 
plasmab's Avatar
 
Join Date: Sep 2016
Location: UK
Posts: 2,917
Quote:
Originally Posted by CRP View Post
Hmm so the situation is as follows: my TF530 does not like the new beta bus JEDs at all. I have tried with every possible hardware combination (with/without trapdoor expansion, with/without gary adapter, with/without chipmem mod etc., all permutations). But there is no setup where it works.

So I went back to the RC2 bus JED. At that point I programmed only the ram cpld with 11-4 beta JED and, lo and behold, the TF530 works perfectly and it recognizes all memory without issues. I ran systest on the 1MB chip mem, on the 2MB fast mem, and on the 1.5MB slow mem, and they all apparently work fine.
The other odd thing I noticed is that IDE has become slower. According sysinfo, now I have speed around 800-900kB/s. Previously I had around 1.6 MB/s.

Does this make sense to you?

Maybe. Can you confirm the resistor value you have on the IDEWAIT line?

I would try the 11-4 beta bus code with the RC2 ram. If that doesnt work there is a hardware fault of some kind.
plasmab is offline  
Old 07 November 2018, 23:46   #4057
CRP
Registered User
 
Join Date: May 2018
Location: Milano
Posts: 59
Quote:
Originally Posted by plasmab View Post
Maybe. Can you confirm the resistor value you have on the IDEWAIT line?
Please excuse my ignorance, but can you please explain what I have to measure? One multimeter probe on IDEWAIT and the other where?

Oh, and you asked about the ram chips, I have Alliance AS7C4096A-12TCN.

I have left systest's all memory (=4.5MB) test running for quite some time, and it is going along without problems.

I will try to reprogram the cplds tomorrow, the wife's already complaining
CRP is offline  
Old 08 November 2018, 06:03   #4058
dalek
Registered User
 
Join Date: Nov 2014
Location: NSW/Australia
Posts: 462
what?!?!? who nuked all your posts?
dalek is offline  
Old 08 November 2018, 06:42   #4059
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,861
It was his decision and he did it himself.

I guess I'll lock this thread for now, we'll reopen it if he decides to come back. Any meta discussion around him leaving should happen in another part of this forum.
Jope is offline  
Old 08 November 2018, 07:05   #4060
DH
Global Moderator
 
DH's Avatar
 
Join Date: Sep 2008
Location: Might as well be WORK :(
Age: 56
Posts: 4,110
He did, because he doesn't know how to conduct himself on a forum properly and when confronted, reduces himself to childish behaviour by deleting his posts which is against the rules.

They will be returned soon.

EDIT: All of plasmabs posts throughout EAB have now been restored, however, because of his childish behaviour and severity of his actions of deleting all his posts he has been given a permanent ban.

Quote:
Threads vandalized

Once a user has either created a thread, or posted within a thread on the EAB Forums, regardless of when or how long ago, and the thread/post came to be removed through unforeseen circumstances/attacks/sabotage, or has either been edited beyond its original understanding, or has simply been deleted by the user, the EAB staff have the right to either restore it, restore it to a previous edit, restore it via Google cache or restore it via any other means possible. The thread/post is part of the EAB forum community, and although it may be your thread/post, EAB reserves the right to delete, re-edit or restore any thread/post we deem fit for the purposes of normal forum rules and the security of the EAB forums.

Depending on the severity and whether the attack was viably performed by the member, could result in the member being issued with a permanent ban.

Once you have posted, you have fundamentally waivered the ownership of the so called threads/posts.

Last edited by DH; 08 November 2018 at 20:54.
DH is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Listening to Amiga music with too much treble makes it sound terrible! Foebane Amiga scene 4 08 October 2016 06:30
Terrible usb drive performance? lovinggames support.FS-UAE 5 11 March 2015 09:06
Broken MASPlayer - Terrible hissing. SS454 support.Hardware 8 17 November 2013 01:41
Accelerators pmc MarketPlace 9 04 November 2009 20:23
Problem with a terrible, simply effect! Camionsauro Coders. General 13 19 April 2009 08:53

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:54.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.47978 seconds with 16 queries