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 18 Feb 2005 10:56 AM by  Anonymous
RELOCATE_FROM_FLASH does not work for WinCE 5.0 builds
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
cdwhatley
New Member
New Member
Posts:8


--
18 Feb 2005 07:45 AM
    In WinCE 4.2, LPD had a special environment variable called RELOCATE_FROM_FLASH that you could use to create an image that could be burned to FLASH, but would be relocated to RAM upon boot.

    I tried using this env var in a WinCE 5.0 build which incorporates the LPD BSP and Kernel. When I download the build via Platform Builder to the card engine, an 'R' appears instead of an 'F' at the start of the download in LoLo. This indicates that the build is a RAM build. In WinCE 4.2, if RELOCTATE_FROM_FLASH was defined, an 'F' would appear indicating the build was a FLASH image.

    Is there a new environment variable I need to use instead to accomplish this task?

    I defined the variable via the Platform Settings --> Environment dialog box in Platform Builder. (RELOCATE_FROM_FLASH = 1).
    Anonymous
    Posts:


    --
    18 Feb 2005 10:56 AM
    Hi Craig,

    Relocation images can be built in CE 5.0 adding the following environment variable and setting it equal to one.

    LOCE_RELOCATE_FROM_FLASH = 1

    Thank you,
    You are not authorized to post a reply.