I came across this whitepaper which describes the abiltiy to run the old linux kernel in the TI TM4C129X devices. I have a requirement to compile a .c file which is sent over-the-air to an IOT node. Upon compilation of this small sized code, I expect a node to execute the binary.
I understand that this is certainly possible with std Linux distribution with a Sitara SoC but I wish to know if this could be done using uClinux.
Question 2 : If I need, would it also be possible to download a .bin file which was previously compiled using Code Composer studio for the 129X device and execute the same in the uClinux environment while it is running?
Question 3 : How is it possible to do the above mentioned tasks;
1. compilation of a souce code
2. running of a new .bin file while the OS is running
using TI RTOS? Is it possible to use TI RTOS to perform such tasks?
Than you for your responses.