Porting driver

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

Porting driver

Jump to solution
1,506 Views
phamhuynh
Contributor II

good day for everybody, i'm porting driver for display of Mirasol, i use iMX6SL EVK, and display:

- Module display Mirasol Chocolate RGB 1.5" 288x192

- Driver IC Display: PA6561A2

- Interface: MIPI DBI 8 bit parrallel, 3/4-wire SPI.

Who have driver for this display, or have ported driver for this display?? can help me for driver, i need driver for this module display

thank for view!

Labels (2)
0 Kudos
1 Solution
1,097 Views
Yuri
NXP Employee
NXP Employee

may be manufacturer can provide a Linux driver ?

~Yuri.

View solution in original post

0 Kudos
7 Replies
1,097 Views
Yuri
NXP Employee
NXP Employee


Please use the recent (Yocto) Linux BSP for the i.MX6 EVK.

Summary Page :

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

The most simple way to start - to use demo image :

$ sudo dd if= fsl-image-x11-imx6slevk.sdcard of=/dev/sdb bs=1M

Please look at the following for some details.

"Task #4 - Deploy and test"

https://community.freescale.com/docs/DOC-94989

Next, You may refer to Chapter 7 (MIPI DSI Driver) of “i.MX_6_Linux_Reference_Manual.pdf”
from the package documentation and use this driver as base for own design.

Have a great day,
Yuri

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

0 Kudos
1,097 Views
phamhuynh
Contributor II

hi Yuri, i saw your direction and do following, but i find not thing about driver for ic display :smileysad:

0 Kudos
1,097 Views
Yuri
NXP Employee
NXP Employee

I meant using Freescale (MIPI DSI) driver only as base for further

development , assuming changing and debugging driver codes.

~Yuri.

1,097 Views
phamhuynh
Contributor II

hi, have you porting guide driver for display??

0 Kudos
1,097 Views
Yuri
NXP Employee
NXP Employee

I am afraid we do not have detailed guide for display driver porting, sorry.
The Yocto "i.MX_6_BSP_Porting_Guide.pdf" contains only Chapter 6

(Connecting an LVDS Panel to an i.MX 6Dual/6Quad/6Solo/6DualLite
Reference Board).

~Yuri.

0 Kudos
1,097 Views
phamhuynh
Contributor II

i'm using mirasol diplay, i have porting driver for module display, i know that, i'll config pad, GPIO, interface..., i get it, but, i can't write driver for ic display PA6561A2, i;m searching it!

0 Kudos
1,098 Views
Yuri
NXP Employee
NXP Employee

may be manufacturer can provide a Linux driver ?

~Yuri.

0 Kudos