From 245eae05ff0f515cfec54d634777df58252a76f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 25 Aug 2018 20:44:16 +0200 Subject: [PATCH] Helios test (#3) * Helios test * fix report script as well --- createreport.sh | 1 + helios4-next.report | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/createreport.sh b/createreport.sh index d9b7719..6c4eff9 100755 --- a/createreport.sh +++ b/createreport.sh @@ -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 diff --git a/helios4-next.report b/helios4-next.report index 7a77e4b..cbaefe9 100644 --- a/helios4-next.report +++ b/helios4-next.report @@ -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