Skip to content
brabo edited this page Mar 12, 2016 · 20 revisions

#Getting started#

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

  • Frosted ARM toolchain
  • Frosted repository

Check our toolchain releases and get the latest one. Extract it and then add the arm-frosted-eabi root directory to your PATH like: export PATH=$PATH:/home/user/arm-frosted-eabi

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: [QEMU] STM32

Clone this wiki locally