Related Posts
  • Forum Post: Maximum distance between Leopard Board and image sensor/camera

    Hey, I have made some successful tests to capture some images with the camera (5MP) when I plug in the camera module board (LI-MOD02). But then, I'd like to place the camera further from the board (approx. 1 meter) using 2 Samtec cables (that fit well with the existing connectors) and it does...
  • Forum Post: DM365 capture ISIF output to SDRAM

    Hello, I have the LeopardBoard 365 and the VGA camera module. Using CCS 4.1 I am trying to capture some data (RAW) from the sensor (MT9V113) and store it in the external SDRAM. I configured the all the VPSS registers I consider crucial for this purpose (ISP, ISIF). As for the sensor, I can see...
  • Forum Post: Leopard 365 bricked: NAND_open failed using SD card!

    Hello, When trying to program the Leopard Board 365 I've just received (v1.4) I am getting an error (using the SD card Flash programmer): SD card boot and flashing tool for DM355 and DM365 by Constantine Shulyupin http://www.LinuxDriver.co.il/ Online manual: http://wiki.davincidsp.com/index...
  • Forum Post: no boot device

    Hello! I am trying to run an application on Leopard DM365 board. I used the following tutorial found in the FAQs : Developing user applications for Leopard Board by using RidgeRun SDK. I made basically what is explained. Make apparently worked (ended with "build complete"). Make install...
  • Forum Post: Initial DM365 programming

    Hello everybody, I am trying to design my own PCB around the DM365 chip, mostly a copy (exact same components) of the Leopard Board. I am wondering if there is anything particular I should be aware of when programming the chip for the first time. I would like to use the USB 720p HD video streaming...
  • Forum Post: Re: Using RR DM365 SDK while waiting for the Leopard Board DM365 SDK

    Hi Sebastian, I didn't succed to boot the DVSDK 3.10_19 uImage on my leopard board (dm365) I try the uImage-dm365-evm.bin from the download page and I also try to build it. can you send me your .config or/and give me some explanation how to do this ? Thanks, regards, Frederic
  • Forum Post: Re: Two way audio

    T odd, Here are my pipes with some comments. I should point out that i have quite a bit of practice with Gstreamer, just not on embedded systems. Wes To establish two way communication between a Leo 365 and, in my case, two hosts I used this setup: LEO is 10.253.5.201 RR Free...
  • Forum Post: Two way audio

    I am trying to get two way audio to work on my Leopardboard 365 running RR free SDK with 7/30/2010 Arago Kernel GIT + Gstreamer. I use the dmaienc_aac and rtpmp4apay elements to send data to a foreign hot (udpsink). Works great. Now, in the reverse direction I try to use the same approach except...
  • Forum Post: AV_capture run time problem on dm365

    Hi ALL, I am porting ECDK application on the dm365 Board with linux-staging kernel(2.6.32). I changed the function calls of application, according to linux-staging kernel of (2.6.32) of dma in the of source_mt5/av_capture/framework/drv/kermod/src and i updated the dev_i2c.c files. Please verify and...
  • Forum Post: Leopardboard 368

    Is a Leopard Board based on the DM368 chip going to be released soon? That would be great because the capabilities look very promissing!
  • Forum Post: Does anyone else have camera/leopard i2cget issues?

    I have been testing access to two camera boards (LI-5M03, LI-LBCM5M1) with i2cget -y 1 0x48 0 w as in leopard-demo/demo.sh, and I get the same results with both camera boards: if I put my finger near the camera/leopard connector, I get back 0x0118 as expected. However, if I move my finger...
  • Forum Post: How to display output from Leopardboard dm365 ? plz help me...

    I have booted my leopardboard with MontaVista(R) Linux(R) Professional Edition 5.0.0. How can I get output on LCD from dm365 ? Please help.
  • Forum Post: Configuring OpenCV with Leopardboard dm365

    I have booted my leopardboard with MontaVista(R) Linux(R) Professional Edition 5.0.0. I have successfully compiled my opencv programs on Ubuntu 10.10. Now I want to test it with leopard board dm365. how can I do this ? Please help.
  • 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: Getting started with video and audio capture.

    Hi everyone I want to do a project on a Leopardboard this year. I want to detect motion, take a snap shot after motion is detected and then start recording video and audio. The problem is that I have no experience with either OMAP or DAVINCI software; as a matter of fact I have never programmed...
  • 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: 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: Composite Output Not workiing

    Hi! I have a new DM365 Leopard board. I installed the Ridge Run supplied linux kernel and am using NFS rite now. I tried to activate the composite video output but, it seems not working. These are the steps i did loadmodules.sh fbset -disable gst-launch -v videotestsrc ! video/x-raw-yuv...
  • Forum Post: Microphone on Leo 365

    Hello All, I have a Leopardboard 365 loaded with the RR Leopardboard Free SDK. I am able to stream (gstreamer) audio from my host to the Leopardboard and hear it through headphones attached to the audio-out jack. I can also hear audio produced by the audiotestsrc locally through the same headphones...