Astralixi Lyra OS Megathread

New DEVLOG!!!

Have to agree, don’t want to discourage, but if you’re looking for community help you really should open source it… It’s a fairly obvious issue, and another set of eyes would of caught and given a correction in a couple minutes.

2 Likes

Truly, a fantasy console. 260+ posts and nothing real, just a fantasy

5 Likes

I created a release today that addresses those bugs you found. Thank you for finding them!

1 Like

I think your errors went away :slight_smile: but I got more on my side I think…

New Errors, I would appriciate help :slight_smile:

doesn’t the error message already suggest a fix?

Probably related to this issue pioasm fails to build (uint8_t does not name a type) ¡ Issue #2552 ¡ raspberrypi/pico-sdk ¡ GitHub

Updates to the Errors!

Yeah… That took a while :slight_smile:

image

Where are the updates to the code?

nice, great updates !

New Devlog!

New Devlog is DROPPING This Saturday!

Stay Tuned at https://youtube.com/@astroxia for cool content!

OH! I’ve found the OS working very good at https://astroxia.co/os !
Thanks for the share!

12 Likes

@BlairLeduc Why is it that, when after flashing my OS to my PicoCalc, instead of showing the boot banner and the login prompt, it just shows a cursor on the display which I cannot move around. I don’t know if this is an error with my OS code, or your driver code. I took a look into your display.c driver code and it said that it wasn’t a “Full Implementation of a VT100 terminal”, is it something to do with that?

Thanks, Astrox.

Is it something to do with how I initialized the display, keyboard and lcd?

If possible, can you give me an example of how the display, lcd, and keyboard should be initialized like

display_init();

but, what goes between the brackets, etc.

I have so many questions but no answers, please help!

:slight_smile:

Documentation is provided in the docs folder. Please follow up if that doesn’t answer your questions so I can improve them.

1 Like

NEW DEVLOG

Yeah, the docs don’t really answer my questions, as it doesn’t tell me how to initialize it properly, and neither does it tell me how to make things actually display things on the screen?