• File: Leopardboard 365

    Leopard 365 board is based on the TMS320DM365 processor from TI. It provides free optimized video codecs (H.264, VC1, MPEG2, MPEG4, JPEG) and audio codecs (MP3, AAC, WMA and Audio Echo Canceller). RidgeRun supports open source free SDK on Leopard 365 board, too. All accessories for original leopard board...
  • 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: 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...
  • File: DM365 Introduction (Korean Language)

    This video introduces TMS320DM365 in Korean Language by Nara Won.
  • 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: TI DVSDK 3.10 and the Leopard Board

    Hello! I noticed that Texas Instruments has released the new DVSDK (release 3.10) and I was wondering what you thought about it? How does it influence the Leopard Board DM356 development, what is it going to change, how to implement it on the Leopard Board, etc. I am curious to know if it would...
  • 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: 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: 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: Please, I need some help

    Hello I'm new and need some help. I bought the leopardboard 365, and the camera of 5 megapixels LI-5M03. I need to make an application that captures the image and save to the SD card. On the web I have seen the example "High Definition 720p IPCam DEMO", but can not find the source code...
  • 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: 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: Kernel Oops While Running video decode demo from TI's dvsdk3.10.00.19 with Leopardboard DM365

    I am pretty new to the embedded arena. I have been struggling with this Leopardboard DM365 for more than 3 weeks. I am trying to run demo, from DVSDK version 3.10.00.19 demos (dvsdk_demos_3_10_00_16 folder). In order to run the demo that was initially written for DM365EVM I removed all the parts...
  • 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: 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...