Thread
:
The N9/N950 Kernel Upstreaming Force
View Single Post
filip.pz
2015-11-13 , 20:25
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
Quote & Reply
|
The Following 12 Users Say Thank You to filip.pz For This Useful Post:
eekkelund
,
hrbani
,
Iryus
,
marmistrz
,
meemorph
,
minimos
,
nokiabot
,
OVK
,
peterleinchen
,
wicket
,
Wikiwide
,
youFailed
filip.pz
View Public Profile
Send a private message to filip.pz
Find all posts by filip.pz