| |||
| Home > RealView Debugger Commands > Alphabetical command reference > EDITBOARDFILE | |||
The EDITBOARDFILE command enables you to edit a specified board file.
This command is not available in the headless debugger.
EDITBOARDFILE
[,configure] [="boardfilename","routeID"...]
where:
configureOpens the configuration dialog for the debug target.
boardfilenameIdentifies the board file that you want to edit.
This must be in double quotes, for example, "myboard.brd".
You can include one of more environment variables in the filename.
For example, if MYPATH defines the location C:\Myfiles,
you can specify:
editboardfile ="$MYPATH\\myboard.brd"
routeIDIdentifies the route ID for the target associated
with the board file that you want to edit. This must be in double
quotes, for example, "3".
The EDITBOARDFILE command displays the Connection Properties window to edit the specified board file. If you do not specify a board file, the settings of the current board file are displayed for you to edit.
If you specify a ,
you must also specify a blank routeID,
for example:boardfilename
editboardfile,configure "","3"
You can specify one or more /boardfilename combinations.routeID
If you make any changes to a board file, the updated file is reread when you close the Connection Properties window.
The command runs asynchronously.
The following example shows how to use EDITBOARDFILE to edit the Connection Properties dialog:
editboardfile
The following example shows how to use EDITBOARDFILE to edit the board file for a specific connection:
editboardfile,configure "","4"
If you specify a board that does not have a device-specific configuration, then the Connection Properties dialog is displayed.
The following commands provide similar or related functionality: