GPIO errors on startup (#177)

* GPIO errors on startup

Fixes issue that when booting the card, it sees the Pi and seems to start OK, but "Apple2-IO-RPi not found" is shown twice, then a BASIC prompt. Same error when running "-shell".

* GPIO errors on startup fix addition for Classic edition

Added Type=idle fix for Classic edition
This commit is contained in:
George Kharrat 2024-06-25 12:10:18 -04:00 committed by GitHub
parent c0243f1e4d
commit af873a51cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ sudo --preserve-env=HOME --preserve-env=USER bash -c 'cat > apple2driver.service
Description=Apple2-IO-RPi Driver (Pico edition)
[Service]
Type=idle
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -cdc=true
StandardOutput=syslog
StandardError=syslog
@ -75,6 +76,7 @@ sudo --preserve-env=HOME --preserve-env=USER bash -c 'cat > apple2driver.service
Description=Apple2-IO-RPi Driver (Classic edition)
[Service]
Type=idle
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver
StandardOutput=syslog
StandardError=syslog