ls1046a Windows flash SD card

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

ls1046a Windows flash SD card

跳至解决方案
590 次查看
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 项奖励
1 解答
568 次查看
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 项奖励
1 回复
569 次查看
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 项奖励