use U-boot from SD

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

use U-boot from SD

跳至解决方案
1,554 次查看
manoloruiz
Contributor III

Hi,

I would like to know if I can load the u-boot form SD-card with write in the internal flash memory in my T2080RDB. I dont want to take the chance to "break" the original u-boot. If I can do it, what do I have to do?

Best regards

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
1,160 次查看
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

在原帖中查看解决方案

4 回复数
1,160 次查看
sagee
Contributor I

Let me rephrase.  The flash isn't blank but the memory location for the U-boot within the flash is corrupted based on a bad u-boot load. I did figure out how to use the SD card.  It is actually in the user guide pdf but I didn't find it on the online manual.  

Anyway. If anyone else is wondering.  I used this command with the SDcard in the host system in the folder with the u-boot in.  Note:/dev/sdb is the device name for my host and might be different for yours. 

dd if=u-boot-with-spl-pbl-sd.bin of=/dev/sdb bs=512 seek=8

0 项奖励
回复
1,161 次查看
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

1,160 次查看
sagee
Contributor I

Can you provide more information?  I looked this up in the SDK and it all seems to point to using Uboot to boot the filesystem from SD card.  How can you use Uboot on SD card with the flash blank?

0 项奖励
回复
1,160 次查看
ufedor
NXP Employee
NXP Employee

> How can you use Uboot on SD card with the flash blank?

What do you mean saying "with the flash blank"?

0 项奖励
回复