• R/O
  • HTTP
  • SSH
  • HTTPS

Repository summary

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Recent Commits RSS

Rev. Time Author Message
3c72794 2021-06-05 00:10:06 Yoshinori Sato master fix some error.
874fa66 2015-04-19 21:28:32 Yoshinori Sato RX64M protocol support
65a0bfe 2014-05-08 02:03:08 Yoshinori Sato Ignore zero size segment
82114c4 2014-03-10 23:02:06 Yoshinori Sato fix typo
6543fb7 2014-03-10 22:59:12 Yoshinori Sato scope fix
2bbe400 2014-02-22 21:00:54 Yoshinori Sato option check fix
705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
2da2e4e 2014-02-18 17:52:19 Yoshinori Sato message update
f89fdc9 2014-02-18 17:49:26 Yoshinori Sato cosmetic update
c07af71 2014-02-18 17:45:52 Yoshinori Sato ELF support

Branches

Name Rev. Time Author Message
master 3c72794 2021-06-05 00:10:06 Yoshinori Sato fix some error.

README

Renesas CPU on-chip flash memory writer

1. Requirement
- Standard POSIX library
- libusb (optional)
- libelf (optional)

2. Build and Install
 1. ./configure
 2. make
 3. make install

3. Usage
h8flash -f freq[-p port] [-b] [-l] [-V] filename
-p
	commnunication port setting. 
	'usb' is using usb. others using serial port.

-f
	CPU clock frequency setting
	This is external clock frequency (MHz)

-b
	force binary writing

-l
	show device configuration list

-V
	verbose mode

filename
	S-Record file, ELF binary or raw binary image.

4. Licenses
This program license is GPL v2.1 or later.