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 13 Apr 2004 02:47 PM by  mpinton
Cant find store_boot_script.losh ?!
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
wnafee@luxell.com
New Member
New Member
Posts:


--
22 Oct 2003 09:27 AM
    Hi,

    I just built a tiny kernel platform and before i download it, i have to load some sort of script in the eeprom. The script is called store_boot_script.losh but it is not there. Can someone provide me with this script?

    It is supposed to be in x:WINCE420\Platform\BSP-NAME\LogicLoader where x is my drive letter and "BSP-NAME" is the name of my bsp which should be "LoCE_A400_beta_002". I cannot find the LogicLoader folder to begin with!

    thanks in advance,
    Wael
    Anonymous
    Posts:


    --
    22 Oct 2003 04:14 PM
    Hello Wael,

    I see from "LoCE_A400_beta_002" that you've probably downloaded and installed the 'lpd_LH7A400-10_CE_420_beta_002.msi' file. Is this correct?

    It is also necessary to download and install the beta_001.msi file, lpd_LH7A400-10_CE_420_beta_001.msi'. Unfortunately it wasn't available for download for a brief time. This has been corrected. We are sorry for the inconvenience this has caused you.

    Please download the LH7A400-10 CE BSP again from the LH7A400-10 downloads site, http://downloads.logicpd.com/eps/products/. Launch the 'lpd_LH7A400-10_CE_420_beta_001.msi' file and rebuild your project.

    This should resolve the issue.

    Best Regards,
    Andrew Wawra
    Tech Support
    Logic Product Development
    mpinton
    New Member
    New Member
    Posts:


    --
    13 Apr 2004 02:47 PM
    Hi,
    I download and installed the LoCE_A400_rel_100.msi but there's still no LogicLoader subdirectory and no "store_boot_script.losh".
    I also download and installed the various rel100 msi for the device drivers (and I see them all in the Third Party Catalog). [color=red:3m1mpt6r] So where can I find this script?

    Also, the Test_Tiny_Kernel example from the LoCE WindowsCD BSP QuickStart Guide doesn't build. First problem was that the StorageDevice was unresolved (Platform Resolve Features)? I selected the ATAMEMCF driver and the standard CE StorageDriver - [color=red:3m1mpt6r]should I only select one or the other, or both?

    Then during the build I saw this:

    ----------------------cut & paste from Build Window in PB---------------------

    -------------------Configuration: TEST_TINY_KERNEL - LOCE_A400_REL_100 Win32 (WCE ARMV4I) Release--------------------
    Generating platform header files...
    CEBUILD: Deleting old build logs
    CEBUILD: Skipping directly to SYSGEN phase
    CEBUILD: Running sysgen preproc (for COMMON)
    Starting sysgen phase for project ( common )
    .
    .
    User selected the following SYSGEN variables
    SYSGEN_SHELL=1
    .
    .
    .
    .
    Sysgen of HLBASE selecting the following components (after dependency check):
    SYSGEN_FSRAMROM=1
    SYSGEN_FSREGRAM=1
    SYSGEN_FULL_CRT=1
    SYSGEN_MSGQUEUE=1
    SYSGEN_NKCOMPR=1
    SYSGEN_NKMAPFILE=1
    SYSGEN_SERDEV=1
    SYSGEN_SHELL=1
    SYSGEN_STDIO=1
    SYSGEN_STOREMGR=1
    SYSGEN_STRSAFE=1
    SYSGEN_TOOLHELP=1
    The system cannot find the path specified.
    .

    ---------------------- end of cut & paste ---------------------

    Then the build finally failed with this error message:

    Copying C:\work\Longitude\WinCE420\Platform\Test_Tiny_Kernel\RelDir\LOCE_A~1\kernkitl.exe to C:\work\Longitude\WinCE420\Platform\Test_Tiny_Kernel\RelDir\LOCE_A~1\nk.exe for debugger
    Module coredll.dll at offset 01fff000 data, 03fc1000 code
    Module relfsd.dll at offset 01ffd000 data, 03fb1000 code
    Module toolhelp.dll at offset 01ffb000 data, 03fa1000 code
    Module fsdmgr.dll at offset 01ff9000 data, 03f81000 code
    Module lpd_ATAMEMCF_rel_100.dll at offset 01ff7000 data, 03f71000 code
    Found pTOC at 000015dc
    No imports for nk.exe
    No imports for coredll.dll
    Error: Can't find import 237 in coredll.dll
    Error: Fatal import error in lpd_ATAMEMCF_rel_100.dll
    Fatal error hit, exiting...
    makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
    makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
    Error PB2505: Error executing #(C:\work\Longitude\WinCE420\Platform\Test_Tiny_Kernel\RelDir\LOCE_A~1\)makeimg.exe.

    TEST_TINY_KERNEL - 6 error(s), 0 warning(s)

    Any thoughts as to how I can correct this?

    Thanks,
    You are not authorized to post a reply.