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

u-boot-denx patch suggestion #18

Open
ZARk-be opened this issue Dec 11, 2014 · 2 comments
Open

u-boot-denx patch suggestion #18

ZARk-be opened this issue Dec 11, 2014 · 2 comments

Comments

@ZARk-be
Copy link

ZARk-be commented Dec 11, 2014

I've implemented the following patch on my bitbake recipes.
I think it would be wise to implement it in your git.

Basically, a LOT of people are experiencing boot issues with the beagle.
The problem is that u-boot is waiting for any-key to interrupt boot.
Meaning that the slightiest ghost signal on uart-0 interrupts boot.

I've put "s" for stop. and put a message. But feel free to put any letter.
Nothing could be worse than any-key.

Here's the patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 20f84a6..d058b6a 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -207,6 +207,9 @@
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
#define CONFIG_SYS_I2C_MULTI_EEPROMS

+#define CONFIG_AUTOBOOT_KEYED 1
+#define CONFIG_AUTOBOOT_STOP_STR "s"
+#define CONFIG_AUTOBOOT_PROMPT \

  •  "Hit s to stop autoboot.\n"
    
    /* PMIC support */
    #define CONFIG_POWER_TPS65217
    #define CONFIG_POWER_TPS65910
@koenkooi
Copy link
Owner

makes sense, can you make a pull request for this?

@ZARk-be
Copy link
Author

ZARk-be commented Jan 5, 2015

I'm sorry, i'm a github newbie :(
Afraid to f*** things up

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

2 participants