How to insert an old version of U-boot with flex-builder

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

How to insert an old version of U-boot with flex-builder

729 Views
notshure
Contributor IV

Hello everyone.

I want to make an firmware_ls1043ardb_sdboot.img file with the U-boot 2017.07-g503eff0 version via Flex-Builder.

is it possible to do such a thing?
How to proceed to make a boot on SD with an old version of uboot?

I am currently making mine firmware_ls1043ardb_sdboot.img file with this flex-builder version:

pinco.PNGpallino.PNG

In this version I get U-boot 2021.04.

i want U-Boot version U-boot 2017.07-g503eff0.

0 Kudos
3 Replies

718 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please check U-boot 2017.07-g503eff0 source code whether the configuration file "configs/ls1043ardb_tfa_defconfig" exists.

If no, you cannot build ATF version boot loader with flex-builder.

0 Kudos

713 Views
notshure
Contributor IV

Hi thanks for the reply,

I went to look for the file ls1043ardb_tfa_defconfig in github, from the following link:v2017.07/configs
and actually there isn't.

At this point I am wondering if I can boot with u-boot 2017 using Layerscape Software Development Kit 17.12 Documentation, Rev. 0, 02/20. I use flex-builder on Ubuntu 16.4 and the command: flex-builder -i mkfw -m ls1043ardb -b sd -B uboot as reported in the document Layerscape Software Development Kit 17.12 Documentation, Rev. 0, 02/20 on Pag.59

0 Kudos

700 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could use LSDK 17.12 to generate SD boot firmware image which includes u-boot v2017.07

0 Kudos