View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#12
Finished first iteration

Just tested the sillyboot with evtap selection. Only problem now I see is I need to load up the correct device for the touchscreen in the preinit script.

The vibra device I can load up, and create the nodes for vibra and touchscreen, but what is the device for touchscreen:
Code:
modprobe vibra_spi
mknod /tmp/touchscreen c 13 67
mknod /tmp/vibra c 13 70
I can see the chip initialixation in syslog but there is no device atmel_mxt or something like that in /lib/modules;
Code:
[    0.241149] input: Atmel mXT Touchscreen as /devices/platform/i2c_omap.2/i2c-2/2-004b/input/input3
[    0.241424] atmel_mxt: Atmel mXT Touchscreen v1.6 (0x29b82f) var:0x1 bld:0xab
 

The Following User Says Thank You to juiceme For This Useful Post: