Related Posts
  • 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: 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: 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: 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.