2025-01-06 12:28 AM
I try to study embedded linux with stm32mp157f-dk2 board
I got download my image on my board and make dts from stm32cubeide's default board setting
And i compile that in my source's dts folder modified Make file and checked dtb output with decompile
It works with added pwm from cubemx but not working touch
So CONFIG_TOUCHSCREEN_EDT_FT5X06 is being yes in my .config
And it works in default starter pacakge's dtb but I changed just dtb with my pwm added
so if i echo 0-0038 bind to edt-ft5x06 with my pwm dtb, it works but
I wonder why this builtin module not work with reboot
Thanks