Tool/software: TI-RTOS
The directions on the TI web Page
specify:
3.2.2.2. Compiling the Diagnostic Applications
To build the diagnostic examples:
- cd <PDK>/packages/ti/board/diag
- make <BOARD>
This will make the diagnostic applications for a specific $BOARD. Output files will be located in: <PDK>/packages/ti/board/bin/<BOARD>
I perform a: cd C:\ti\pdk_am57xx_1_0_13\packages\ti\board\diag
I perform a: gmake idkAM572x
it does not make the RS485_uart example - it only makes 17 of the 54 diagnostics
i change one line in the make file C:\ti\pdk_am57xx_1_0_13\packages\ti\board\diag
from
idkAM572x_DIAG = dcan eeprom emmc framework framework_loader gmac haptics icss_emac lcd_touchscreen led led_industrial mcspi mem mmcsd pmic qspi uart
to
idkAM572x_DIAG = rs485_uart
When I execute the changed make file - rs485_uart will not build without errors
There are other diagnostics in the diag folder that do not get built
Can someone change the PDK make file for the diagnostics so that ALL diagnostics get built not just 17 of the 54 diagnostics in the
folder: C:\ti\pdk_am57xx_1_0_13\packages\ti\board\diag