You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by Briann Iañez <br...@gmail.com> on 2022/07/10 14:32:44 UTC

QUESTIONS

Can Apache NuttX run Apache Programs within NuttX? Apps such as Flink or
Storm?

Re: QUESTIONS

Posted by Alan Carvalho de Assis <ac...@gmail.com>.
Hi Briann,

The main idea of NuttX RTOS is to have a POSIX and in some way a Linux-like
RTOS that runs on low/mid-end microcontrollers, like STM32, ESP32, etc.

You also can run NuttX on high-end processors like Freescale/NXP iMX6 and
others. Then in theory you can port Java Virtual Machine and even run apps
that uses it, but AFAIK nobody did it until now. Maybe because you can use
Linux itself, or Free/Open/Net(BSD) to do it.

BR,

Alan

On Sunday, July 10, 2022, Briann Iañez <br...@gmail.com> wrote:

> Can Apache NuttX run Apache Programs within NuttX? Apps such as Flink or
> Storm?
>