2021-03-14 03:21 PM
I see below that an OpenAmpFreeRtos_Echo sample for STM32Cube was created which loads FreeRtos on the M4 and communicates via OpenAmp:
Does a similar demo exist for NuttX? Or, is a similar demo coming for OpenAmp and NuttX on the M4?
2021-03-17 02:21 AM
Hi @ANich.1 ,
The NuttX OS is not supported in the STM32mp1Cube distribution. At this date, there are no plans to integrate this OS in the distribution
I would suggest you to address to the NuttX community, perhaps some developers have already started something.
An alternative could also been the Zephyr OS, an example is implemented here.
Hope it help,
Olivier