mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 02:30:46 +00:00
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:
parent
c0243f1e4d
commit
af873a51cb
@ -58,6 +58,7 @@ sudo --preserve-env=HOME --preserve-env=USER bash -c 'cat > apple2driver.service
|
|||||||
Description=Apple2-IO-RPi Driver (Pico edition)
|
Description=Apple2-IO-RPi Driver (Pico edition)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -cdc=true
|
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -cdc=true
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=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)
|
Description=Apple2-IO-RPi Driver (Classic edition)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver
|
ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user