|
|
@@ -4,7 +4,7 @@
|
|
|
```
|
|
|
git clone https://github.com/jomjol/AI-on-the-edge-device.git
|
|
|
cd AI-on-the-edge-device
|
|
|
-git checkout rolling
|
|
|
+git checkout main
|
|
|
git submodule update --init
|
|
|
```
|
|
|
|
|
|
@@ -12,10 +12,10 @@ git submodule update --init
|
|
|
```
|
|
|
cd /components/submodule-name (e.g. tflite-micro-example)
|
|
|
git checkout VERSION (e.g. HASH of latest tflite-micro-example build)
|
|
|
-cd ../../ (auf Ebene von code)
|
|
|
+cd ../../ (at the code level)
|
|
|
git submodule update --init
|
|
|
```
|
|
|
-Evt. muss man vorher noch einige Verzeichnisse in compenents von Hand löschen, da sie beim checkout nicht gelöscht wurden (vor update -- init)
|
|
|
+You may need to manually delete some directories in the 'components' folder beforehand, as they were not deleted during checkout (before update -- init)
|
|
|
|
|
|
## Build and Flash within terminal
|
|
|
See further down to build it within an IDE.
|