From 85b05f488b7d94e475253985abff218b87d317c8 Mon Sep 17 00:00:00 2001 From: liang-ys Date: Thu, 22 Jan 2026 15:26:13 +0800 Subject: [PATCH] =?UTF-8?q?[add]=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=9C=A8=E6=AC=A7=E6=8B=89=E7=B3=BB=E7=BB=9F=E4=B8=8B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0io=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/installer_linux.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installer/installer_linux.sh b/installer/installer_linux.sh index b8c8713a..b079ff8c 100644 --- a/installer/installer_linux.sh +++ b/installer/installer_linux.sh @@ -399,4 +399,12 @@ if [ "kylin10d" = "$OS_DEFINE" ]; then fi +# 导入io +if [ "oe2203" = "$OS_DEFINE" ]; then + + echo 85 > /sys/class/gpio/export + echo out > /sys/class/gpio/gpio85/direction +fi + + echo "INFO:安装成功:$app_name"