From 164985568a5b246cdab1d8f23d6fa5afa0f6aba2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 18 Jan 2019 18:57:37 -0800 Subject: [PATCH] misc changes Signed-off-by: Jeff Carr --- Makefile | 2 +- boot-script/debug.cmd | 5 +++++ wifi/Makefile | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 404c1d2..9547700 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: push: git pull git add --all - -git commit -a + -git commit -a -s git push update: diff --git a/boot-script/debug.cmd b/boot-script/debug.cmd index 74672a5..dbad6da 100644 --- a/boot-script/debug.cmd +++ b/boot-script/debug.cmd @@ -1,5 +1,10 @@ # super simple pinebook script +# https://www.denx.de/wiki/DULG/UBootStandalone +## https://www.denx.de/wiki/view/DULG/UBootStandalone#Section_5.12.1. +# tftp 40000 /tftpboot/hello_world.bin +# go 40000 This is another test. + ext4ls mmc 1:1 /boot mmc info diff --git a/wifi/Makefile b/wifi/Makefile index f564946..d980e79 100755 --- a/wifi/Makefile +++ b/wifi/Makefile @@ -6,6 +6,11 @@ all: @echo then background that and run @echo make dhclient +doall: + make killall ; make mac ; make debugging & + sleep 10 + make dhclient + # wpa_supplicant -B -i wlan0 -c wpa-supplicant.conf -D wext killall: