- Launch the Project Creator
- Create a NuttX Simulator project
- Follow the remaining steps given by the Project Creator
- Install the NuttX prerequisites and KConfig frontend in https://nuttx.apache.org/docs/latest/quickstart/install.html
- Additionally, install
unzip
- Run
./setup.sh
or run the following commandsgit submodule update --init cd apps ln --symbolic --force ../my_lvgl_apps cd .. cd nuttx ./tools/configure.sh -l sim:lvgl_fb kconfig-tweak --enable CONFIG_MY_LVGL_APPS_MY_LVGL_APP yes '' | make oldconfig cd ..
- Run the following commands
cd nuttx make -j$(nproc) ./nuttx