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:35 AM by  Anonymous
load command only suports elf and srec, what about bin
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
rdubrawski
New Member
New Member
Posts:


--
01 Apr 2004 10:57 AM
    The standard output of a Platform Builder build is the NK.BIN file.
    This is neither an ELF nor an srec file.
    Without using the Platform Builder/bootme model, is there a way to download the nk.bin file to the target and burn it to flash?
    Anonymous
    Posts:


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

    Logicloader should be supporting bin downloads. To test this out you can load the nk.bin to a compact flash card or download using a tftp server via ethernet. Further explanation for either procedure can be found in the logicloader user manual. Examples would be in the form:

    Compact Flash:
    losh>mount fatfs /cf
    losh>load bin /cf/NK.BIN

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


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