Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 624 Bytes

ecen330.md

File metadata and controls

36 lines (28 loc) · 624 Bytes
  1. Install Ubuntu 22

  2. Install packages

    sudo apt update
    
    sudo apt install -y \
        build-essential \
        qtbase5-dev \
        clang-format-12 \
        zip \
        python3-pip \
        x11-apps \
        gcc-arm-none-eabi \
        python3-serial \
        xterm \
        openocd \
        python3-dev \
        python3-venv \
        valgrind \
        firefox \
        cmake
        
    sudo snap install \
        firefox
    
  3. Test your cmake version, and make sure it is at least 3.14.5:

    cmake --version
    
  4. Install VS Code https://code.visualstudio.com/