• Forum Post: NAND Flash Programming Utility

    If you want to reprogram NAND flash of Leopard Board, please, refer to below page. http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility Nara
  • Forum Post: SD card boot and flashing tool

    I used this tool for restoring Leopard board. Download it and configure it to use u-boot for Leopard Board. Much more faster than serial flash utility. Manual: http://wiki.davincidsp.com/index.php/SD_card_boot_and_flashing_tool_for_DM355_and_DM365 Source and binary: http://www.linux-davinci.info...
  • Forum Post: a simple code to read/write a physical address from userspace

    For a virtual memory to physical memory mapping... Can be used to read/write values from/to physical address from an user space. ------------------------------------------------------------------------------------ #include <stdio.h> #include <stdlib.h> #include <unistd.h>...
  • Forum Post: Compiler & Libraries to build a basic demo

    I would like to build and download a basic app to the board but after installing it, T.I.'s Code composer, it requires a license file to use. I have the 5M sensor board but I seem to need a jump start to get things moving. Is there anything setup for the Eclipse IDE? Is there a freeware...
  • Forum Post: Problem with Gstreamer appsink element

    HI, I am trying to use the gstreamer app plugin to pull a raw buffer from a stream, do some analysis of the data, then push it back into the pipeline. I am trying to use appsink and appsrc to do this. I have written my code that will do this, but when I try to build I have some linking errors that...
  • 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: 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: Installing X sever on Leopardboard dm365

    I have booted my leopardboard with MontaVista(R) Linux(R) Professional Edition 5.0.0. Now I want to get output on any screen, I read somewhere that I have to install Xserver ( or any other distribution of xserver) on leopardboard dm365 but I don't know the procedure. Please help.
  • 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...