Luckfox Lyra Zero W/ Arduino Uno Q #8187
Replies: 1 comment 7 replies
-
|
The Luckfox Lyra Zero W uses the Rockchip RK3506 chip, which is not yet supported by mainline Linux: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip/ But generally, it would be possible to create DietPi images for it. As a start, it could be tried to run Better: Use the Armbian image as basis. That way, it can be also integrated natively into our build system: https://github.com/armbian/build/blob/main/config/boards/luckfox-lyra-zero-w.csc Same with Arduino Uno Q: https://github.com/armbian/build/blob/main/config/boards/arduino-uno-q.csc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi DietPi Team,
I am a hardware enthusiast and an aspiring software developer. Recently, I’ve been working with the Luckfox Lyra W board and stumbled upon a missing configuration regarding display support.I tried connecting a budget, generic display to the board, but it failed to initialize. After debugging, I discovered that while the core image itself is good, it is missing the specific initialization code block and CPU timings required for the Lyra W variant.
The Issue:
The image includes a general code snippet that talks about display initialization, but it completely lacks the specific parameters and CPU timings needed for this exact board.It seems the current parameters might be inherited from or meant for the larger Luckfox Lyra board, which has different bus/pin mappings and timing requirements.
A huge appreciation for your work:
The reason I am bringing this up is because I absolutely love what you do. I’ve seen how DietPi behaves on the Raspberry Pi Zero 2 W, and it is honestly mind-blowing. It feels absolutely brilliant how a small, dedicated handful of people managed to optimize an operating system so perfectly for such lightweight hardware.Because DietPi is so incredibly well-optimized, I would love to see the Luckfox Lyra W reach that same level of perfection once this missing display configuration block is sorted out.
A side note on Arduino:
On a personal note, I recently purchased an Arduino UNO Q board. To be honest, until recently, I wasn't really a fan of the Arduino ecosystem or its overall philosophy. However, since getting my hands on this hardware, I've completely changed my mind. I discovered its massive potential and just how professionally built it actually is. Since DietPi is the king of lightweight setups, I think it would be amazing if the DietPi ecosystem could include some form of official integration or tooling for Arduino in the future (perhaps inside dietpi-software for managing or flashing microcontrollers).
Supporting the project:
I really wish I could put my money where my mouth is, but right now I'm a bit tight on cash and can't back you guys financially with a donation. As soon as I get the resources, I definitely want to drop some money your way. This doesn't just help the dev team, it lifts up the whole community, and we are all completely aware of that.
In conclusion:
To wrap it up, I don't think I've seen anyone else in the industry pull off what you guys did: taking a processor designed for 64-bit architecture and making it perform so flawlessly and efficiently that it feels completely native to 32-bit.Thank you so much for your incredible dedication and for making such an amazing OS!
Beta Was this translation helpful? Give feedback.
All reactions