Hello everyone!
I am making an operating system (Astralixi OS) for a device known as the PicoCalc. The operating system's version Alpha and Beta were for the Pico 2W, but for this next version, I am going to make it for the Lyra only, as it is way more powerful.
The specific Lyra board my operating system will require is this one: https://www.luckfox.com/Luckfox-Lyra
I want to make drivers for the PicoCalc, but because my operating system in non-linux, I have run into many issues.
The first issue is that I can't find many good materials/resources to learn about the luckfox lyra, which have information that can help me port the operating system, and make the drivers.
Another issue which I have run into, is that I have no past experience with writing driver code, and once again, I can't find a good resource to learn from, which is applicable to suit my needs.
The final (well hopefully final issue or question) issue is that I need community input on a question. Can I build a non-linux operating system for the Luckfox Lyra using the Lyra SDK, and if I can't build an image file using the SDK, what can I use, there must be a way?!
If you read this, thank you for actually taking your time, to help me.
Thanks,
Astrox.
Assistance Needed with things in relation to making an Operating System for the Luckfox Lyra RK3506G2
Hello, Luckfox Lyra is not a product intended for beginners. The wiki information mainly focuses on the application layer, operating system porting, and driver programming. We have not provided detailed wikis for these aspects. You can refer to the documents provided by Rockchip in $SDK/docs.
Rockchip does indeed state that the RK3506 can run the rtthread system, but the configuration steps are more complex compared to Linux. We also do not have relevant experience in this area.
Rockchip does indeed state that the RK3506 can run the rtthread system, but the configuration steps are more complex compared to Linux. We also do not have relevant experience in this area.

