Helios test (#3)

* Helios test

* fix report script as well
This commit is contained in:
Igor Pečovnik
2018-08-25 20:44:16 +02:00
committed by GitHub
parent bbbfc39fbe
commit 245eae05ff
2 changed files with 6 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ createReport () {
read -p 'WIRELESS: ' wlan && echo 'WIRELESS='$wlan >> ${BOARD}-${BRANCH}.report
read -p 'HDMI: ' hdmi && echo 'HDMI='$hdmi >> ${BOARD}-${BRANCH}.report
read -p 'USB: ' usb && echo 'USB='$usb >> ${BOARD}-${BRANCH}.report
read -p 'DVFS: ' dvfs && echo 'DVFS='$dvfs >> ${BOARD}-${BRANCH}.report
echo "ARMBIANMONITOR="$(sudo armbianmonitor -u | head -n -2 | cut -c 54-) >> ${BOARD}-${BRANCH}.report
git add -A && git commit
hub fork

View File

@@ -1,7 +1,9 @@
BOOT=yes
VERSION=5.59.180825
KERNEL=4.14.65-mvebu
NETWORK=yes
WIRELESS="n/a"
HDMI="n/a"
WIRELESS=na
HDMI=na
USB=yes
DVFS=yes
ARMBIANMONITOR="http://ix.io/1kV0"
ARMBIANMONITOR=http://ix.io/1lei