ls1046a Windows flash SD card

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

ls1046a Windows flash SD card

Jump to solution
546 Views
hongyuanz
Contributor IV

copy /b sd_pt_4k.img + <composite_image> <new_composite_image>

DD for Windows" tool

1 sd_pt_4k.img

How is this sd_pt_4k.img file compiled and generated?

2 firmware_ls1046ardb_sdboot.img

 

123.jfif

0 Kudos
1 Solution
524 Views
yipingwang
NXP TechSupport
NXP TechSupport

The file sd_pt_4k.img is 4K content placeholder, it is provided by LSDK team, suitable for all SD cards, no need to modify it, please download it from the following link to use it directly.

http://www.nxp.com/lgfiles/sdk/lsdk2108/sd_pt_4k.img

The file firmware_ls1046ardb_sdboot.img is built in LSDK 21.08 with the following command.

$ flex-builder -i mkfw -m ls1046ardb -b sd

If you are bringing up your custom board based on ls1046ardb, you need to customize ATF source code according to your custom board, especially the DDR initialization section.

For your error log, it seems that there is SD card reading problem, please try to use other SD card to do more verification. 

View solution in original post

0 Kudos
1 Reply
525 Views
yipingwang
NXP TechSupport
NXP TechSupport

The file sd_pt_4k.img is 4K content placeholder, it is provided by LSDK team, suitable for all SD cards, no need to modify it, please download it from the following link to use it directly.

http://www.nxp.com/lgfiles/sdk/lsdk2108/sd_pt_4k.img

The file firmware_ls1046ardb_sdboot.img is built in LSDK 21.08 with the following command.

$ flex-builder -i mkfw -m ls1046ardb -b sd

If you are bringing up your custom board based on ls1046ardb, you need to customize ATF source code according to your custom board, especially the DDR initialization section.

For your error log, it seems that there is SD card reading problem, please try to use other SD card to do more verification. 

0 Kudos