Hi, I am trying to upgrade the WP76xx Kernel to Latest R17 Release from Sierra Wireless from R16_01. Referring to this Flash size wp7607 - Legato Forum, I had a similar issue and solved rootfs file size issue by disabling UBIFS by making the following changes (See the Pic)
Actually, we are adding some files to rootfs. It appears that rootfs should not be more than 30MB. If we use ubifs resulting rootfs in ubifs format will occupy more space so we cannot include our files into it.
does it work if you do “make” after “make clean” in order to have a clean build?
how about just modifying mdm9x28-image.inc but not modifying swi-mdm9x28.conf?
If i just modify mdm9x28-image.inc, the compilation is working on my side.