• 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: 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: Using UART1 with Leoparboard 355 to interface with another device

    Hi, I am trying to use the UART1 port to communicate with a camera. I am using the RR SDK. I really don't know where to start when it comes to coding. I've checked out all the code I can on how the UART is configured: kernel/linux-2.6.29/arch/arm/mach-davinci/board-dm355-leopard.c kernel...
  • Forum Post: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,3)

    Hi there. I'm having trouble getting started with my LeopardBoard DM355. I get the following error once I have flashed the leopardboard: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,3) I have attached what thought to be relevant. Has anyone encountered this before...