This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
pinebook
Watch
1
Star
0
Fork
You've already forked pinebook
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
pinebook
/
reflash-uboot-to-emmc.sh
5 lines
88 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
emmc & sdcard flash scripts Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-19 21:29:43 -06:00
#!/bin/bash -x
fix the flash scripts for real this time Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-20 05:20:29 -06:00
dd
if
=
/boot/u-boot-sunxi-with-spl.bin
of
=
/dev/mmcblk2
bs
=
1K
seek
=
8
emmc & sdcard flash scripts Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-19 21:29:43 -06:00
sync