Results 2867 comments of MichaIng

Without a matching device tree, most hardware features won't work, simple as that. And indeed, the latest kernel build does not contain a Zero 2W device tree anymore: ![image](https://github.com/MichaIng/DietPi/assets/28480705/fbe0c9bd-08f7-48cb-b85a-ebb1ebd367ca) Not...

These were kernel and bootloader builds. I triggered an image build here: https://github.com/MichaIng/DietPi/actions/runs/8491738902/job/23264002541 It can be found here once done: https://dietpi.com/downloads/images/testing/

Btw, the SBC has no GPIO header exposed by default, but it can be soldered onto the PCB to be usable? I.e. does it make sense to enable a UART...

Yes, I forgot to move the bootloader package in place. It is rerunning. Okay, I'll enable `/dev/ttyS0` then. Would still be great to have some feedback of someone actually using...

You tried it with this image? https://dietpi.com/downloads/images/testing/DietPi_OrangePiZero2W-ARMv8-Bookworm.img.xz And configured WiFi for first boot via `dietpi.txt` and `dietpi-wifi.txt`?

Maybe the bootloader does not pick the correct device tree automatically. I'll redo a build later with this defined explicitly.

Agreed, at least the reinstall command could be easily added to the menu, labelled as "Reinstall/Update" or so.

Right, in some cases it skips updating the actual app, just assures dependencies are installed an service + probably configs. It also prints an info then, referring to the internal...

Many thanks for your request. Indeed now I understand it better: Time sync with GPS, a very precise source, is not supported as a by `systemd-timesyncd` but by chrony. And...

`/boot/config.txt` itself is RPi-specific yes. Aside of the kernel driver, on other SBCs, a device tree overlay would need to be present to have the GPIO configured correctly, and I...