Skip to content
brabo edited this page Jun 13, 2016 · 20 revisions

#Getting started#

In order to get started with Frosted you will need a couple things:

  • Frosted ARM toolchain
  • Frosted repository
  • texanes st-link installed in your PATH

Check our toolchain releases and get the latest one. Extract it and then add the arm-frosted-eabi bin directory to your PATH like:

export PATH=$PATH:/home/user/arm-frosted-eabi/bin

Then clone the Frosted GitHub repository. Enter the frosted root directory and first off do:

git submodule init && git submodule update

Next run:

make menuconfig

And select the hardware depending on your target:

Clone this wiki locally