We have an existing build environment for the FX30 3G with Legato and our custom C applications (not Legato one).
Is there any documentation or procedure to follow to port/adapt our environment to build our FW for the FX30 4G (wp77)?
Thank you in advance if you have any informations,
Guillaume
We successfully insert our recipes (by editing/updating some ) on the existing mdm9x28 recipes (via a .bbappend to) but now we are facing an error, on the image generation:
swi-mdm9x28-wp/mdm9x28-image-minimal-swi-mdm9x28-wp-20200318133622.rootfs.2k.ubifs" is 52695040, which is larger than volume size 39845888
It seem that there are too many data (default sierra + our customs) on this partition, this part work properly for the FX30. If I remove our packages from the image it generate all the cwe properly.
How many remaining spaces is available for user application on the mdm9x28-image-minimal?
Hi Matt,
After some investigations on the compilation steps, it seem that my problem (too much data to fit in the cwe) is produced by a major difference between the FX30 3G and 4G: The partition type. On the FX30 4G ubifs is used but the FX30 3G use squashfs.
Is there a “clean” way to use the squashfs (which have a better compression ratio) on the FX30 4G?