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.

AM62A7: Changing U-boot console uart0 to uart5

Part Number: AM62A7

Hi,

Our custom board will use UART5 as a serial console.

I tried it with EXP_UART5 on the AM62A, but nothing showed up on the console.

Also the LED which should heartbeat when booted was not heartbeating either.

Using sdk version is 9.1.0.7.

I tried the following steps:

1. Edit the device tree file to enable UART5.
2. Build u-boot-ti-staging in arago-tmp-default-glibc and arago-tmp-default-baremetal-k3r5 respectively.
3. Write the generated image to the boot partition on the SD card.
4. Insert the created SD card into the board and start it up.
The device tree file was rewritten based on the following E2E forum:
I was wondering after reading this forum: Is it possible for users to create the automatically generated source code provided in this forum?