2023-10-04 10:33 PM
Following this:
https://wiki.st.com/stm32mpu/wiki/How_to_configure_U-Boot_for_your_board
As the default config used stm32_defconfig.
At the step make menuconfig disabled PMIC in device driver -> power and enabled regulator power .
Though, this causes compile errors when building u-boot.
Created a defconfig file for the board but not a new vendor-board folder assuming just to base the board as a variant of existing ST board. In other words using make stm32mp157a-board-mx_defconfig.
In the config file :
CONFIG_TARGET_ST_STM32MP15X=y
Does this need to be set to "n" in case of using a board based on the STM32MP1 ?
Is disabling PMIC in u-boot actually required to boot a discrete powered board ?
Solved! Go to Solution.
2023-10-05 04:40 AM
Disabled both PMIC and regulator power and build was done and boot did not cause side effects. I wonder if that's ok ? Enabling both causes errors. Would enabling PMIC cause any issues ?
2023-10-05 04:40 AM
Disabled both PMIC and regulator power and build was done and boot did not cause side effects. I wonder if that's ok ? Enabling both causes errors. Would enabling PMIC cause any issues ?