Question
issue while loading and building the custom kernel (STM32MP157A)
Hello Team,
Currently we are facing issue in loading a custom kernel on STM32MP157A).
- To load and build the image for the custom kernel please find the link below which currently we are using
https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel - We have build and install all the dependencies which are required https://www.st.com/en/embedded-software/stm32mp1dev.html here in this we have installed MP1-DEV-SRC .
- The linux system currently we are using is 20.04.1-Ubuntu .
So there is requirement that we need to enable few things from the make menuconfig like RAW GADGET , GADGET FS , GADGET ZERO ,FUNCTION FS. - Eventually when we build the kernel without make menuconfig changes, It builds and runs fine but after any configuration when we run the make ${IMAGE_KERNEL} vmlinux dtbs LOADADDR=0xC2000040 O="${OUTPUT_BUILD_DIR}" command it shows the error in the pic


- Kindly reply a working procedure or any link is appreciated or please tell us what we are doing wrong.
