Hello,
We are working on a SolidSense N8 Compact gateway.
I’ve followed all the steps in IMX8M Nano Compact - Yocto, however, I encountered with errors in compiling a Yocto image - at the middle of the compilation- during patching the u-boot. It complains that “Hunk #1 FAILED at 106”. Please note that it is the first patch and the patching process fails at this point which in turn leads to terminates
Yocto image compilation with an Error message.
It seems that the patches are not matched the version of the u-boot. I checked both the Kconfig file (the first file to be patched) at Kconfig (i.e. the 1st patch file) and the corresponding patch file in step 4. The patch file doesn’t match with this Kconfig.
It should be noted that after adding the meta-solidrun-arm-imx8 directory (i.e. step 3), I can see two additional directories, however, I don’t think that it sources my problem.
Thank you for your help in advance