- ページ 13

コンピュータ・ハードウェア Abatron BDI3000のPDF ユーザーマニュアルをオンラインで閲覧またはダウンロードできます。Abatron BDI3000 18 ページ。 Bdipro
Abatron BDI3000 にも: ユーザーマニュアル (18 ページ)

Abatron BDI3000 ユーザーマニュアル
Access
bdi
JTAG interface library, BDI3000 (XScale)

2.6.2 Linux/Unix Hosts

In order to update the firmware / logic of the BDI and to set the network parameters, a setup tool is
included for Linux/Unix hosts. In the ZIP Archive bdisetup.zip are all sources to build this utility.
This command line utility can be used to update the firmware and network configuration of the
BDI3000. There are 4 tasks the utility can execute:
• Reading the current loaded firmware version and network configuration
• Erasing the firmware
• Updating the firmware
• Storing the network configuration parameters into the BDI flash
Every task is started by executing the setup utility with different parameters. The first parameter al-
ways selects the task to execute:
bdisetup { -v | -e | -u | -c } [additional parameters]
-v
Read version
-e
Erase firmware
-u
Update firmware
-c
Store network configuration
There are two common additional parameters which define the serial port and the serial baudrate:
-pP
Port to use, replace P with the port to use e.g. /dev/ttyS0
-bB
Baudrate to use, replace B with 9, 19, 38, 57 or 115
Additional parameters for update (-u):
-aA
Application type, replace A with GDB, ADA, TOR or ACC
-tT
Target type, replace T with CPU32,PPC400,PPC600,PPC700,MPC800,
ARM,TRICORE,MCF,HC12 or MCORE
-dD
Replace D with the directory with the firmware file
Additional parameters for network configuration (-c):
-iI
Replace I with the BDI IP address (format: xxx.xxx.xxx.xxx)
-mM
Replace M with the subnet mask.
A subnet mask of 255.255.255.255 disables the gateway function
-gG
Replace G with the default gateway IP address
All parameters have default values. See function main(). You may adjust this default values for your
convenience. See also bdisetup.c and document BDIACC.PDF for additional information
To build the setup utility use: gcc bdisetup.c bdidll.c -o bdisetup
© Copyright 1992-2007 by ABATRON AG
Installation Manual
V 1.00
13