Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Commands to flash u-boot binaries for Arndale-octa
- Assuming that the microSD card is detected as /dev/sdc on the host PC.
- # dd of=/dev/sdc if=./arndale-octa.bl1.bin bs=512 seek=1 count=30
- # dd of=/dev/sdc if=./smdk5420-spl.signed.bin bs=512 seek=31 count=32
- # dd of=/dev/sdc if=./u-boot.bin bs=512 seek=63 count=656
- # dd of=/dev/sdc if=./arndale-octa.tzsw.bin bs=512 seek=719 count=512
- # dd of=/dev/sdc if=./arndale-octa-env.bin bs=512 seek=1231 count=32
Add Comment
Please, Sign In to add comment