This commit is contained in:
Jamez 2019-04-05 14:29:58 -07:00
commit 13aa37c479
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.