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.
Hi TI,
We are trying to bring up the debug UART Interface(MAIN_UART0) on our Custom Board. We don't have SD Card Slot to load the Images. We try to Load the Images
using UART/USB DFU Method. The steps we followed to test UART Boot mode is listed below:
1. Boot Mode Pins are configured to UART Boot.
2. Connected a TTL Converter to connect the UART (RX,TX) to the Host System.
3. After turning ON the Board, I can able to see some Data on the Debug Terminal(/dev/ttyUSB0), but when i try to transfer
tiboot3.bin image using x-modem, I receive an NACK and Transfer Incomplete as response.
I have tried this on the Am62x-SK Board(E2 Version), it was successfully Booted.
I have also attached the Image for your reference. Kindly let us know how to proceed on this.
Regards,
Murali Chikkanna
Hi Murali,
Which bootloaders are you using the boot the custom board? If you built the bootloaders yourself, have you verified that the binaries work/boot?
Here is some documentation on UART: https://software-dl.ti.com/processor-sdk-linux-rt/esd/AM62X/08_06_00_42/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/UART.html?highlight=uart.
Also, on the custom device, it seems like the SoC is alive and UART boot mode is working, can you copy and paste the string of characters between the CCCC.. as per this doc: https://software-dl.ti.com/processor-sdk-linux-rt/esd/AM62X/08_06_00_42/exports/docs/linux/Foundational_Components_Migration_Guide.html#device-types to see what device type you have.
~ Judith
One thing to look out for is to remove 'hardware flow control' in minicom configuration.
~ Judith
Hi Mendez,
Thanks for the response,
Hi Murai,
Let me verify UART boot mode works on 08.05 and I will get back to you.
--> Now We can load tiboot3.bin file and get the related logs on the Debug UART, but afer that we are not receiving any response from uart to transfer tispl.bin file.
What steps are you using to boot with UART boot mode?
~ Judith