With my changes to the 68000 Relocator Flash project I needed to compile the source code of the flash tool. I could have done this on the Amiga itself, but since I’m developing on my Linux laptop I figured it would be better to setup a cross-compile toolchain for the Amiga on my Linux laptop. This is how it is done.
One of the great things about the Amiga is the community around it. There is a community that is maintaining a modified GCC based toolchain that can cross-compile for 68K Amigas. The GitHub project for it can be found here.
Following the install instructions gets you everything you need installed in /opt/amiga
. I then added /opt/amiga/bin
to my path so that I can easily access the binaries. Then it is simply a case of writing Makefiles that use m68k-amigaos-gcc
as the compiler.
I have made some modifications to the source code for the relocator flash programming software to do the following:
The source code changes can be found in my GitHub tree in the “Software” directory. And the output now looks like this:
You can see here I’m running fk -i
to get the information, it identifies the hardware and states the Kickstart version on the motherboard and the flash ROM. Then I tell it to program a version of Kickstart 3.1 to the flash ROM and it correctly identifies the Kickstart version in this file too. Finally I re-run fk -i
and it shows that flash ROM has been programmed with the correct version.
I have more changes to come but it is already starting to look better.
I have restored the boxed Amiga 1000 main unit and the mice that came with…
I was recently sent an Amiga 4000 motherboard repair. It should have been quite straightforward,…
I recently received a boxed Amiga 1000 which was in excellent condition, but required a…
I have a local friend who is a private collector of vintage computers and consoles,…
I’ve had a few people send me things in to repair lately. Amongst these was…
Lately, I've been very busy, but haven't had many interesting things to blog about happen.…
View Comments
Thank you foor this