I am trying to build a package to upload to AirVantage using the command av-pack -u xxxx.wp85.update -b _build_xxxx/wp85 -t xxxx.system.3.0.1
and I get the error
ls: cannot access '_build_xxxx/wp85/system/app/*/staging/info.properties': No such file or directory
When I look at the build directory I don’t see a system
directory under the _build_xxxx/wp85
directory.
I am building using mksys -t wp85 -s <COMPONENT PATHS> -i <INTERFACE PATHS> xxxx.sdef
I’m using Legato AF 18.09.0 and I have tired with both the manual build system and Leaf. Both have the same problem.
Thanks,
@asyal, @Prush Any thoughts on this. I’m trying to figure out how to do FOTA using AirVantage, following the documents and other posts but AV-PACK doesn’t work.
I’ve just been told that av-pack
has a bug that you are running into.
Sierra Wireless has a document that describes how to manually do what av-pack
is supposed to be automating for you (you may have to sign-in to source.sierrawireless.com to download the PDF): https://source.sierrawireless.com/resources/airprime/application_notes_and_code_samples/airprime_-_wp_series_-_airvantage_fota_sota_guidelines/
@jchitty Thanks I will review the link you sent.