BustedSec / openchronos-ng

OpenChronos NG - Open Source Firmware for the TI EZ430-Chronos Watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openchronos-ngr

Ti-Ez430 Firmware

What's not working

  • Accelerometer sensor & module
  • Rf PPT, SYNC, ACC modes
  • Alarm module

Usage

First you need to configure the firmware:

make config

Then:

make

The compiled files are in build/ and the current configuration is in config/.

Now you need to install the generated build/openchronos.txt on the watch. Do:

make install (method=usb)

By default it install the firmware on the watch using the rf dongle. With "method=usb" it will use the usb dongle and prog the watch with "mspdebug".

Commands

To clean the generated files of the build:

make clean

To clean everything generated (build & config files):

make clear

To create the Doxygen documentation from source code:

make doc

Also:

make run
make debug

Debug

Nemiver

You can debug the firmware by connecting the watch in usb. You also need to enable DEBUG in "make config".

Then launch this:

make debug
nemiver --remote=127.0.0.1:2000 --gdb-binary=/usr/local/bin/msp430-gdb build/openchronos.elf

You can now open the source files and add breakpoints, ...

The first command start gdb of the watch and allow remote connections to it. The second one start the graphical debugger named "Nemiver" and connect it directly to gdb.

See: http://projects.gnome.org/nemiver/

About

OpenChronos NG - Open Source Firmware for the TI EZ430-Chronos Watch


Languages

Language:C 93.6%Language:Python 3.5%Language:C++ 1.2%Language:Objective-C 0.9%Language:Makefile 0.7%Language:Assembly 0.1%