SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Nagging hardware related question? Post here!
User avatar
aalea
Over Heated PSU
Posts: 135
Joined: Mon Feb 07, 2022 9:27 pm

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by aalea »

Arleybls wrote: Tue Apr 29, 2025 4:34 pm
techy wrote: Tue Apr 29, 2025 2:33 pm you also need to put i2c_io_bin in the same folder

and the result should look like this ;

m_IMG_0146.jpg
Getting this..
https://ibb.co/nsx25RFf

Using miniconfig_bas from tk disk.
AFAIK minicomfig_bas is intended to be compiled and need some toolkits.

In the Minerva utils there is also a miniconfig_obj that is the _bas file compiled and no need anything more.

Try to execute it with ex.


Arleybls
ROM Dongle
Posts: 9
Joined: Mon Jan 22, 2024 8:39 pm

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by Arleybls »

HI Alvaro, thank you for the reply.

Indeed I tried the _obj as well but still getting an error..
mk22.jpg
At the beggining I tought would be headers missing due to unziping as I couldnt remenber how I had created the TK disk, but after properly creating an new one error is still there.

(I am also using your minitrump (tc2.19) which comes with tk2.26)

. I2C_IO is present on flp1_ as well
. looks like both the compiled and the _bas version fail at the same point


Derek_Stewart
Font of All Knowledge
Posts: 4668
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by Derek_Stewart »

Hi,

your configuration program can not find the I2C_IO file.

Look at the error line and change the file path to suit.

The miniconfig_bas program from the Minerva Utilities disk, requires the resident extension: I2C_IO_BIN to be on the FLP1_ disk.

The compiled version is not really required, as the Superbasic version will do the job.


Regards,

Derek
Arleybls
ROM Dongle
Posts: 9
Joined: Mon Jan 22, 2024 8:39 pm

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by Arleybls »

Derek_Stewart wrote: Wed Apr 30, 2025 9:05 am Hi,

your configuration program can not find the I2C_IO file.

Look at the error line and change the file path to suit.

The miniconfig_bas program from the Minerva Utilities disk, requires the resident extension: I2C_IO_BIN to be on the FLP1_ disk.

The compiled version is not really required, as the Superbasic version will do the job.
- I2C_IO_BIN IS on flp1_
- the line referenced in the error is this one:

Code: Select all

1140   SELect l=1TO 32764:RETurn I2C_IO(CHR$(164)&CHR$(a)&rl$(l-1)&CHR$(188)&CHR$(255),l,80,1)
- I have tried changing the path to flp1_I2C_IO and flp1_I2C_BIN -same error
- Also tried using data_use to point to flp1_ -same error

Perhaps I am missing some basics? Not the most savvy ql user here tbh.
dir2.jpg
dir3.jpg
dir.jpg


User avatar
t0nyt
Aurora
Posts: 944
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by t0nyt »

Try unremarking line 50 maybe (and put the line 1140 you changed back as it was)? This seems to load the file

50 REMark a=RESPR(202):LBYTES flp1_i2c_io_bin,a:CALL a

to

50 a=RESPR(202):LBYTES flp1_i2c_io_bin,a:CALL a


Arleybls
ROM Dongle
Posts: 9
Joined: Mon Jan 22, 2024 8:39 pm

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by Arleybls »

t0nyt wrote: Wed Apr 30, 2025 11:07 am Try unremarking line 50 maybe (and put the line 1140 you changed back as it was)? This seems to load the file

50 REMark a=RESPR(202):LBYTES flp1_i2c_io_bin,a:CALL a

to

50 a=RESPR(202):LBYTES flp1_i2c_io_bin,a:CALL a
Unfortunately same result. Somehow it is failing to execute i2c_io


Arleybls
ROM Dongle
Posts: 9
Joined: Mon Jan 22, 2024 8:39 pm

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by Arleybls »

LRESPR flp1_i2c_bin before lrun flp1_miniconfig_bas did the trick...ty all for the inputs

20250430_151348.jpg


User avatar
t0nyt
Aurora
Posts: 944
Joined: Wed Nov 22, 2023 6:46 pm
Location: UK

Re: SOLVED !! Has anyone ever got the Alvaro Alea Minerva MKII to work ??

Post by t0nyt »

That's great news!


Post Reply