Saturday, 15 February 2014

c - how can I find display libraries on embedded linux -


I could use what display library behind the scenes in embedded Linux I ... Also if a GPU for embedded platforms I can see how the library is built in ... ??? ... I have a complete source code for the kernel, if it helps ... Here Elsmodi output

  used by Masood size musb_dsps is 7764 0 Musb_hdrc 46434 1 musb_dsps bufferclass_ti 5990 0 omaplfb 12469 0 pvrsrvkm 179419 2 Bfrclas_ti, omaplfb bnep 10368 2 musb_am335x 1307 0  

so I think omaplfb a ... how Find the libraries to use this ??

What are you talking about userspace libraries or kernel modules? The omaplfb kernel module appears

Use the first case ldd:

  # ldd / lib / x86_64-linux-gnu / libtinfo. Kernel modules should do the trick for modinfo:  
  # modinfo / lib / modules / `uname -r` / kernel / drivers /  

Scsi / sg .ko |

Find .ko file


No comments:

Post a Comment