Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

flashing uboot from linux itself

$
0
0

How can I flash uboot from within linux? As of now I found these below mentioned method, 

sudo dd if=u-boot.bin of=/dev/sda bs=512 seek=2

or 

sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2

am I doing it correctly?


Viewing all articles
Browse latest Browse all 1583

Trending Articles