OSDN Git Service

25fa708a91e5d79c8ae928174168db850e74f57c
[toppersjsp4bf/installer.git] / installer / README
1 Blackfin ツールチェーン・インストール・スクリプト
2                                 2014/Aug/8
3
4 動作確認環境                  : Ubuntu 12.04 LTS
5 ツールチェーンのバージョン : 2011R1RC4
6 Eclipseのバージョン           : 3.7 Indigo ( Ubuntuのレポジトリ内部のもの )
7
8 installerスクリプトは環境変数を設定する他、kermitのインストールと、~/.kermrcの設定も行う。
9 また、/etc/udev/rc.rules下に設定ファイルを作ることで、JTAG Keyと刺身包丁をsudoなしで
10 使えるようにしている。
11
12 既知の問題
13 FT2232を使用したJTAG ICEを使う場合、gdbproxyはsudoとともに使わなければ正常に動作しない。
14
15 # 刺身包丁を使う場合
16 $ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin --connect="cable oocdlink-s vid=0403 pid=baf8"
17 あるいは
18 $ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin
19
20 # TINY JTAGを使う場合
21 $ sudo /opt/uClinux/bfin-elf/bin/gdbproxy bfin --connect="cable oocdlink-s vid=0403 pid=6010"