Part Number: AM5728
Hello,
I am trying to boot MLO and u-boot on a custom board with AM5728 using UART boot mode.
I followed the instructions provided in the following document during the process: /cfs-file/__key/communityserver-discussions-components-files/791/8546.AM57_5F00_UART_5F00_Boot_5F00_SOP_5F00_By_5F00_TI_5F00_Rio_5F00_Final.pdf
Here are the steps I followed:
- Open Teraterm on a Windows machine and set the serial port to 115.2 Kbps, 8 bits, even parity, 1 stop-bit, with no flow control.
- Confirm that "VA!" is continuously being printed in Teraterm.
- Close the Teraterm window.
- Prepare the serial-boot.pl script from the following link: /cfs-file/__key/communityserver-discussions-components-files/791/5861.Serial_2D00_boot.zip
- Install ActivePerl from https://www.activestate.com/products/perl/
- My computer environment is Windows 10 / 64bit
- Confirm the ActivePerl version with the following command:
- Execute the serial-boot.pl script with the following command:
However, when I run the Perl script, I encounter an issue as it appears to be missing the Win32::SerialPort module. Even after attempting to install the module with cpan install Win32::SerialPort, I continue to experience various dependency errors.
Is there a more recent version of the serial-boot.pl script available? Or could there be compatibility issues with the program version or the OS environment?
I would appreciate your assistance in resolving this matter.
Thank you.

