Oops, where I wrote "former", should be "later" On Monday, March 18, 2024, Alan C. Assis <acas...@gmail.com> wrote:
> Hi Gustavo, > > You can do it over init script (there is a video at NuttX Channel) or > using NuttX Init Entry Point, replacing nsh_main with your app_main name. > > In the former case, you need to initialize all device driver before your > application attempts to use it. So, early board initialize and late board > initialize features can help here. > > Best Regards, > > Alan > > On Monday, March 18, 2024, Gustavo Soares <gustavo.felipesoares@hotmail. > com> wrote: > >> Hello! >> >> I've built an application to run on NuttX and I'd like to know if it's >> possible to make it start when the device starts so I don't have to connect >> into the console to run it. >> >>