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 03 May 2016 11:24 AM by  Sergey Brandis
Boot without SD card
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Sergey Brandis
New Member
New Member
Posts:79


--
07 Apr 2016 08:04 AM

    Can i boot my Windows Ce without losh prompt and Sd-card ? 

     

    Thanx a lot  ! 

    bradb
    Basic Member
    Basic Member
    Posts:203


    --
    03 May 2016 08:43 AM
    Sergey,

    Absolutely.

    1. Program Logic Loader (LOLO) into NAND after booting from the SD Card. LOLO is installed in NAND by default.

    losh> update /lboot/nolo_lolo_NAND.upd

    Here is a file set that will automatically program your NAND with Logic Loader. You can modify this example to include copying your WinCE image and the lboot.lol file that will execute your WinCE image at boot.

    1028255 DM37x SOM Recover NAND flash
    https://support.logicpd.com/DesktopModules/Bring2mind/DMX/Download.aspx?portalid=0&EntryId=3042


    2. Adding these lboot.lol that will reside in /lboot NAND partition. These commands will then be executed when the system boots from NAND. The first command below will be specific for initializing your specific display.

    lboot.lol:

    video-init 28 16
    bitmap /lboot/BOOTIMAGE.BMP;
    echo "\n\nPlease wait, Loading WinCE...\n\n"
    video-on;
    load bin /lboot/NK.bin
    bitmap /lboot/JUMP.BMP;
    exec

    Thanks,
    Brad
    Sergey Brandis
    New Member
    New Member
    Posts:79


    --
    03 May 2016 11:24 AM

     Thanx a lot for your help . 

     

    Sergey .

    You are not authorized to post a reply.