Tool/software:
Anyone knows a CLI (command line interpreter) as starting point for AM263x?
Checked the one at https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_CLI/FreeRTOS_Plus_Command_Line_Interface.html
but there is no straightforward way of compiling it.
Many functions are not the same (like f_open in FreeRTOS_PLUS vs FF_Open in the mcu_plus_sdk_am263x, same is valid with the UART implementation where the freertos generic way has way other functions than the ones in the SDK UART driver).
Or I am looking to the wrong Freertos implementation?
Best Regards