imx6dl UBoot cannot show logo。。。。

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6dl UBoot cannot show logo。。。。

1,140件の閲覧回数
尚飞汤
Contributor IV
* LVDS0 mux to IPU1 DI0.
* LVDS1 mux to IPU1 DI1.
*/
reg = readl(IOMUXC_BASE_ADDR + 0xC);
reg &= ~(0x000003C0);
reg |= 0x00000100;
writel(reg, IOMUXC_BASE_ADDR + 0xC);

if (di == 1)
writel(0x40C, IOMUXC_BASE_ADDR + 0x8);
else
writel(0x201, IOMUXC_BASE_ADDR + 0x8);

}

#endif

can anyone told me, how can i decide the below value????

writel(0x201, IOMUXC_BASE_ADDR + 0x8);

where is the 0x201 come?? and what's this meaning?????

ラベル(1)
タグ(1)
1 返信

950件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi 尚飞 汤

IOMUXC_BASE_ADDR + 0x8) is (IOMUXC_GPR2 and described in

IMX6SDLRM sect.37.4.3 GPR2 (IOMUXC_GPR2)

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------