git pull git submodule update --init --recursive To use the same firmware version as the one available on st.com, issue the command below after specifying the targeted vX.Y.Z version. This should be done after
git submodule update --init --recursive --remote git pull --recurse-submodules Sub-directories: /functions - All distributed EEGLAB functions (admin, sigproc, pop, misc) /plugins - Directory to place all downloaded EEGLAB plug-ins. dipfit (1.0) is present by default ...
and it would wait 10 seconds to give the database some time to start and then run that alembic command. If you need to run a Python script before starting the app, you could make the /app/prestart.sh file run your Python script, with something like: #! /usr/bin/env bash # Run ...
$ git clone https://github.com/nginxinc/kic-reference-architectures.git$ cd kic-reference-architectures/ $ git submodule update --init --recursive --remote Working in the root directory of the cloned MARA repo (you changed directory there in the previous step), set up the Python virtual env...
git submodule update --init --recursive webui-user.bat CTRL+CLICK on the URL following "Running on local URL:" to run the WebUI 5. Enable Olive Optimized Path on AMD Radeon Integrate the optimized model Copy generated optimized model (the “stable-diffusion-v1-5” folder) fromOp...
Add c:\Python27 to the Path Environment setting Clone the Cocos2d-x repo [https://github.com/cocos2d/cocos2d-x] and follow the steps described within the related readme file (download-deps.py and git submodule update –init) Open up command prompt and use the command: ...
$ git submodule update --init --recursive $exportRISCV=/path/to/install/riscv/toolchain $ ./build.sh This will build the riscv toolchain. Now we will add a “modulo” instruction to the ISA. The isntruction and its semantics are given below: ...
$ sudo apt-get update $ sudo apt-get upgrade -y $ sudo apt-get dist-upgrade -y $ sudo reboot Get some swap Bazel won’t build without using swap memory on the ODROID-XU4. Pop in a blank 8GB USB drive, which will get erased, and run the following command: ...
$ gitclonehttps://github.com/polyfractal/rustl8710 We'll also needXargoto do our cross-compiling. If you don't already have it installed, update your nightly, install xargo, and potentially install rust-src if xargo complains: $cdrustl8710 ...
To retrieve them, type the following command line in the project directory : git submodule init git submodule update Build We will first create a build directory then generate the CMake cache depending on your system. mkdir BUILDs&&cdBUILDs ...