build
This is an old revision of the document!
Table of Contents
The released source does NOT contain the full firmare of r0ket for the camp. If you build your own version some of the hidden functionality may be lost. If you want to recover to the original state we will provide a flash service on site.
Build environment
1. Compiler
- Run installer
chmod +x arm-2011.03-42-arm-none-eabi.bin ./arm-2011.03-42-arm-none-eabi.bin
- add compiler to your path (eg. ~/.bashrc)
export PATH=$PATH:<pathtocodesourcery>/Sourcery_G++_Lite/bin/
2. Source
- Install git
sudo apt-get install git-core
- Clone git repository
git clone git://github.com/r0ket/r0ket.git
3. Build
cd src make
4. Deploy
- Install udev rule
sudo cp tools/autoflash/42-nxp-flash.rules /etc/udev/rules.d/ sudo /etc/init.d/udev restart
- start autoflasher
cd src ../tools/autoflash/autoflash
- Method 1
- Power off r0ket
- Press and hold button X
- Connect r0ket via USB
- Method 2
- Connect r0ket via USB
- Select menu option “Invoke ISP”
build.1308430555.txt.gz · Last modified: by schneider
