Fixes to almost-ensure there is a working serial console

Why almost? Because Rpi0w uses ttyS1 instead of ttyAMA0 desipte being part of the RPi1 family...
...But it will work fine for the _second_ boot onwards, if things go according to plan.
For all other RPi models, it should work from the first boot on.
This commit is contained in:
Gunnar Wolf
2021-02-18 11:31:23 -06:00
parent 791dfacde6
commit a146c3a7f7
3 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Reconfigure raspi-firmware to regenerate config.txt matching actual hardware
Before=local-fs-pre.target
DefaultDependencies=no
RequiresMountsFor=/boot/firmware
[Service]
Type=oneshot
TimeoutSec=infinity
ExecStart=/usr/sbin/dpkg-reconfigure raspi-firmware
ExecStart=/bin/systemctl --no-reload disable %n
[Install]
RequiredBy=local-fs-pre.target