Sfoglia il codice sorgente

IOT2050_V2_201 mit funktionierender ttyX30

Reinhard Russinger 2 anni fa
parent
commit
14a5b26236
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 4 1
      MakeBuildrootEnv.sh
  2. 1 1
      board/PSG/iot2050/BUILD

+ 4 - 1
MakeBuildrootEnv.sh

@@ -4,12 +4,15 @@ cd ..
 rm -rf buildroot
 git clone https://github.com/buildroot/buildroot.git
 cd buildroot
-#git checkout 2021.11.3
+git checkout 2023.02.x
 #==== Patches
 for i in ../PSG/patches/*.patch
 do
         echo "==Apply patch : <$i> =="
         patch -p1 < $i
+        git add .
+	git commit -m "PSG Patch :<$i> =="
+
 done
 #----
 chmod a+x *.sh

+ 1 - 1
board/PSG/iot2050/BUILD

@@ -1 +1 @@
-IOT2050_V2_200
+IOT2050_V2_201