Hi All:
I am trying set up a development environment without GUI (will use standard text editor) on linux. Has anyone done that and can you please share your experiences?
I need cross compiler and FreeRTOS for my development.
Thx a lot.
Hi All:
I am trying set up a development environment without GUI (will use standard text editor) on linux. Has anyone done that and can you please share your experiences?
I need cross compiler and FreeRTOS for my development.
Thx a lot.
Look at NUTTX to see how it builds for your target. It is generally expected that you run Linux on a Cortex A series micro - anything else tends to be a less driven path.
Thx Kartman, I am looking for FreeRTOS based solution.
I think you missed my point - the suggestion was to see how nuttx does it, not to use nuttx necessarily. Sometimes you need to think a bit laterally for a solution.