use U-boot from SD

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,544件の閲覧回数
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,150件の閲覧回数
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

元の投稿で解決策を見る

4 返答(返信)
1,150件の閲覧回数
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,151件の閲覧回数
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

1,150件の閲覧回数
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,150件の閲覧回数
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 件の賞賛
返信