How to use customized defconfig in Apalis ixm6

Hi @amit251291 ,

Could you please try by using the below config.

  • Use only your two patches in SRC_URI,
    SRC_URI += "file://0001-gps-gsm-integration.patch \
    file://0001-WIFI–integrated.patch "

  • Place your patch under linux-toradex/ directory. (not in apalis_imx6)

  • Place your defconfig in linux-toradex/apalis_imx6/defconfig .

Now build the image.
For debugging purposes, you can also see in tmp/ directory under your build.

Best Regards,
Deven