Abatron BDI3000 사용자 설명서 - 페이지 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