We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc103cf + b46b4cd commit 2833e60Copy full SHA for 2833e60
1 file changed
build-tools/litex_meta.sh
@@ -27,5 +27,7 @@ echo "d859db819bc3dba4a7120be7e2c4b60fea107fa22b54aebb5678ccc8c6a13666 litex_se
27
28
# Now that we're quite sure we have the litex_setup we want,
29
# go ahead and run it.
30
-python3 litex_setup.py --init --update --tag 2025.08 --install --config standard
+python3 litex_setup.py --init --update --tag 2025.08 --config standard
31
+cd pythondata-software-picolibc && git checkout 2025.08 && git submodule update --init --recursive && cd ..
32
+python3 litex_setup.py install
33
echo "DONE"
0 commit comments