misc changes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-01-18 18:57:37 -08:00
parent 33276aeb52
commit 164985568a
3 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@ all:
push:
git pull
git add --all
-git commit -a
-git commit -a -s
git push
update:

View File

@ -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

View File

@ -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: