Skip to content

Conversation

@facchinm
Copy link
Member

Selecting "Startup mode->Immediate" will instruct the loader to skip the boot animation and directly start the sketch.
Extra care should be taken to ensure that the Linux side is up before calling any Bridge function.

The status of Linux boot can be easily retrieved by checking the status of GPIO G13 (67 in Arduino world).

Please note that this will be operational only after a new release of zephyr-sketch-tool

Selecting "Startup mode->Immediate" will instruct the loader to skip
the boot animation and directly start the sketch.
Extra care should be taken to ensure that the Linux side is up
before calling any Bridge function.

The status of Linux boot can be easily retrieved by checking
the status of GPIO G13 (67 in Arduino world).

Please note that this will be operational only after a new release
of zephyr-sketch-tool
@facchinm facchinm requested a review from pillo79 October 29, 2025 17:01
@per1234 per1234 added the enhancement New feature or request label Oct 29, 2025
@sebromero
Copy link

@facchinm How about we add a function to the Bridge library e.g. Bridge.ready() which internally reads GPIO G13 to check if Linux is ready? One could argue that a Bridge is only ready of both sides of it are ready, hence the naming.

@facchinm
Copy link
Member Author

Completely agree, the Bridge could borrow this snippet and hide it in the begin()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants