PMIC can't be found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PMIC can't be found

1,182 Views
golansabo
Contributor I

Hello,

I'm trying to run u-boot on my IMX6s, I'm using "mx6qpsabresd_defconfig" to configure it.

When I insert the sd card into the board, it start loading and then I see the next error:

Can't find PMIC:PFUZE100
initcall sequence 4ff96994 failed at call 1780429c (err=-19)
### ERROR ### Please RESET the board ###

The board is modified, it has no PMIC module, instead I'm using fixed voltage which I can't control using the I2C.

How can I configure the u-boot not to look for PMIC?

Labels (1)
0 Kudos
1 Reply

725 Views
igorpadykov
NXP Employee
NXP Employee

Hi Golan

one can remove all pmic references in uboot sources,

like power_init_board() in uboot/board/freescale/mx6sabresd/mx6sabresd.c.

Also may be useful to check attached Porting Guide.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos