Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
Hi,
I am trying to flash the u-boot images to the AM65x-IDK board using CCS and Uniflash. I am successfully able to flash the images using both.
Steps :
Before flashing the images, the EVM is connected to the CCS using the XDS110 port. The M3, R5 and A53 cores are connected which initializes the board.
A file called uart_am65xx_evm_flash_programmer.out which is provided by the TI RTOS SDK is loaded to the A53 core using CCS. After runing this program, the EVM expects files from the UART port i.e MAIN_UART0 as a debug print CCCCCC is printed on the console by the RBL. Then i use the uniflash to load the respective images to the flash and it works fine.
I assume the uart_am65xx_evm_flash_programmer.out file configures the MAIN_UART0 for image loading and as it is an object file, I don't understand how can i configure the same for MAIN_UART1 as there is no source code available for it.
How can i use the MAIN_UART1 to flash the images as our custom board doesn't have MAIN_UART0 ??