• 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: SD Boot up and Flashing Tool

    Please, refer to this thread. http://designsomething.org/leopardboard/f/23/t/75.aspx Nara
  • Forum Post: Flash Erase

    Hi. I am using leopardboard dm355 I tried to erase the flash using the command in LINUX. $ mono sfh_DM35x.exe -nanderase And appears on the screen: ----------------------------------------------------- TI Serial Flasher Host Program for DM35x (C) 2008, Texas Instruments, Inc. Ver. 1.10 -------...
  • 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: Re: First impressions with new RidgeRun SDK and Leopardboard 365

    Sorry to come back with this problem but I don't see any mention of NAND in the make config menu. Here is what I have in the "File System Configuration menu": *** File system target image configuration --- *** │ │ File system image target (JFFS2 disk image) ---> │ │ (64KiB) Erase...
  • 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...
  • Forum Post: Re: Leopardboard FAQ

    Part 2 SD card and external USB devices * Mounting the SD card and using the files in a SD card When the power is applied boot process is finished, insert an SD card into the device. After some seconds it will echo some info about the card like this: mmc0: new high speed SDHC card at...
  • Forum Post: Fail to boot NAND

    Hi, I was trying to copy the uimage from the NAND flash of leopard boarddm355. I tried the commamd <nand read 0x80700000 0x200000 0x200000> then it was showing message as some 2972152 bytes read.. after that again i gave command as <nand write 0x82000000 0x400000 0x900000> ...and i restarted...