Related Posts
  • 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: Re: VGA Video Capture Driver for GIT kernel 2.6.29

    You have to add the following lines in the following file: /etc/profile PATH=$PATH:/your-arm-gccdirectory export PATH As explained here: http://www.troubleshooters.com/linux/prepostpath.htm Then reboot and everything so the modifications are made. You can check if the arm-none-linux-gnueabi-gcc is installed...
  • 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: how to run ipipe_aew_leopard demo?

    Can anyone explain me the steps for running the ipipe_aew_leopard demo app? I think that by default it uses the MT9T001 sensor and I would like to use the MT9P031 sensor camera. So are they any settings when loading the driver that I need to set up? Thanks a million!
  • Forum Post: JPEG with Leopardboard 355 and LBCM5M1 5 Mega-pixel Camera Board

    I have loaded Ridgerun SDK on Leopard and trying to get a high resolution JPEG image using gstreamer. Am I missing anything here? gst-launch v4l2src num-buffers=1 ! dmaienc_jpeg ! filesink location=/tmp/test.jpg Output (gst-launch-0.10:403): GStreamer-CRITICAL **: gst_caps_ref: assertion `GST_CAPS_REFCOUNT_VALUE...
  • Forum Post: "linux-davinci_git.bb do_fetch failed" when building dm355-leopard kernel

    To build the kernel, I run MACHINE=dm355-leopard bitbake virtual/kernel This works fine until I get to task 293 and then I get the following NOTE: Running task 293 of 632 (ID: 8, /home/david/oe/arago-oe-dev/recipes/linux/linux-davinci_git.bb, do_fetch) fatal: read error: Connection reset by...
  • Forum Post: Help loading kernel to leopard355

    I successfully compiled the kernel using $ MACHINE=dm355-leopard bitbake virtual/kernel As described at http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment But now how do I get the kernel to the board? Can someone point me to a document that describes the process? Thanks...