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?

跳至解决方案
520 次查看
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 解答
506 次查看
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 回复
507 次查看
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 项奖励
回复