SRNV
1
hello,
got a big probleme with one api file
seems to be missing
until I tried to install a new system last friday, applications are missing and I can’t run OrangeStarterKit application
I want to know what is the command line to get the list of systems or to delete one ?
like app status …
thank you
SRNV
2
solved
missed the right path to some api call
like
le_data.api
le_mdc.api
dfrey
3
You can run sdir list
on the target to find out if you are missing any interface bindings.
Hi any sample available for command line Arguments
jyijyi
5
when i run the sample am always getting response for le_arg_NumArgs as null
i provided the app to run automatically
jyijyi
9
No, you cannot do that
You need to use “app runProc”
Did you read the pdf inside?
app runProc UART_TCP_Demo1 UART_TCP_Demo1 --exe=uart –
when i issued the command i get error UART is not there
How to make terminal to be user interactive i.e., User Input andApplication reply to be in the same terminal window
jyijyi
13
You can try attached hello1.rar using scanf().
hello1.rar (83.5 KB)
root@swi-mdm9x28-wp:~# app runProc hello1 hello1 --exe=hello1
Enter any character
1
Entered character is 1
Enter any string ( upto 100 character )
qwert
Entered string is qwert
^C
root@swi-mdm9x28-wp:~# legato version
19.02.0_4cb954265427b8c2c668a010ff5be274_modified
root@swi-mdm9x28-wp:~# cm info
Device: WP7609
IMEI: 359782080100399
IMEISV: 6
FSN: WA803370010610
Firmware Version: SWI9X07Y_02.28.03.05 000000 jenki[ 1778.268845] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:2) mode:FIFO slv_addr:0x3a MSTR_STS:0x0c1300c8 OPER:0x00000090
ns 2019/07/08 11:04:16
Bootloader Version: SWI9X07Y_[ 1778.290372] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:2) mode:FIFO slv_addr:0x3a MSTR_STS:0x0c1300c8 OPER:0x00000090
02.28.03.05 000000 jenkins 2019/07/08 11:04:16
MCU Version: 002.011
PRI Part Number (PN): 9908102
PRI Revision: 001.000
Carrier PRI Name: GENERIC
Carrier PRI Revision: 002.073_000
SKU: 1103843
Last Reset Cause: Power Down
Resets Count: Expected: 195 Unexpected: 243
Thank you so much for your guidence. Its works as i expected