Hi Teams,
I'm running Android ICE CREAM SANDWICH 4.0.3 prebuild image on AM335x EVM (rev1.1A) for demo.
But it always went to "Safe mode". How can I fix this issue? The boot log is attached.
Best regards,
Tetsu Ohshima
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Teams,
I'm running Android ICE CREAM SANDWICH 4.0.3 prebuild image on AM335x EVM (rev1.1A) for demo.
But it always went to "Safe mode". How can I fix this issue? The boot log is attached.
Best regards,
Tetsu Ohshima
We have normally seen Android enter "Safe Mode" when the keypad keeps sending continuous events.
This may be either because the keypad is not configured correctly in kernel or the key is actually stuck.
Please cross-check your keypad schematics with the kernel configuration of the keypad I/O lines in kernel. Refer our porting guide: http://processors.wiki.ti.com/index.php/TI-Android-ICS-PortingGuide#Driver_Configuration_8
You can also check which events are coming from keypad by entering the following command at the android console:
# getevent -l /dev/input/eventX
Replace eventX with the actual node for the keypad driver on your device.