2023-01-10 04:55 AM
I am generating device tree and compiled it by stm32cudeide and upload to my board. So, baiscally I am following this link:
https://wiki.st.com/stm32mpu/wiki/How_to_manage_OpenSTLinux_projects_in_STM32CubeIDE
My issue is that no matter what I do, nothing seems to affect my pins. I type to check them:
cat /sys/kernel/debug/pinctrl/soc\:pin-controller@50002000/pinconf-pins
I can confirm that .dtb is uploaded successfully, and also extlinux.conf is changed
2023-01-11 02:22 AM
Hi @Najib Kassab ,
Can you share change you made in DTS ?
Also boot log after dtb / extlinux.conf modification can be useful
Thanks
Olivier
2023-01-11 03:52 AM
2023-01-11 05:01 AM
@Community member
this the boot log after the I upload the new device tree
and the extlinux.conf is:
# Generic Distro Configuration file generated by OpenEmbedded
MENU BACKGROUND /splash.bmp
TIMEOUT 20
DEFAULT stm32mp157c-stm32mp157c-dk2-mx
LABEL OpenSTLinux
KERNEL /uImage
FDTDIR /
INITRD /uInitrd
APPEND root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw console=ttySTM0,115200
LABEL stm32mp157c-stm32mp157c-dk2-mx
KERNEL /uImage
FDT /stm32mp157c-stm32mp157c-dk2-mx.dtb
APPEND root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw console=ttySTM0,115200