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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
95 Views
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 Kudos
Reply
1 Solution
81 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
82 Views
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 Kudos
Reply