View Single Post
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#80
I'm working on touchscreen suport and I need help of a kind soul with N950 to do the following:
  • download mxt-app to your N950 (more info at https://github.com/atmel-maxtouch/mxt-app)
  • issue ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3
  • as root run the following command:
    Code:
    ./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.xcfg
  • paste generated RM-680_Himalaya_AUO_V1_1.xcfg file to pasetbin/pastie...

Atmel maXTouch driver in kernel can't be used as is so I'm hoping that the ones from https://github.com/atmel-maxtouch/linux will be OK. In any case xcfg files are needed by the driver but in Nokia kernels there was no xcfg files but standard header files generated from cfg files (https://github.com/nemomobile/kernel...smd_v1_6.cfg.h & https://github.com/filippz/kernel-ad...auo_v1_1.cfg.h). mxt-app can extract xcfg file from running device and with a little manual patching from header files we can get what we need.

Last edited by filip.pz; 2015-11-14 at 13:17. Reason: added ln command; fix link
 

The Following 12 Users Say Thank You to filip.pz For This Useful Post: