Guys, I m fighting with my board for a while now and i need some help: I want to use Heyu (an X10 automation software) on the mini2440. To do that, i must use a USBTOSerial device (Prolific PL2303)... - What is the simpliest way to add, under Openembedded, a kernel module driver (pl2303.ko must be added to my config...) - Does anybody here succeded in building and running Heyu on our favorite device ? (i m facing strange issues (illegal instruction) while using ttyUSB0 ) Thanks a lot for your help !
Heyu, ttyUSB0 and so on...
About the problemn #2, look for "illegal instruction" here: http://www.friendlyarm.net/forum/search Hope it helps.
Hi Oliver, I use ttyUSB0 for another device. I dit only compile a new kernel whith the driver activated in menuconfig. I used the kernel sources from this site. Download using vivi, all works without problems. For more details search this forum, it's allread described. skip
@eduardo: Thanks for pointing me the first place i should go ! :) You were right, and, with the correct flags, things are ok ! @skip2816: That's what i did (and it worked)... but my question was more related to Openembedded and how to customize kernel options in OE;) anyway, Thanks ! Olivier