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 27 Oct 2005 08:36 AM by  Anonymous
Load command
 5 Replies
Sort:
You are not authorized to post a reply.
Author Messages
newuser
New Member
New Member
Posts:22


--
18 Oct 2005 12:26 PM
    Is there any error checking on the file transfer using the "load" command.

    newuser
    Anonymous
    Posts:


    --
    18 Oct 2005 01:46 PM
    Hi Carl,

    Can you be more specific by what kind of error checking you're referring to? Can you give me an example?

    Thanks,
    newuser
    New Member
    New Member
    Posts:22


    --
    19 Oct 2005 05:53 AM
    Hi Aaron

    What I ‘m hoping to find out is if “load “ (serial) supports a file transfer protocol that has error detection such as Xmodem or Kermit. A file transfer protocol helps to ensure that data is free of transmission errors.
    Anonymous
    Posts:


    --
    20 Oct 2005 11:54 AM
    load does not support any file transfer protocol other than raw. load will print out the md5sum of the image that you load. if the image is continuous, you can compare the md5sum with the md5sum obtained on a raw binary file of your image on your pc. you can use the m68k-elf-objcopy command to create a binary image on your pc if your build environment is not producing one when it builds.
    Thanks,
    Bruce
    newuser
    New Member
    New Member
    Posts:22


    --
    27 Oct 2005 07:13 AM
    Hi Bruce,
    An SREC file contains checksum values within the records. Does load check these values, example: if a check sum value calculated on the received record does not match the value found in the record, will it generate a load error such as error “100 - bad checksum”?. Also is the syntax for a SREC load is “load srec”.

    Carl
    Anonymous
    Posts:


    --
    27 Oct 2005 08:36 AM
    yes on all accounts.
    You are not authorized to post a reply.