Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startup script if no tinyg connected to RPI USB port - SOLVED with v1.95 #71

Open
AlesSt opened this issue Apr 4, 2018 · 1 comment

Comments

@AlesSt
Copy link

AlesSt commented Apr 4, 2018

Hi all,

Has anyone caught a problem if tinyg is not connected during RPI boot. RPI doesn't boot. SSH server doesn't start properly so I cannot connect remotly. Even if i connect it directly to monitor and keyboard: sometimes i can log in but afterwards nothing can be executed as SPJS is not started properly.
For now workaround was that i disabled the SPJS as a service and I run it through cron.

Also running on RPI default startup script doesn't work:
/home/pi/serial-port-json-server_linux_arm/serial-port-json-server -regex usb|acm &
changed to:
/home/pi/serial-port-json-server_linux_arm/serial-port-json-server -regex usb &

With usb|acm server doesn't start on startup as there is an error with acm. Deleting acm my SPJS starts but with problems as described above.

Ales

edit: was on version 1.88 version 1.95 seems to work fine :)

@AlesSt AlesSt changed the title startup script if no tinyg connected to RPI USB port startup script if no tinyg connected to RPI USB port - SOLVED with v1.95 Apr 4, 2018
@chilipeppr
Copy link
Collaborator

chilipeppr commented Apr 4, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants