View Single Post
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#68
Originally Posted by int_ua View Post
Code:
$ grep ERRATA config-2.6.35-1-n900 
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
# CONFIG_ARM_ERRATA_743622 is not set
$ grep ERRATA config-3.2.0-18-omap
CONFIG_ARM_ERRATA_430973=y
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
# CONFIG_ARM_ERRATA_720789 is not set
CONFIG_ARM_ERRATA_743622=y
# CONFIG_ARM_ERRATA_751472 is not set
CONFIG_ARM_ERRATA_754322=y
Well, you should enable it and make a new kernel . Ubuntu is thumb2 compiled, ain't? That missing errata workaround explains constant application crashing.
 

The Following 5 Users Say Thank You to freemangordon For This Useful Post: