Page 2 of 2

Re: Oric Cinema - watch now full length movie ;)

Posted: Sun May 31, 2015 8:03 pm
by iss
My make command is (with sources from my last post):

Code: Select all

$make CC65=~/work/projects/8Bit/devtools/cc65 clean atmos
When compiled there is binary 'contiki' which is actually a ready to run TAP file,
so I added in 'Makefile.atmos' a copy command: contiki -> contiki.tap
I'm using last CC65 from git:

Code: Select all

$./cc65 -V
cc65 V2.14 - Git fe023a1
And yes, there are some differences between 2.3.13 and 2.14 in Atmos startup code.
You can try to copy your 'atmos.cfg' from cc65/cfg directory over the one in contiki directory -
this should fix the problem.

Re: Oric Cinema - watch now full length movie ;)

Posted: Mon Jun 01, 2015 8:11 am
by ibisum
Thanks for the info - I'll update my copy of cc65 this evening and have another go at it.

I'm mostly curious as to what advantages we get from getting the Contiki port completed for Atmos .. seems like it provides a full-fledged set of functionality already, although of course I don't know the state of it on the Atmos per se .. but I will soon I guess.

I took a look at Contiki 2.7 and it seems like it might work for the Atmos too, though of course all references to our platform are removed - perhaps its a simple matter of adding the .cfg info to the new project and give it a build. I'll swing at it tonight and see what happens ..

Re: Oric Cinema - watch now full length movie ;)

Posted: Mon Jun 01, 2015 9:22 am
by iss
I'm very interested too to have working Contiki.
It would be fun to see e-mail, telnet, web browser clients on 'our good old' Atmos.
Now I'm in the middle of some other fun projects, but I'll be happy to participate in Contiki porting.

Re: Oric Cinema - watch now full length movie ;)

Posted: Fri Jun 11, 2021 5:07 pm
by kenneth
iss wrote: Sun Mar 08, 2015 3:57 am ...I tested this release with Oricutron only, probably it will not work with real Oric.
It works. :mrgreen: