Blackfin ツールチェーン・インストール・スクリプト
                                2014/Nov/27 release ubuntu_1204_gcc_11r1_rev3

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

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

- Ticket 34155 「ツールチェーンsourceforge移行」に対応

既知の問題
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"
