Skip to content

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

@AlesSt

Description

@AlesSt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions