Page 1 of 1

Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 7:28 pm
by jca
They throw a 404 error.

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 8:07 pm
by lamarax
I downloaded it from github, put it where it needs to be put, starts alright, but there doesn't seem to exist a comprehensive .mma or boot.vhd yet.

Yeah, the update script does not seem to like it

Poor Atom; it was my first preferred micro (I had a New Brain at that stone age time also) when I's growing up :(

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 8:15 pm
by aberu
It's because Acorn atom's folder structure is incorrect.The updater script is looking for:

Code: Select all

RELEASES_URL="${CORE_URL}/file-list/${BRANCH_NAME}/releases"
And acorn atom's file structure look slike this instead:

Code: Select all

Acorn_Atom_MiSTer/Release/
I'll see if I can propose the change.

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 8:19 pm
by aberu

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 8:20 pm
by lamarax
thank you @aberu!

Do I need to delete the .rbf and the respective folders from my SD for the script to work?

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 8:24 pm
by jca
Strange thing happened: I was posting at the same time of aberu and my post went awol.
I ran the update script as there has been some other updates in the last few days and I was not up to date.
The readme says:
The best software source is the AtomSoftwareArchive V11 zip 11.9MB
There are several sites dedicated to the atom.
So it should not be too difficult to get the needed files.

Re: Update scripts do not like the Acorn Atom

Posted: Tue Dec 22, 2020 9:31 pm
by aberu
EDIT: Guess there isn't a TOSEC datfile for Acorn Atom specifically, but they did have datfiles for the BBC Micro, so I got confused.
lamarax wrote: Tue Dec 22, 2020 8:20 pm thank you @aberu!

Do I need to delete the .rbf and the respective folders from my SD for the script to work?
The script won't work until the acorn dev or sorgelig updates the folder name on the github repository.

https://github.com/MiSTer-devel/Acorn_A ... rnAtom.rbf

Download that and place it into /media/fat/_Computer/

Re: Update scripts do not like the Acorn Atom

Posted: Wed Dec 23, 2020 4:55 pm
by lamarax
aberu wrote: Tue Dec 22, 2020 9:31 pm
The script won't work until the acorn dev or sorgelig updates the folder name on the github repository.

https://github.com/MiSTer-devel/Acorn_A ... rnAtom.rbf

Download that and place it into /media/fat/_Computer/
hmmm, supposedly that got already fixed according to the timestamp on github.

So I've made an experiment; I deleted the .rbf from /media/fat/_Computer/ and the respective "AcornAtom" subfolder I've manually created inside /media/fat/games/ along with the boot.vhd I made loaded with software from the v11.zip mentioned, then ran the official update script aand... nothing. It's as if the core doesn't even exist (no 404) in the main repository.

I should add if it isn't already obvious; manually placing files where they should go works fine. It's the updater that doesn't fetch the core.

Re: Update scripts do not like the Acorn Atom

Posted: Wed Dec 23, 2020 5:49 pm
by aberu
It did get fixed, my PR's that brought it and other things up are closed. :)