1
0
Fork 0
mirror of https://github.com/raul-ortega/u360gts.git synced 2025-07-13 03:20:01 +03:00
u360gts/docs/development/Building in Fedora.md
2020-09-19 21:13:39 +02:00

577 B

Building in Fedora

Assuming you already have wget and git available, you should be able to build u360gts on a fresh install of Fedora with the following commands (tested on F18, F20 and Ubuntu 14.04):

wget http://distribute.atmel.no/tools/opensource/Atmel-ARM-GNU-Toolchain/4.8.4/arm-gnu-toolchain-4.8.4.371-linux.any.x86_64.tar.gz

tar xf arm-gnu-toolchain-4.8.4.371-linux.any.x86_64.tar.gz
export PATH=$PATH:$PWD/arm-none-eabi/bin

git clone https://github.com/u360gts/u360gts.git
cd u360gts
TARGET=NAZE make

This will create u360gts_NAZE.hex in the obj folder.