Other Parts Discussed in Thread: BEAGLEBOARD-X15, , PMP
Tool/software: Linux
Hi.
We would like to use the UART to load files to boot the board(AM572X EVM) into U-Boot.
our software version is ti-processor-sdk-linux-am57xx-evm-04.00.00.04.
we followed https://e2e.ti.com/support/processors/f/791/p/628934/2321462?tisearch=e2e-sitesearch&keymatch=u-boot.img#2321462 and AM57_UART_Boot_SOP_By_TI_Rio_Final.pdf .
we successed u-boot-spl.bin on AM572X EVM. but we failed u-boot.img on AM572X EVM.
we don't find any problem.
our board is as follwing. GP EVM verion is beyond A2. It is connected the J3/J4/J6 to [1:2] for serial boot, and is connected the J5.
We sucess it on window as follwing below it.
perl serial-boot.pl -p com5 -s c:\Perl\u-boot-spl.bin -d 1
we don't see "CCCC" at Tera Term on windows. Anyway, we failed uploading u-boot.img on windows. It don't send any bytes.
We think that window don't support uart-boot. and then tryed to boot uart on uBuntu.
perl ./serial-boot.pl -p /dev/ttyUSB0 -s u-boot-spl.bin -d1 -t40
our minicon settings is as below it.
we don't see "CCCC" at minicom on uBuntu. Anyway, we failed uploading u-boot.img.
we try it other image(tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/u-boot-ti-staging/2017.01+gitAUTOINC+9fd60700db-r4/package/boot).
but we have same problem.
we don't find any our problem.( uart tx/rx is correct, and the our image is compiled with CONFIG_SPL_YMODEM_SUPPORT.
I want to resolve it .
Thanks a lot.
our compiled image is attacted so that you will test it.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/jun.7z