This shows you the differences between two versions of the page.
si:laboratoare:11 [2024/12/14 20:56] florin.stancu created |
si:laboratoare:11 [2024/12/15 17:36] (current) andreea.miu [Exercitii] |
||
---|---|---|---|
Line 43: | Line 43: | ||
<note important> | <note important> | ||
- | Vom folosi un versiune diferita a toolchain-ului: | + | Vom folosi o versiune diferita a toolchain-ului. Adaptati comenzile din primul laborator pentru numele acestui toolchain. |
<code> | <code> | ||
wget https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-linux-gnu.tar.xz | wget https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-linux-gnu.tar.xz | ||
</code> | </code> | ||
- | De asemenea, vom clona branch-uri diferite ale //nuttx// si //nuttx-apps//: | + | De asemenea, vom clona //nuttx// si //nuttx-apps// folosind urmatoarele comenzi: |
<code> | <code> | ||
- | git clone --branch=releases/12.8 https://github.com/apache/incubator-nuttx.git nuttx --depth 1 | + | git clone --branch=si-lab-11 https://github.com/andreeaThePenguin/nuttx.git nuttx --depth 1 |
git clone --branch=releases/12.7 https://github.com/andreeaThePenguin/nuttx-apps.git apps | git clone --branch=releases/12.7 https://github.com/andreeaThePenguin/nuttx-apps.git apps | ||
</code> | </code> |