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.

AM572x GP EVM UART boot

Other Parts Discussed in Thread: AM5728

How can I load am5728 evm load via UART?

Hi, I try to load am5728 via UART, but have some problems.

I'm working om windows 7 x64 and x86.
I have read this threads:
e2e.ti.com/.../1963420
e2e.ti.com/.../534961
e2e.ti.com/.../516467

So I set j3, j5, j6 to UART, and have shorted j5, because my evm turned off after a few seconds.
Also I added string #define CONFIG_SPL_YMODEM_SUPPORT 1 to u-boot source code and maid u-boot-spl.bin and u-boot.img.

Now I have 2 problems:
1. I can't send u-boot-spl.bin via XMODEM in TeraTerm because speed is reduced to 2 bytes/s and nothing is sending.
2. I found this link: processors.wiki.ti.com/.../DRA7xx_GLSDK_Software_Developers_Guide
So i tried to send u-boot-spl.bin with pearl script.
I downloaded script, Win32-SerialPort.pdd, tar.gz files and latest version of ActivePearl from here www.activestate.com/.../downloads
but I can't install Win32-SerialPort.pdd.
In cmd I write line:
ppm install Win32-SerialPort.ppd
and see this error: install failed: The PPD does not provide code to install for this platform

What's wrong? Am I need older version of pearl? Where can I find it?