Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 21 Jun 2008 06:47 PM by  durian
LoLo flash burn not working
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
durian
New Member
New Member
Posts:


--
21 Jun 2008 06:47 PM
    Hi, I have a Linux XIP (Execute In Place) image built that I like to burn into flash at offset 0xc0000 in NOR flash memory space. Here is what I have done:

    load raw 0xa0400000 1327892 /tftp/192.168.1.109:xipImage /* load Linux image into DRAM at offset 4MB in ram space */
    burn /dev/flash0 B12 /* Burn the image into flash starting at block 12, which is 0xc0000 offset */

    However when I do 'x /w 0xc00c0000', the flash memory contents are all zeros.

    I am suspecting that the burn commands grabbed the wrong contents to burn into flash.

    Can someone help?

    Thanks
    You are not authorized to post a reply.