You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks to see if the interrupt string starts with \x and when that
is the case, converts the remained of the string to a bytearray before
sending the interrupt to the boot loader.
fixeslabgrid-project#1622
Signed-off-by: Perry Melange <[email protected]>
Checks to see if the interrupt string starts with \x and when that
is the case, converts the remained of the string to a bytearray before
sending the interrupt to the boot loader.
fixeslabgrid-project#1622
Signed-off-by: Perry Melange <[email protected]>
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 1, 2025
Checks to see if the interrupt string starts with \x and when that
is the case, converts the remained of the string to a bytearray before
sending the interrupt to the boot loader.
fixeslabgrid-project#1622
Signed-off-by: Perry Melange <[email protected]>
pmelange
added a commit
to pmelange/labgrid
that referenced
this issue
Mar 1, 2025
Checks to see if the interrupt string starts with \x and when that
is the case, converts the remained of the string to a bytearray before
sending the interrupt to the boot loader.
fixeslabgrid-project#1622
Signed-off-by: Perry Melange <[email protected]>
In the BareboxDriver, UBootDriver, and SmallUBootDriver, the option sent to the bootloader to interrupt boot loading is done with some form of:
According to the documentation
Neither of these work.
After using labgrid-client -vv I see the following is written to the console
or
Neither of which is correct and causing the boot loader not to be interrupted.
The text was updated successfully, but these errors were encountered: