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
29e8311307
pinebook
/
reflash-uboot.sh
5 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
misc files I had laying around
2019-01-01 08:15:44 -06:00
#!/bin/bash -x
make something to image a box Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-14 03:39:27 -06:00
dd
if
=
/boot/u-boot-sunxi-with-spl.bin
of
=
/dev/mmcblk0
bs
=
1K
seek
=
8
sync