Doorgaan naar hoofdcontent

Amiga 500 512KB to 1MB internal RAM upgrade

Amiga 500 512KB to 1MB internal RAM upgrade

Step 1: Check if your A500 PCB supports RAM upgrade

 Some Amiga 500 revisions have room to expand the internal Chip RAM to 1MB, up from the original 512KB. My REV6A PCB has this option.

You can see the empty RAM slots here:


Step 2. Acquire the right RAM chips

I've found some cheap Siemens HYB514256B-70 chips. The original ones on the motherboard are HYB514256b-60 (little bit faster, but not required for the A500).

Another compatible chip is the TI TMS44C256-10N.

You will need 4 of these chips.


Step 3. Solder the RAM chips (or the sockets)

Once you have the RAM chips, you can either solder them directly on the motherboard, or solder sockets and fit the RAM chips in the sockets (like I did).


You can see 3 out of 4 sockets have the new RAM chip populated.

Optionally power up the Amiga right now. Your new RAM won't be recognized yet, but the Amiga should boot, and the RAM chips should not get hot. If they do, they are broken or something went wrong went mounting them.


Step 4. Test as SLOW RAM

Find JP7A. It will be connecting pads 1-2 pads or none.
Put a solder blob on pin 2-3, like in the picture.

Boot up SysInfo, and check that you now have 512kB Chip RAM and 512kB other RAM / SLOW RAM.

Step 5. Configure as CHIP RAM

Undo your JP7A modification: pin 2-3 should be open again, like in the picture.


Now find JP2 (it's to the right of the Motorola 68K CPU, the biggest chip on the motherboard).

On JP2:

  • Open connection 1-2; I used an Exacto Knife, be careful not to cut any other traces!
  • Shorten pins 2-3; I used a solder blob again.
It should look like this:


Step 6. Enjoy 1MB CHIP RAM

Now boot up your Amiga again, and load SysInfo, Workbench or something else. You should now have 1MB of Chip RAM!



Reacties

Populaire posts van deze blog

[RPi4][ Using the PiMoroni Fan Shim on LibreElec including the LEDs!

I recently bought a brand new Raspberry Pi 4, and wanted to try Kodi on it. There is only one Kodi-distribution which has more or less decent support for RPi 4 at the moment, and that's LibreElec (although still Alpha). Since the RPi 4 is famously overheating and throttling without a fan or at least a heatsink, I got a PiMoroni Fan Shim. Nice piece of hardware, but their library cannot run on LibreElec, because they do not support installing python libraries through pip etc... On LibreElec, the whole rootfs is a read-only squashfs image. So there's no way you can install the Pimoroni python library on LibreElec, but I found an alternative: I found Phil Randal's blog at  http://www.philrandal.co.uk/blog/archives/2019/07/entry_214.html , where he described how to get at least the Fan portion of the Fan Shim working on LibreElec. I decided to build on that, and port the LED functionality to LibreElec as well, without the need for "pip install" or a

Arch Linux: Fixing empty/blank windows for graphical applications that require root

When running applications such as "unetbootin" or "tuxboot", you might get a blank window, instead of the actual application. Even when running it through "gksudo", or having a decent polkit running (e.g. inside Gnome). E.g.: This is because these application use MIT_SHM (Shared memory), which for some reason does not work when running graphical applications as root, while being logged in as a regular user in X. The solution is to disable MIT_SHM. E.g.: $ sudo QT_X11_NO_MITSHM=1 tuxboot

The excellent JTAGenum for Arduino

As I said before, I've been fiddling with finding the JTAG port on a Verbatim PowerBay NAS. I did not succeed (yet), but have had the chance to try out JTAGenum for Arduino. It is an excellent JTAG pin finder (and other things too). Check it out here: http://deadhacker.com/2010/02/03/jtag-enumeration/ The guy's description of the tool is: 1. Given a large set of pins on a device determine which are JTAG lines 2. Enumerate the Instruction Register to find undocumented functionality 3. be easy to build and apply It's really easy to use, but it did not manage to find the JTAG pins on my device. There might be another problem, such as: - JTAG is disabled once the device is powered up - The pins I'm fiddling with are not JTAG pins - I ruined the circuitry already - I'm just not trying hard enough Back to JTAGenum: Since Arduino IDE 1.0.1 , some things have changed and so the GIT version of JTAGenum would not compile as-is. Therefor the JTAGenum sketch had