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

Update the way used to detect a machine is ready in google #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sergiocazzolato
Copy link
Contributor

On ARM servers it is not allowed to write to /dev/ttyS*, so the startup script fails to complete.

This implemerntation writes to console the Marker so it can be retrieved
by the serialPort API

This change has been validated for intel and arm and all the supported
systems and it works well.

On GCE arm servers is not allowed to write to /dev/ttyS*

This implemerntation writes to console the Marker so it can be retrieved
by the serialPort API

This change has been validated for intel and arm and all the supported
systems and it works well.
Some systems don't support /dev/ttyS0 (arm systems)
In case /dev/ttyS0 fails to write, the marker is written in /dev/console
This works in all the systems
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

Successfully merging this pull request may close these issues.

1 participant