'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
<
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
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