Other Parts Discussed in Thread: UNIFLASH
Dear TI,
I was trying the UART method to transfer the u-boot binaries and images in http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/06_02_00_07/exports/docs/linux/Foundational_Components_U-Boot.html#uart
The first 2 steps mentioned below worked through MCU UART :
$ sb --xmodem $OUT_R5/tiboot3.bin > $UART_BOOT_MCU_UART < $UART_BOOT_MCU_UART $ sb --ymodem $SYSFW_ITB > $UART_BOOT_MCU_UART < $UART_BOOT_MCU_UART
The next two i tried by connecting to Main UART and it didn't work.
Do we need to do the below steps also with MCU UART or need to change MAIN UART after first two :
$ sb --ymodem $OUT_AXX/tispl.bin > $UART_BOOT_MAIN_UART < $UART_BOOT_MAIN_UART $ sb --xmodem $OUT_AXX/u-boot.img > $UART_BOOT_MAIN_UART < $UART_BOOT_MAIN_UART
Also, when i repowered the hardware and connected again to MCU UART and tried the first two steps it didn't do anything. Is it some issue with UART ?
Regards
Manish