tusharbehera

Octa - Uboot - Flashing binaries

Jun 26th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Commands to flash u-boot binaries for Arndale-octa
  2. Assuming that the microSD card is detected as /dev/sdc on the host PC.
  3.  
  4. # dd of=/dev/sdc if=./arndale-octa.bl1.bin bs=512 seek=1 count=30
  5. # dd of=/dev/sdc if=./smdk5420-spl.signed.bin bs=512 seek=31 count=32
  6. # dd of=/dev/sdc if=./u-boot.bin bs=512 seek=63 count=656
  7. # dd of=/dev/sdc if=./arndale-octa.tzsw.bin bs=512 seek=719 count=512
  8. # dd of=/dev/sdc if=./arndale-octa-env.bin bs=512 seek=1231 count=32
Add Comment
Please, Sign In to add comment