Hello all,
I have craneboard with AM3517 and i'm trying to enable mouse in matrix-gui.
I follow next manual: http://processors.wiki.ti.com/index.php/How_to_use_a_Mouse_instead_of_the_Touchscreen_with_Matrix
My steps are (all executing from craneboard-kernel dir):
1. make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm distclean
2. make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm am3517_crane_defconfig
3. make CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
3.1 Select "Load the alternate configuration file" and choose created by am3517_crane_defconfig .config file.
3.2 Make nesessary change in configuration and press "Save the alternate configuration file". Save configuration in the .config
When I compare .config file generated by am3517_crane_defconfig and .config file, changed by menuconfig I see, that it is absolutely different files. :(
When I build Kernel with: make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage
I get next message (and many many questions followed by):
scripts/kconfig/conf -s arch/arm/Kconfig
*
* Restart config...
*
*
* System Type
*
MMU-based Paged Memory Management Support (MMU) [Y/n/?] y
ARM system type
1. Agilent AAEC-2000 based (ARCH_AAEC2000) (NEW)
2. ARM Ltd. Integrator family (ARCH_INTEGRATOR) (NEW)
3. ARM Ltd. RealView family (ARCH_REALVIEW) (NEW)
> 4. ARM Ltd. Versatile family (ARCH_VERSATILE) (NEW)
5. Atmel AT91 (ARCH_AT91) (NEW)
...
What I do incorectly? I assume that I use menuconfig incorectly, and cant change existing .config file created by am3517_crane_defconfig.
Thanks and regards
P.S. Sorry for my english. It is not my native language.