nobodyman1

Results 6 comments of nobodyman1

I tried a fresh installation of RockyLinux 9.3 with ext4 root partition (no LVM), but the error is still there.

I tried firmware version [d508b41](https://github.com/tbnobody/OpenDTU/commits/d508b41). ``` build_flags = ${env.build_flags} -DHOYMILES_PIN_MISO=19 -DHOYMILES_PIN_MOSI=23 -DHOYMILES_PIN_SCLK=18 -DHOYMILES_PIN_IRQ=26 -DHOYMILES_PIN_CE=21 -DHOYMILES_PIN_CS=5 -DDISPLAY_TYPE=1 -DDISPLAY_DATA=22 ; D/C -DDISPLAY_CS=15 -DDISPLAY_RESET=25 ``` Display connections | ESP32 | PCD8544 | |...

> Today I'm back home and checked your settings - yes it's working, but I only see "OpenDTU!" msg with good contrast at 50%. But how to see the live...

[v24.4.6](https://github.com/tbnobody/OpenDTU/releases/tag/v23.4.6) seems to work without any modification. Thanks a lot!! The date output in the last line doesn´t look very nice. It would be better to have hours and minutes...

Change `sed -i "s#root=[^ ]*#root=${DISTROBUILDER_ROOT_UUID}#g" /boot/grub/grub.cfg` to `sed -i "s#root=[^ ]*#root=/dev/sda2#g" /boot/grub/grub.cfg` in your debian.yaml

I had the same issue using Podman v4.5.1. I updated to Podman v4.6.0-rc1 and set ```dev.containers.mountWaylandSocket: false```. Now it´s working!