11-02-2016 10:42 AM
I want to use a SOM running Labview RT on a linux platform. I need to have the SOM interface to a VGA display. How do you configure the OS settings to identify which FPGA lines are used for the display?
11-03-2016 02:26 PM
Hello id
Just to make sure: When you say "How do you configure the OS ….?" Did you mean Linux RT?
You should see that information when you are creating the VI in the FPGA. There you select each pin you need.
However you can launch the sbRIO CLIP Generator for:
See the links below.
http://zone.ni.com/reference/en-XX/help/373197D-01/sbriohelp/9651_start/ (See the bullets at the end)
http://zone.ni.com/reference/en-XX/help/373197D-01/sbriohelp/9651_clip/ (sbRIO CLIP)
https://decibel.ni.com/content/docs/DOC-41410 (Clip Generator)
If you already has the connection you can follow the routing from the J1 connector using this document
http://www.ni.com/pdf/manuals/376962b.pdf (page 33)
Hope this information might be useful
Regards,
11-03-2016 02:58 PM
Thanks fo rthe info especially the clip thing but I cant see it because I havent bought the SOM yet.
How do you program the VI to drive the video out? Are there libraries or something available for VGA or LVDS?
11-04-2016 10:15 AM
Hey,
If you install the drivers for the SOM, you should be able to start playing around with setting it up in a LabVIEW project. (Just add a new device under the top level of your project).
Regarding VGA, you should be able to modify this example to work for you.
VGA Device Driver for FPGA Applications
https://decibel.ni.com/content/docs/DOC-6741
Once you configure the digital lines in the CLIP configurator, you'll be able to write boolean values directly to the digital lines in your FPGA code. So you can send an array of pixels for each frame from your RT VI down to the FPGA, and have the FPGA send them out.