Page 1 of 1

PTX Kernel Driver Probing Issue

Posted: Fri Jul 20, 2018 10:56 am
by Mustafa
Hello Guys,

I am newbee in PTX environment , I am fallowing ptx user guide. But I faced with some problem. I am creating new linux driver with;

Code: Select all

TQ-ARM-BSP-REV.0117/TQMaxx.BSP.SW.SRC.0117/ $ ptxdist newpackage src-linux-driver 
then ptx creates the simple source file, rule files and make files. After that I am adding this driver to the kernel with [
code]$ ptxdist menuconfig[/code]
After that I compile the image. But when I look at the system outputs from putty I could not see the "Hello world " output.
Also the driver files are not included in the linux system. Could you help me about that issue. I could not find any example driver about implementing simple driver.

Thank you

Re: PTX Kernel Driver Probing Issue

Posted: Mon Oct 22, 2018 9:26 am
by Richardy
Hello,
I want to change the wince6 startup logo to custom logo in Mini2440 ,Kindly guide me how can i achieve this task.