add a uboot

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-05 14:29:42 -07:00
parent 0b6f329ba6
commit a032bdfd6c
2 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func format(mybut *ui.Button) {
simpleScanner("e2label /dev/sdb1 root")
simpleScanner("e2label /dev/sdb2 factory-image")
simpleScanner("mount /dev/sdb1 /mnt/sdcard/")
simpleScanner("dd if=u-boot-sunxi-with-spl.bin of=/dev/sdb bs=1K seek=8")
}
func hostnameButton(hostname string, something func(*ui.Button)) ui.Control {

Binary file not shown.