PMIC can't be found

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PMIC can't be found

2,448 次查看
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?

标签 (1)
0 项奖励
回复
1 回复

1,991 次查看
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 项奖励
回复