Skip to content

Commit

Permalink
Avoid eps-fuse crash on Raspbian-Stretch
Browse files Browse the repository at this point in the history
On single core Pi versions without WiFi/Bluetooth hardware (Pi Zero,
B2, B+, …) epd-fuse initialisation can fail due to a race condition
between serial port and epd-fuse init. By waiting till after
/dev/serial1 init (which times out on these Pi versions) we make sure
epd-fuse init succeeds.
  • Loading branch information
tvoverbeek committed Oct 22, 2017
1 parent 2a72cff commit fd0c8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlatformWithOS/driver-common/epd-fuse.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=A Fuse driver for the Repaper.org EPD
After=network.target
After=network.target dev-serial1.device

[Service]
Type=forking
Expand Down

0 comments on commit fd0c8da

Please sign in to comment.