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.

AM5718: Regarding changing serial console uart3 to uart1 in the PDK for AM571x IDK

Part Number: AM5718

Hello Experts,

Currently UART3 is used in the AM571x IDK and we are able to see the console output for the same.

In our custom board we are using UART1 as debug console and need we wanted to check the same in AM571x IDK using PDK.

I changed the PDK code C:\ti\pdk_am57xx_1_0_12\packages\ti\board\src\idkAM571x file: idkAM571x_lld_init

Where a variable instNum = 1 to initialize UART 1. 

I am not able to compile the code and see the changes

Below is the error we get for compiling!!

c:\ti\pdk_am57xx_1_0_12\packages\ti\board\src\idkAM571x>gmake am571x
gmake: *** No rule to make target `am571x'. Stop.

How do we compile the code for changes in these files?

Thanks,

Ajit