This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

sitara linux training -uboot board port

Hi

I am trying to load u-boot.img in to the board using x-modem protocol through

minicom but it is showing error while loading u-boot.img.

hardware used: Beaglebone board,  error is:

"xmodem sectors /kbytes sent :915/114k"

it is stopping transferring of data from here.

 

Can you please guide me what the issue is ?

Thank you in advance.

Regards

Satish.G

    1. Xmodem  u-boot-spl.bin
    2. Ymodem  u-boot.img
  • Hi 

    when I am using Ymodem for transfer u-boot.img it is stopping 

    "Ymodem sectors /kbytes sent :916/114k"

    I tried number of times and I am getting the same error.

    Help me on this

    Thank you

    Regards

    Satish.G

     

  • Hi satish kumar2,

    the hints you have are the maximum you can have based on the information you provided.

    You should, in your case, dig down into the ymodem protocol (say, put few debugprints there), and provide us with more information. Normally people themselves learn the source of trouble. Most likely something wrong is with UART configuration. But your "916.114k" is of little help for anybody to advise.

    rgds,