In i.MX6 linux, i want to add touch screen support in u-boot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In i.MX6 linux, i want to add touch screen support in u-boot

1,534 Views
aravinthkumarja
Senior Contributor II

Hi all,

i am using imx6dl board. In uboot i want to add touch support and also add multiple customized image into HDMI screen. Can you please guide me how to do this.

Thanks!

Labels (3)
0 Kudos
7 Replies

979 Views
aravinthkumarja
Senior Contributor II

Hi all,

I need egalax touch driver for uboot. If any one have please attach me.

Thanks!

AJ

0 Kudos

979 Views
aravinthkumarja
Senior Contributor II

Thanks for your response igorpadykov,

If i add any bmp format image into uboot logo, it shows like crashed image. What kind of image and format i can use.?

Regards,

AJ

0 Kudos

979 Views
saurabh206
Senior Contributor III

Hi AJ

You need to skip BMP header data for the display.

Thanks

Saurabh

0 Kudos

979 Views
aravinthkumarja
Senior Contributor II

Hi saurabh,

Thanks, Display things i have done. Now i need egalax touch driver for uboot.

regards,

AJ

0 Kudos

979 Views
igorpadykov
NXP Employee
NXP Employee

Hi aravinthkumar

it may be useful to look at below link

Configuring i.MX6 boards for different screens

http://boundarydevices.com/configuring-i-mx6-machines-different-screens-nitrogen6x-sabre-lite/

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

979 Views
aravinthkumarja
Senior Contributor II

Thanks for your response igorpadykov,

Display working fine, default freescale image shown. i want to add multiple image and touch support in uboot.

Regards,

AJ

0 Kudos

979 Views
igorpadykov
NXP Employee
NXP Employee

in general uboot does not support interrupts, while touchscreen uses it.

Suggest to post it on uboot mail list for advice how it would be better handled in uboot

[U-Boot] [RFC] interrupt handling

Best regards

igor

0 Kudos