Didn’t work for me. Webconf has been broken for a while, as others encountered, but to update so far didn’t fix it, and additionnally I’ve started getting error at startup following another update. Tried updating through ssh since then, no luck: startup error (infinite loop trying to start webconf) is still there and webconf still isn’t. I’ve checked the recipe file and the “fi” line 590 seems there (maybe fixed in a recent update I installed) :
if [[ "$current_patchlevel" < "$patchlevel" ]]; then
echo "Applying patch $patchlevel ..."
# Modify V5 back button to use release actions
if [[ "$ZYNTHIAN_WIRING_LAYOUT" == "V5" ]]; then
set_envar.py "ZYNTHIAN_WIRING_CUSTOM_SWITCH_13" "UI_ACTION_RELEASE"
set_envar.py "ZYNTHIAN_WIRING_CUSTOM_SWITCH_13__UI_SHORT" "BACK"
set_envar.py "ZYNTHIAN_WIRING_CUSTOM_SWITCH_13__UI_BOLD" "ZYNSWITCH 1,B"
set_envar.py "ZYNTHIAN_WIRING_CUSTOM_SWITCH_13__UI_LONG" "POWER"
fi
fi
(I see 2 if and 2 fi, so I guess it’s fine)
For webconf stuff, I followed what had been recommended in this other thread Can't connect to webconf - new install with no luck either, but the first and foremost issue is that zynthian gui won’t start… (using an official V5.1 kit)