Re: nsh: i2c: command not found

2024-04-18 Thread Gregory Nutt
'nsh: i2c: command not found' means that the i2c app was not built into the image and/or was not registered at build time. NSH is simply complaining that you are trying to run an app that does not exist. Did you remember to include logic in your board/src file in order to initi

Re: nsh: i2c: command not found

2024-04-18 Thread Alan C. Assis
< gustavo.felipesoa...@hotmail.com> wrote: > Hi everyone! > > I've built an application that sends i2c set/get commands to NuttX using > the system() function in a loop that breaks after a timer runs out. After > some i2c requests, NuttX prompts the message 'nsh: i2c: co

nsh: i2c: command not found

2024-04-18 Thread Gustavo Soares
Hi everyone! I've built an application that sends i2c set/get commands to NuttX using the system() function in a loop that breaks after a timer runs out. After some i2c requests, NuttX prompts the message 'nsh: i2c: command not found' and the only way to solve it is rebooting t