I’m facing an issue when I want to start a application:
Application 'APP_NAME' is going to be updated/removed
I tried removing and reinstalling it, but without luck. The error always appears with this application, but not with others.
Regards,
Simon
jyijyi
2
Can you attach you application here?
Hi,
please find the application attached:
spi_multi_test.wp76xx.update (347.2 KB)
jyijyi
4
I mean the whole project with source code.
Is it having the following?
executables:
{
spiMultiTest = ( spiMultiTest )
spiService = ( $LEGATO_ROOT/components/spiService )
gpioService = ( $LEGATO_ROOT/components/sysfsGpio )
}
yes, that’s part of the adef
please find the whole program here:
spi-multi-test.zip (3.4 KB)
jyijyi
6
As said before then, you need to use IPC to communicate with these components.
Ok, by removing the gpioService from the run
and executable
section and the spiService from the run
section it’s fixed again.
Thanks,
Simon