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 :)
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 :)