parent
33276aeb52
commit
164985568a
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ all:
|
||||||
push:
|
push:
|
||||||
git pull
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
-git commit -a
|
-git commit -a -s
|
||||||
git push
|
git push
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# super simple pinebook script
|
# 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
|
ext4ls mmc 1:1 /boot
|
||||||
|
|
||||||
mmc info
|
mmc info
|
||||||
|
|
|
@ -6,6 +6,11 @@ all:
|
||||||
@echo then background that and run
|
@echo then background that and run
|
||||||
@echo make dhclient
|
@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
|
# wpa_supplicant -B -i wlan0 -c wpa-supplicant.conf -D wext
|
||||||
|
|
||||||
killall:
|
killall:
|
||||||
|
|
Loading…
Reference in New Issue