Rikke
12/08/2022, 2:04 PMInstalling container 'cellular-monarch' from 'src/monarch.toit' on 'vigorous-discount' ...
<pkg:cellular>/service.toit:77:23: error: Unresolved identifier: 'image_config'
image ::= esp32.image_config or {:}
^~~~~~~~~~~~
Compilation failed.
Usage:
jag container install <name> <file> [flags]
Flags:
--assets string attach assets to the container
-D, --define stringArray define settings to control container on device
-d, --device string use device with a given name, id, or address
-h, --help help for install
I don't know if I am doing something wrong, or if something is missing from the service.toit file at position 77:23Rikke
12/08/2022, 2:12 PMv1.7.12
and sdk v2.0.0-alpha.44
Rikke
12/08/2022, 2:32 PM/sequans-cellular/examples/monarch.toit
fails before it tries to configure the modem:
Opening cellular network
******************************************************************************
Decoding by `jag`, device has version <2.0.0-alpha.44>
******************************************************************************
EXCEPTION error.
cellular unavailable
0: open <sdk>/net/cellular.toit:33:19
1: main monarch.toit:31:14
******************************************************************************
[jaguar] ERROR: program 70456d49-c2a4-5576-a4bd-434bffebdb6a stopped - exit code 1
kasperl
12/08/2022, 3:14 PMRikke
12/09/2022, 7:36 AMv1.7.1
and sdk v2.0.0-alpha.33
with same result. Not sure if this helps 🙂kasperl
12/12/2022, 1:54 PMRikke
12/12/2022, 2:02 PMkasperl
12/12/2022, 2:56 PMesp32.image_config
.kasperl
12/15/2022, 10:16 AMRikke
12/15/2022, 10:27 AM