>
> Hi,
> I get the illegal instruction error at runtime upon usage of
> components containing the Neon Instructions. I hope that if I know how
> to enable the NEON instruction Support in the kernel, my problem will
> be resolved!
zcat /proc/config.gz | grep NEON
CONFIG_NEON=y
It's enabled over here.
regards,
Koen
>
> Rupesh,
> I got the way to Enable the neon support in the kernel in two steps -
> I run these command on the kernel make file
> 1. make omap3_beagle_android_defconfig
> 2. make menuconfig
> For enabling neon,
> Floating point emulation ---> select NEON Advanced SIMD Extension
> support and FastFPE math emulation (EXPERIMENTAL)
bzzzzt, wrong. The KConfig symbol you actually need was in my first
reply.