How to create a U-Boot for a custom board based on LS1046A?

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

How to create a U-Boot for a custom board based on LS1046A?

ソリューションへジャンプ
516件の閲覧回数
Johnson_s
Contributor III

GitHub - nxp-qoriq/u-boot at lf_v2022.04

I'm trying to create a U-Boot for a custom board based on LS1046A from the above GitHub.

I am considering editing the files based on the LS1046ARDB.

Is there a list of files that I should edit?

0 件の賞賛
返信
1 解決策
502件の閲覧回数
June_Lu
NXP TechSupport
NXP TechSupport

There is no list which file you should edit due to the modifications are decided by the customer board.

Some files may be helpful.

You could find the config file to adjust the configuration

https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/configs/ls1046ardb_tfa_defconfig

And dts file

https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/arch/arm/dts/fsl-ls1046a-rdb.dts

There are also some files related to the ls1046ardb.

https://github.com/nxp-qoriq/u-boot/tree/lf_v2024.04/board/freescale/ls1046ardb

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
503件の閲覧回数
June_Lu
NXP TechSupport
NXP TechSupport

There is no list which file you should edit due to the modifications are decided by the customer board.

Some files may be helpful.

You could find the config file to adjust the configuration

https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/configs/ls1046ardb_tfa_defconfig

And dts file

https://github.com/nxp-qoriq/u-boot/blob/lf_v2024.04/arch/arm/dts/fsl-ls1046a-rdb.dts

There are also some files related to the ls1046ardb.

https://github.com/nxp-qoriq/u-boot/tree/lf_v2024.04/board/freescale/ls1046ardb

0 件の賞賛
返信