how to u-boot-fslc to sdcard

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

how to u-boot-fslc to sdcard

903 次查看
宗標廖
Contributor V

Hello Community 

Could someone tell me how to burn u-boot-fslc to sdcard?

Best Regards

ZongbiaoLiao

标签 (3)
0 项奖励
回复
2 回复数

804 次查看
宗標廖
Contributor V

I knew the method.

sudo dd if=SPL of=/dev/sdc bs=1k seek=1;sync
sudo dd if=u-boot.img of=/dev/sdc bs=1k seek=69

0 项奖励
回复

804 次查看
joanxie
NXP TechSupport
NXP TechSupport

yes, you can use dd command on the ubuntu or mfgtools on the windows.

0 项奖励
回复