I am facing the same issue as in this thread any idea why the build is failing? Was trying to create an image for webcam demo as per the pdf in the forum , earlier it was working and now it is failing
The question is not about valgrind but more about webcam demo from the pdf.
recently downloaded the R13.1 source code for WP7608 and was surprised to see that as per the instructions from the document when building the image facing this error.
Previously this error was not faced so can you let me know what has changed in the source code.mangOH - WebCam Demo.pdf (1.0 MB)
The image size is big is understood but the build should not fail when we change the UBI_ROOTFS_SIZE, current value is 40MB and what I am using is 48MB. I believe this is just a check to ensure an image with size bigger than UBI_ROOTFS_SIZE is not built and produces an error.
but in this case image is not built although the UBI_ROOTFS_SIZE is mentioned 48MB so it should have allowed an image to build upto 48MB in size but clearly that is not the case and seems like there is some additional code added which is preventing it from building in the do_prepare_ubi function of the recipe mdm9x28-image-minimal