Hi, I am trying to create a full system spk (with all parts) however I am struggling to create an spk the modem will accept. I am using “fwupdate download [spk file]” to download the spk…
I’ve built my own legato.cwe using a sdef file → mksys → systocwe
I then build my spk using
Am I doing this incorrectly? Am I including the incorrect images?
The update fails with the bootloader… running fwupdate checkStatus gives
`Bad status (Bootloader failed), install not possible.`
PS. The reason for this is to aid the production process, but also to ensure the apps are part of the base legato image so that they cannot be removed…
Hmmm I tried just running “make wp76xx -d” without changing anything and am getting the following error
Updating goal targets…
Considering target file ‘all’.
File ‘all’ does not exist.
Considering target file ‘config’.
File ‘config’ does not exist.
Considering target file ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib/libjansson.so’.
Considering target file ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib’.
Finished prerequisites of target file ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib’.
No need to remake target ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib’.
Finished prerequisites of target file ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib/libjansson.so’. Prerequisite ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib’ is newer than target ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib/libjansson.so’.
Must remake target ‘/home/legato/.leaf/fx30-cat1-legato_19.11.5/build/wp76xx/framework/lib/libjansson.so’.
Hi @jyijyi, I’ve followed your suggestion of re-purposing the wifi sdef file.
The system builds fine… looking around the build output. The update files that are created in ./build/wp76xx/system/app/* are they full update files? I ask because they are significantly different in size compared to update files created using mkapp of the same adef files?