Update scripts do not like the Acorn Atom
- lamarax
- Top Contributor
- Posts: 472
- Joined: Wed Nov 11, 2020 6:28 pm
- Has thanked: 33 times
- Been thanked: 202 times
Re: Update scripts do not like the Acorn Atom
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
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
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Update scripts do not like the Acorn Atom
It's because Acorn atom's folder structure is incorrect.The updater script is looking for:
And acorn atom's file structure look slike this instead:
I'll see if I can propose the change.
Code: Select all
RELEASES_URL="${CORE_URL}/file-list/${BRANCH_NAME}/releases"
Code: Select all
Acorn_Atom_MiSTer/Release/
birdybro~
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Update scripts do not like the Acorn Atom
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.
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.
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Update scripts do not like the Acorn Atom
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.
https://github.com/MiSTer-devel/Acorn_A ... rnAtom.rbf
Download that and place it into /media/fat/_Computer/
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/
birdybro~
- lamarax
- Top Contributor
- Posts: 472
- Joined: Wed Nov 11, 2020 6:28 pm
- Has thanked: 33 times
- Been thanked: 202 times
Re: Update scripts do not like the Acorn Atom
hmmm, supposedly that got already fixed according to the timestamp on github.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/
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.
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Update scripts do not like the Acorn Atom
It did get fixed, my PR's that brought it and other things up are closed.
birdybro~