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