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 02 Apr 2004 08:51 AM by  Anonymous
Can I use tftp with NK.bin?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
rdubrawski
New Member
New Member
Posts:


--
29 Mar 2004 05:52 PM
    I would like to implement a fast method to load our product image on the card engine. The output of platform builder is the NK.bin file which is created with the romtools. During development we are loading this file using platform builder and either running out of RAM directly or burning it to flash.
    For mass deployment as well as field upgrades, we would prefer to have another mechanism.
    How can I load a burnable nk.bin file onto a card engine (assume that the serial and ethernet are available if you like) in order to install the Windows CE image?
    Anonymous
    Posts:


    --
    02 Apr 2004 08:51 AM
    Hello rdubrawski,

    Yes, tftp downloads are possible. Just set up a tftp server on the host machine and have it point to the nk.bin. Bring LogicLoader up, enable the ethernet, and load the binary as in the below example.

    TFTP:
    losh>ifconfig sm0 dhcp
    losh>load bin /tftp/<host_ipaddress>:NK.BIN

    Please refer to the LogicLoader user manual for further information.

    Regards,
    Andrew Wawra
    Logic Product Development
    You are not authorized to post a reply.