From f51706ff011fb2e663721afe9b8389a83940ae08 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 16 Apr 2022 10:56:56 +0800
Subject: [PATCH] update pinctrl shell script
---
bsp/scripts/setup_env.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh
index e6de92d..aa6ca1d 100755
--- a/bsp/scripts/setup_env.sh
+++ b/bsp/scripts/setup_env.sh
@@ -9,13 +9,13 @@
# Source code download address
SRC_URL=http://weike-iot.com:2211/imx6ull/bsp
-SRC_URL=http://127.0.0.1:2211/imx6ull/bsp
+#SRC_URL=http://127.0.0.1:2211/imx6ull/bsp
BSP_VER=lf-5.10.52-2.1.0
# SYSTEM should be: yocto, buildroot or debian
# DISTRO should be: hardknott, 2021.02 or bullseye
-SYSTEM=buildroot
-DISTRO=2021.02
+SYSTEM=yocto
+DISTRO=hardknott
if [ $SYSTEM == "debian" ] ; then
SYSNAME=${DISTRO}
--
Gitblit v1.9.1