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

Commits on Aug 23, 2022

  1. Update the way to detect a machine is ready in google

    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.
    sergiocazzolato committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ff9b1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Try first by using /dev/ttyS0

    Some systems don't support /dev/ttyS0 (arm systems)
    In case /dev/ttyS0 fails to write, the marker is written in /dev/console
    sergiocazzolato committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b7e7ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Send output to serial port 1 and 3

    This works in all the systems
    sergiocazzolato committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    800ad26 View commit details
    Browse the repository at this point in the history