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?
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?