Go to previous topic
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
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


    ---