External Memory Bus on Colibri T30

Hi!
How can I use External Memory Bus at WEC 2013?
I didn’t find a suitable driver in the driver libraries.
Regards

You don’t need a driver. External memory bus is part of memory space. So you can access it directly. You need to configure it and then map it to virtual memory space. Please check iMX6 example here.

Of cause initialization for T30 is different. So check chapter 5.9 External Memory Bus
of Colibri T30 datasheet and the T30 Technical Reference Manual for more details

Thanks for the answer.
I will try.

Good luck, Petrovich