It seems the 80-gpio-noroot.rules
udev rule (for setting permissions for sysfs gpio) is missing from the bullseye bb-customizations package
1 Like
NTP 2022.04.05…
Turns out in Bullseye, systemd-timesyncd got spun out of systemd package by default… So these image have a broken clock on bootup… Fixed going forward, but current users:
sudo date --utc --set='2022-04-15 18:35'
sudo apt update
sudo apt install systemd-timesyncd
edit: added date example for @amino-assembler
Regards,
because the time is messed up, sudo apt update doesn’t work so your instructions fail
user needs to do sudo timedatectl set-time YYYY-MM-DD first
2 Likes
Good point, added!
1 Like