i.MX25 PDK 1.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX25 PDK 1.0

2,546件の閲覧回数
RamuV
Contributor I

Hi all,

 

   i.MX25 PDK 1.0 debug board has 8 Green LEDs. I want to know

   Which GPIO pins are connected to these LEDs ?

 

Thanks,

Ramu V

0 件の賞賛
返信
3 返答(返信)

1,628件の閲覧回数
Frias
Contributor V

Hello Ramu V,

 

The debug board LEDs are connected on the CPLD. Please refer to the pdk10_imx25_Hardware_UG.pdf and also the PDK schematics.

 

If you are using Redboot you can access the LEDs by using the "spi_cpld" command, try:

 

Redboot> spi_cpld 0x20000 0xff

 

That would lit all 8 LEDs.

 

The procedure is different on other i.MX PDKs where you had to write to CS5 to access the CPLD.

 

Hope this helps. 

 

Best Regards,

Renato

0 件の賞賛
返信

1,628件の閲覧回数
Vijayaragavan
Contributor I

Hi Renato Frias,

How are you? would need some help and guidelines for developing LCD driver for i.MX25 PDK board since am a newbie to linux driver development. are looking out for interfacing 8-bit monochrome Dot matrix LCD with i.mxpdk board that is 8 parallel lines(LCDC_LD0 - LCDC_LD7) from personality board is connected to monochrome LCD along with other necessary singals like HSYNC,VSYNC and LCD CONTRAST. But have no idea how to enable software features for this so that i will be able to dislpay "Hello World" string on the LCD.

or any sample code is also appreciated or some guidelines on those lines.

Thanks

Vijay

0 件の賞賛
返信

1,628件の閲覧回数
RamuV
Contributor I

Thanks Renato,

 

    I will try it. Actually I want to write a GPIO driver for WindowsCE, I thought LEDs are the best way to

 test it.

  

Regards,

Ramu V

0 件の賞賛
返信