what to initialize in uboot - general recommendation

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

what to initialize in uboot - general recommendation

ソリューションへジャンプ
1,369件の閲覧回数
nexy_sm
Contributor II

Hi all,

I am working on a custom board based on imx6 and sabreauto. This rather not a specific question but more asking for an advice and best practice. How to divide what should be initialized in uboot and what should be initialized later by Linux. How do you divide that in your designs?

Thank you

ラベル(2)
タグ(3)
0 件の賞賛
返信
1 解決策
1,250件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

suggest you can refer to the source code, for uboot, you can refer to the "/git/board/freescale/", choose the board you need, you can find what hardware configuration in the uboot, then you can refer to the dts file in the kernel, the path is arch/arm/boot/dts, choose the board dts file, if you need to change something, you can refer the dts file in the kernel source code

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,251件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

suggest you can refer to the source code, for uboot, you can refer to the "/git/board/freescale/", choose the board you need, you can find what hardware configuration in the uboot, then you can refer to the dts file in the kernel, the path is arch/arm/boot/dts, choose the board dts file, if you need to change something, you can refer the dts file in the kernel source code

0 件の賞賛
返信