hello
can you tell me how to write a GPMC driver for DM8168?? or see which documentation?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The TRM can be downloaded from the TI website: http://www.ti.com/lit/ug/sprugx8b/sprugx8b.pdf
The u-boot code would be a good example of a GPMC driver, which doesn't depend on an OS. The u-boot code is contained in the EZSDK and can be download from here: http://software-dl.ti.com/dsps/dsps_public_sw/ezsdk/latest/index_FDS.html ezsdk_dm816x-evm_5_05_02_00_setuplinux
u-boot code is under:
~/ti-ezsdk_dm816x-evm_5_05_02_00/board-support/u-boot-2010.06-psp04.04.00.01
Regards,
Pavel