• Blog Post: RidgeRun FreeSDK

    RidgeRun offers Free Linux SDK on Leopard Board that you can use for your projects. Get a start on your project now with these free tools.
  • Forum Post: Using RR DM365 SDK while waiting for the Leopard Board DM365 SDK

    Hello, Everything is in the title: while waiting for the Leopard Board SDK for DM365 (from Ridgerun), can I use the DM365 chip SDK to program my board. What are the differences? What should I take care of? Thanks, Mike
  • Forum Post: VGA CAM on DM365

    Hi, I want to capture a video from the mt9v113 vga camera card and display it on the composite output. I am using the ridgerun dm365 beta sdk. Can anyone help? Eran.
  • File: RidgeRun SDK Training Video

    Hi Members, RidgeRun SDK Training Video will be big help to learn how you can use the SDK on Leopardboard. Please, check them out at: https://www.ridgerun.com/developer/wiki/index.php/SDK_Training_Videos Nara
  • Forum Post: New install for Leo 365 with RidgeRun SDK

    Does anyone have any updated installation / getting started instructions? All of the ones that I've read seem out of date, as they mention a RidgeRun bin file, that is not the file that RidgeRun now wants you to get. I've also had issues making the newest RidgeRun SDK as the installation...
  • Forum Post: problem setting leoboard365 gstreamer pipeline

    Hi fellow designers hope you can help with my problem. so after i load the sdk from ridgerun everything looks great, but when i do the ( loadmodules.sh) i will get cmek disagreeing with something, I dont know whr at hope you can help me. my problem is highlighted thanks in advance hope to hear...
  • Forum Post: SD card bootable images

    Hi there I have downloaded the bootable sd card images for the RidgeRun site. Can anyone please tell me how I can make my own bootable sd card images? Is there a guide?
  • Forum Post: CMEM Error: init: Failed to open /dev/cmem: 'No such device or address'

    Hi Todd I have managed to get the leopardboard running. I then tried to take a snapshot with the following command and got the following errors. Could you please help me understand what is wrong here? / # FILE_NAME=VGA_jpeg_file.jpg / # gst-launch -e v4l2src always-copy=false num-buffers=1 ...
  • Forum Post: Installing JPEGLIB

    Hi all. I need to use the jpeglib but can't get it installed. This is what I've tried: Included it with 'make config'. Copied $DEVDIR/fs/apps/jpeg-6b/arm and $DEVDIR/fs/apps/jpeg-6b/erc into $DEVDIR/myapps/cam In cam.c I have added the line : #include...
  • Forum Post: How to use leopard DVI Board(LI-DVI1)

    Hi I am planning to use leopard DVI Board(LI-DVI1) with leopard DM368 board. I want to use TI SDK. But I am not able to find tfp410 driver in TI SDK. Is there tfp410 driver for using DVI Board? if not,should I use Ridgerun SDK? I found how to use DVI Board(LI-DVI1) in Ridgerun SDK. URL:https://www.ridgerun...
  • Forum Post: Cannot get zlib dependency when running make

    Hi, When running (Leopard Board SDK) make, it tries to find the dependency for zlib-1.2.5. But the download page http://zlib.net//zlib-1.2.5.tar.gz is 404 because version 1.2.5 doesn't exist any more! The latest version of zlib is 1.2.6. How can I update the makefile to point to the right version...
  • Forum Post: Gstreamer's continuously record video plugin, install newer Gstreamer version into SDK

    Hi, I am using Rigerun SDK 2011q2 on my LeopardBoard 365 (which I will call LB from now on). I want my LB to continuously record 5s video file (h264/mp4), so I have inserted the loop code into the gstreamer pipeline. However, the problem is that gstreamer cannot loop the pipeline without initializing...