Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fightling/flash-renesas

Command line flasher for Renesas M16C
https://github.com/fightling/flash-renesas

Last synced: 2 months ago
JSON representation

Command line flasher for Renesas M16C

Awesome Lists containing this project

README

        

flash-renesas
===============

Programmer for M16C micro controller.

Prerequisites
-------------

You must have installed the QT 5.3 runtime (see http://qt-project.org/downloads).

Installation
------------

```
git clone https://github.com/patgithub/flash-renesas
cd flash-renesas
qmake flash-renesas.pro
make
```
You'll find the binary in ```./unix/release/flash-renesas/bin/```.

Usage
-----

Use Option -h to get help.

```
flash-renesas -h
```

To load an display a MOT file just start:

```
flash-renesas image.mot
```

To program a micro processor via serial port use:

```
flash-renesas image.mot /dev/ttyUSB0
```

The program will try to unlock with the following IDs if needed: ```00:00:00:00:00:00:00``` and ```FF:FF:FF:FF:FF:FF:FF```.
Replace the ```/dev/ttyUSB0``` by your devce path or ```COM1```, ```COM2```. Append a explicit ID to unlock the processor:

```
flash-renesas image.mot /dev/ttyUSB0 1:12:23:34:45:56:67
```