Related Posts
  • Forum Post: Not enough space on board: partitions with MontaVista

    Hello, After compiling GStreamer, I would like to copy its folder on my Leopard Board DM365 in the /opt folder but there is not enough space on my board. Here is the space left when typing df -h # df -h Filesystem Size Used Available Use% Mounted on /dev/rd/0 6.8M 5.8M 1.0M 85% / tmpfs 55.4M 0...
  • Forum Post: Re: RidgeRun SDK for DM365 Leopard Board is released!

    Thanks RidgeRun! Is (leo365/original/)kernel.uImage the right uImage to Flash in addition to Leopard's default UBL and u-boot? When loading, it says: Linux version 2.6.18-ridgerun (root@ninja-desktop) (gcc version 0 CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 Machine: DaVinci...
  • Forum Post: Re: Modifying the IPNC demo

    Yeah I would like to compile the IPNC myself but what compiler should I use? Looks like when I'm typing this in Ubuntu: make ARCH=arm davinci_dm355_ipnc_defconfig make uImage I'm getting the following errors: include/linux/i2c.h:59: error: array type has incomplete element type include...
  • Forum Post: Adding timestamp to GStreamer

    Hi everybody, I have my GStreamer pipeline (camera => MPEG4 => Ethernet) working on my Leopard Board and I would like to know how to add a timestamp to the video stream so that, even if the images are arriving with a delay, I know when they were taken. Anybody has an idea on how to do that?...
  • Forum Post: what demos are supported for LI-VM34LP camera board for LeopardBoard 365?

    Hello, I have a LeopardBoard 365 with the LI-VM34LP camera board. I would like to try to use any available demo to get some video frames that will work with the hardware I have. I already have the DM365 Ridge Run SDK 844703 compiled as well as xdctools and DVSDK. I thought I would be able to run...
  • Forum Post: Re: Automatically start an application after boot of RidgeRun Linux

    Miguel Aguilar Hi, You can add a script at /etc/init,d/ for starting your app. You can add that script to your app directory then you can add a command in the app Makefile to install that script in the target file system. Great! And how do you run a Shell script (demo.sh for example...
  • Forum Post: ipipe demo + Leopard Board 355 + MT9P031 5MP camera sensor

    Hi all, First of all I would like to say that the dm355 is a pretty powerful hardware device, and that as many people I am encountering problems running demos and software that suppose to work out of box, why? I guess that slight configuration differences lead to complete disaster. I am going...
  • 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: Encoding 1080P H.264 video

    I'm trying to follow the whitepaper at https://www.ridgerun.com/developer/wiki/index.php/LeopardBoard_368_1080p_support and things aren't working. I'm getting the following errors: ERROR: from element /GstPipeline:pipeline0/dmaienc_h264:dmaienc_h2640: Could not decode stream. Additional...