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...