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 15 Jun 2004 02:25 PM by  mikee@logicpd.com
auto boot wince
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Gerard
New Member
New Member
Posts:


--
03 Jun 2004 02:03 PM
    is it only me or is the information in the logic loader user manual lacking?

    I would like to boot ce using a script, but following the boot time script example in section 6.3 did not seem to help.

    we tried

    losh>echo "LOLOecho exec 0x101000 -;exit\n" /dev/serial_eeprom

    which seems to echo the string on boot up for a split second but then we see some other text overwrite it (looks like revision numbers) and windows never starts


    neither of these worked, could someone post what the correct syntax should be.

    also if stored, should the ls /dev show something is in teh serial_eeprom


    thanks
    taron@redwizard.de
    New Member
    New Member
    Posts:


    --
    03 Jun 2004 04:03 PM
    I have not tried it for a automatic boot script, but I would say it is the same as for a script that you start from the command line.

    You dont need the second 'echo' after LOLO.

    So
    losh>echo "LOLO exec 0x101000 -;exit\n" /dev/serial_eeprom
    should do it.

    Regards,
    Bernhard
    icnthyx@hotmail.com
    New Member
    New Member
    Posts:


    --
    07 Jun 2004 11:31 PM
    Also, check out the LoCE BSP User Manual for more information on how to boot and download WinCE images with LogicLoader.

    If you do a "hd /dev/serial_eeprom" it will dump the contents of the E2 to the terminal window.
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    15 Jun 2004 02:25 PM
    Gerard,

    I think your problem is the second "echo" in the script you show down below. The scripting should work fine though. Try looking through the LoCE User's Manual for a complete description of each command line parameter and some more relevant example scripts.

    --mikee
    You are not authorized to post a reply.