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

Can't interrupt autoboot. odroidxu3-v2012.07: 97fdb7ed01a4f5cb96033eb4664ff598f7958527 #18

Open
glscantlen opened this issue Aug 25, 2015 · 0 comments

Comments

@glscantlen
Copy link

The boot process can not be stopped even when holding down the "Enter" key.
Note, I am using the Odroid XU3, a serial console with Hardkernel 3.10.82 and miniterm.py

It appears that proper configuration for miniterm.py '--lf' will not emit ASCII code 0x0D when pressing "Enter". I suggest changing the test statement in "common/main.c" lines 231 and 252 to:
if((input==0x20)||(input==0x0d))

This test will provide a broader option of signaling for the already cumbersome procedure that interrupts the boot process.

@glscantlen glscantlen changed the title Can't interrupt autoboot Can't interrupt autoboot. odroidxu3-v2012.07 Aug 25, 2015
@glscantlen glscantlen changed the title Can't interrupt autoboot. odroidxu3-v2012.07 Can't interrupt autoboot. odroidxu3-v2012.07: 97fdb7ed01a4f5cb96033eb4664ff598f7958527 Aug 26, 2015
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

No branches or pull requests

1 participant