English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 26 July 2021, 23:00   #1
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
A600 1MB memory card showing up as 512kB?

I recently acquired a really crusty old A600 and have been making it work. It came with a AMPRO6001 trapdoor memory module, which had been badly mauled by the Varta battery (accurséd be their name...).

After removing the battery and lots of cleaning, it actually doesn't seem too bad. However, when I connect it to me A600 it appears as 512kB of 'graphics RAM' (I take it that's chip RAM). AFAICT this memory module is supposed to be 1MB. It looks like it's completely dumb, with no autoconfig ROM or memory mapping logic, and according to the memory map it should appear at the hard-coded address range of 0x100000-0x200000.

I've traced through the address and data lines and they all seem to be connected to the obvious places. I've cleaned all the contacts, too.

What could be wrong here, and how can I diagnose it? Does anyone know of a bootable bare-metal memory tester, memtest86-style (it's hard to test arbitrary address ranges when AmigaDOS is living in random bits of it...)?
hjalfi is offline  
Old 26 July 2021, 23:13   #2
Jpor
Banned
 
Join Date: Feb 2019
Location: United Kingdom
Posts: 404
Quote:
Originally Posted by hjalfi View Post
I recently acquired a really crusty old A600 and have been making it work. It came with a AMPRO6001 trapdoor memory module, which had been badly mauled by the Varta battery (accurséd be their name...).

After removing the battery and lots of cleaning, it actually doesn't seem too bad. However, when I connect it to me A600 it appears as 512kB of 'graphics RAM' (I take it that's chip RAM). AFAICT this memory module is supposed to be 1MB. It looks like it's completely dumb, with no autoconfig ROM or memory mapping logic, and according to the memory map it should appear at the hard-coded address range of 0x100000-0x200000.

I've traced through the address and data lines and they all seem to be connected to the obvious places. I've cleaned all the contacts, too.

What could be wrong here, and how can I diagnose it? Does anyone know of a bootable bare-metal memory tester, memtest86-style (it's hard to test arbitrary address ranges when AmigaDOS is living in random bits of it...)?
You should have 2MB showing I total (1MB Chip on the A600 + 1MB extra RAM from the trapdoor card).

Yep look up AmiTestKit.

Can be downloaded here:

https://github.com/keirf/Amiga-Stuff/releases
Jpor is offline  
Old 27 July 2021, 00:24   #3
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
Hey, keirf! I know that name!

After copying the ADF to a floppy using his GreaseWeazle hardware (but my FluxEngine software!) and finding the memory tester, I see the following.

https://imgur.com/a/IKJCLBz

I'm going to guess that whichever chip is handling bits 12-15 isn't getting selected properly when address bit 0x080000 is asserted.

Unfortunately it's DRAM, which means the 20-bit address is split up into row and column and probably divided by two anyway to allow 16-bit accesses, so actually figuring out what line is causing problems is going to be non-trivial. I don't know yet whether the eight 4-bit RAM chips are divided into upper-half-megabyte/lower-half-megabyte, which might mean a bad chip, or if they represent even and odd 32-bit words, which means the chips would have to be fine for the low half megabyte to test correctly.

Looks like it's back to the continuity tester tomorrow...

Thanks!
hjalfi is offline  
Old 27 July 2021, 08:36   #4
cpiac64
Registered User
 
cpiac64's Avatar
 
Join Date: Apr 2010
Location: Italy
Posts: 1,136
verify ras and cas
cpiac64 is offline  
Old 27 July 2021, 17:26   #5
Lord Aga
MI clan prevails
 
Lord Aga's Avatar
 
Join Date: Jul 2010
Location: Belgrade, Serbia
Posts: 1,443
How do you see it's 512Kb? Do you see it somewhere reported as a 512Kb expansion, or do you just see "1.5MB free" on the Workbench bar?
Lord Aga is offline  
Old 27 July 2021, 18:56   #6
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
I don't see it reported anywhere as an expansion card --- it seems to be completely dumb, and just adds DRAM chips to the chip memory bus. When it's plugged in, RAM appears at 0x100000 up.

I've double checked that all the DRAx, DRDx, CASx, RASx, OE, WE, Vcc and Vss are wired through to the RAM chips. The CAS and RAS wiring is kind of weird but seems plausible --- I need a circuit diagram here, I think. Does anyone know of one?

I think this is pointing at a bad RAM chip. Unfortunately they're not socketed or I could start swapping them. I don't really fancy the idea of desoldering eight 20-pin DIPs.

I suppose I could just enjoy my free 512kB expansion board.
hjalfi is offline  
Old 27 July 2021, 19:41   #7
Lord Aga
MI clan prevails
 
Lord Aga's Avatar
 
Join Date: Jul 2010
Location: Belgrade, Serbia
Posts: 1,443
My point is, if you just see 1,512,345 free on the bar, that is normal, because the OS eats the rest (depending on the eye candy). And you do have 2MB in total and a working 1MB expansion.
Lord Aga is offline  
Old 27 July 2021, 20:19   #8
cpiac64
Registered User
 
cpiac64's Avatar
 
Join Date: Apr 2010
Location: Italy
Posts: 1,136
check connector on a600 www.amigapcb.org
cpiac64 is offline  
Old 27 July 2021, 20:33   #9
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
Quote:
Originally Posted by Lord Aga View Post
My point is, if you just see 1,512,345 free on the bar, that is normal, because the OS eats the rest (depending on the eye candy). And you do have 2MB in total and a working 1MB expansion.
Oh, I see --- no, Workbench is reporting about 900kB free. I'm using Sysinfo or ATK to get the real data.
hjalfi is offline  
Old 27 July 2021, 23:23   #10
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
Just type on Shell: Avail
zipper is offline  
Old 29 July 2021, 13:04   #11
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
I applied a logic probe to all the chips on the board while it was running. I discovered two interesting things:

(a) I see activity on all lines (except /OE, which was constantly asserted, which I think is normal);
(b) if you accidentally short two data lines together, the Amiga gets extremely unhappy and crashes. Who knew!

So I think this is pointing more and more to a bad chip. I have some sockets on order and once they arrive I'll try desoldering them. Once I have at least some socketed I can try swapping them around to see if the fault moves. That should make it trivial to identify which chip, if any, is bad.
hjalfi is offline  
Old 29 July 2021, 18:28   #12
cpiac64
Registered User
 
cpiac64's Avatar
 
Join Date: Apr 2010
Location: Italy
Posts: 1,136
read this

https://www.victortrucco.com/Commodo...0/ExpansaoA600

and check all signal
cpiac64 is offline  
Old 05 July 2022, 12:37   #13
hjalfi
Registered User
 
Join Date: Feb 2019
Location: Zurich
Posts: 38
Very belated update: there was a bad chip. Socketing the two suspects and swapping them instantly isolated the problem. I ordered a 5-pack from ebay, replaced it, and it now works fine.


I did record it all on video but apparently I never got round to editing and uploading it all.
hjalfi 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
Trade: My ACA500+ for your Furia card and 1MB of Chip Ram expansion for A600 jurassicman MarketPlace 2 04 April 2018 19:31
Amiga500 JEC 512kb Memory Expansion Card Problem Darkkanex support.Hardware 3 08 September 2013 12:33
A600 won't stop using CF card as system memory demolition support.Hardware 35 11 November 2012 12:50
Battle Isle: 512KB or 1MB? Supamax support.Games 3 07 October 2009 19:36
512kb & 1Mb PCMCIA SRAM Mem cards - for Amiga 1200 / 600 on ebay drebhaklett MarketPlace 0 25 February 2005 01:13

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 19:52.

Top

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