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 26 Nov 2007 09:08 AM by  ThomasHill
Checking version of LoLo?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Dag
New Member
New Member
Posts:


--
26 Nov 2007 04:58 AM
    Does anybody know how I can check the version of LoLo from WindowsCE? I want to do that so I also can check if I need to upgrade LoLo when uograding the NK.BIN file.
    Dag
    ashwinb@logicpd.com
    New Member
    New Member
    Posts:


    --
    26 Nov 2007 08:43 AM
    Dag,

    I don't know of any way to query the LoLo version from within WinCE. The "info version" command within LoLo will give you the build information. What I've done for a customer is to use the Yaffs filesystem and write a file with the current LoLo version information in there. This file is read from WinCE for display.

    The file is written first when no previous file exists and from then onward it is only re-created if the version of LoLo were to change.

    Regards
    ThomasHill
    New Member
    New Member
    Posts:


    --
    26 Nov 2007 09:08 AM
    Check for $LOLO_VERSION.

    For instance,

    while ($LOLO_VERSION < "2.3.3")
    bitmap /cf/UPGRADE.BMP
    sleep 20000
    done
    You are not authorized to post a reply.