VOXL2 Setup
Setup VOXL2
Flash Correct Platform
The last update we did, we got voxl2 setup working on SDK 1.2.0. You can download this platform on https://downloads.modalai.com/ Extract the SDK 1.2.0 zip file
tar -xvf voxl2_SDK_1.2.0.tar.gzTurn on the VOXL2 and plug into your computer via USB-C Go to the extracted directory and run the install script (platform flashes can take 5-10 minutes):
./install.shHard reboot your VOXL2 after the install has finished.
Run IFT Setup:
After you have flashed the correct platform, you will need to setup the VOXL2. First clone the IFT VOXL2 setup repo on specifically the 1.2.0_w_5G branch.
https://github.com/AscendEngineering/IFT-voxl2-setup/tree/1.2.0_w_5G Example:
git clone git@github.com:AscendEngineering/IFT-voxl2-setup.git
git checkout 1.2.0_w_5GThen, go to the directory where you cloned the repo and run the setup script
./setup.shLast updated