iMX6 - GPT timer Testing
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
We are using imx6Q custom platform based on sabresd for our development with Linux 3.10.17_1.0.0-GA BSP.
We would like to test the GPT timer with external input.
Please let us know, How to test the GPT timer.
In addition, Could you please provide the driver file path in the Linux kernel?
Thank You,
Regards,
Ansari
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Abdul,
The GPT timer is used by the kernel to generate the ticks for the OS. I recommend you not to touch it.
I suggest you to use the EPIT and maybe a GPIO as IRQ. Of course that would be limited workaround.
Regards,
Alejandro
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Dear Alejandro,
Thank You for your input.
We hope, this EPIT initialization is not called in the kernel (arch/arm/mach-imx/epit.c).
Could you please provide some more information about EPIT configuration for GPIO as IRQ.
Thank You,
Regards,
Ansari
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Unfortunately I lack of an example. You will have to develop your own driver with those features.
This discussion covers a few poins of what you would need.
Regards,
Alejandro