use U-boot from SD

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

use U-boot from SD

Jump to solution
1,100 Views
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

Labels (1)
Tags (3)
0 Kudos
1 Solution
706 Views
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

View solution in original post

4 Replies
706 Views
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 Kudos
707 Views
ufedor
NXP Employee
NXP Employee

Yes, it is possible.

Please refer to the SDK Documentation:

Submit Form

706 Views
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 Kudos
706 Views
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 Kudos