Installing Baremetal-IDE

1. Prerequisites

Baremetal-IDE uses Microsoft Visual Studio Code as the editor and host of the integrated development environment. Install Microsoft VS Code from here.

2. Clone the Github Repository

Method 1: Install it with Chipyard

Follow the Chipyard installation tutorial to set up Chipyard. The Baremetal-IDE environment is included as a submodule in Chipyard, located at software/baremetal-ide

Method 2: Install it as a standalone environment

git clone https://github.com/ucb-bar/Baremetal-IDE.git baremetal-ide

Execute the following commands to initialize the board support files.

cd baremetal-ide
git submodule init
git submodule update

Last updated