Blackfin ツールチェーン・インストール・スクリプト
								2012/Mar/20

動作確認環境					: Ubuntu 12.04 beta 1
ツールチェーンのバージョン	: 2011R1RC4
Eclipseのバージョン			: 3.7 Indigo ( Ubuntuのレポジトリ内部のもの )

installerスクリプトは環境変数を設定する他、kermitのインストールと、~/.kermrcの設定も行う。
また、/etc/udev/rc.rules化に設定ファイルを作ることで、JTAG Keyと刺身包丁をsudoなしで
使えるようにしている。

既知の問題
FT2232を使用したJTAG ICEを使う場合、gdbproxyはsudoとともに使わなければ正常に動作しない。

# 刺身包丁を使う場合
$ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin --connect="cable oocdlink-s vid=0403 pid=baf8"
あるいは
$ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin

# TINY JTAGを使う場合
$ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin --connect="cable oocdlink-s vid=0403 pid=6010"
