Tool/software: Linux
We am trying to boot our custom board with am3359 through uart. We are using minicom to transfer the u-boot-tools.bin and u-boot.img files to the board. We successded in transferring 108kb of data of u-boot-spl.bin file from the /spl folder.
After which when we try to send the u-boot.img file through y-modem we get timeout on sector ACK and Transfer incomplete.
If we try the same through x modem, It says --give your local XMODEM receive command now-- . I'm not sure how to give XMODEM receive command to the board? If I restart the board during this time it starts transferring the file, but stops at 114k bytes and gives timeout on sector ACK msg.
We have also tried the same with picocom, still facing the same problem
Please guide me in booting this custom board through uart.