Related Posts
  • Forum Post: Writable Directory in the filesystem RR SDK

    I've written an application and copied it into the filesystem but when I try to create or modify configuration files within my application directory I'm told : mkdir: cannot create directory 'config': No space left on device Can someone help me or point me to useful information...
  • Forum Post: RR update to Kernel to 2.6.33?

    I was noticing that the latest kernel from TI was 2.6.33 which includes some important fixes I'm interested in for the i2c driver. Is there a planned update for the RR sdk or am I on my own to pick up the fixes I'm interested in? http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci...
  • Forum Post: VGA Video Capture Driver for GIT kernel 2.6.29

    Hi. How to type these commands? make menuconfig enable (system type -> TI DaVinci Implementations -> DM355 Leopard board ) enable (Device Drivers -> MMC/SD/SDIO card support) enable (Device Drivers -> MMC/SD/SDIO card support -> TI DAVINCI Multimedia Card Interface support ) enable...
  • Forum Post: dmesg truncated - trying to see i2c-davinci.h messages

    My dmesg output does not show the beginning messages, in particular the i2c clock init in i2c-davinci.c I have tried all the "make config" kernel options I can think of (50MB circular buffer, KLOGD) but I still get a shortened dmesg output. What do I need to change to get a full log,...
  • 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: Kernel Oops While Running video decode demo from TI's dvsdk3.10.00.19 with Leopardboard DM365

    I am pretty new to the embedded arena. I have been struggling with this Leopardboard DM365 for more than 3 weeks. I am trying to run demo, from DVSDK version 3.10.00.19 demos (dvsdk_demos_3_10_00_16 folder). In order to run the demo that was initially written for DM365EVM I removed all the parts...
  • 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...