cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP15 ECO 5.0.0 How to configure u-boot for discrete power (and disable PMIC)

debugging
Senior III

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 ?

1 REPLY 1
debugging
Senior III

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 ?