8 disconnect, 9 rebuildimage, 10 # comment – Renesas FLASH Development Toolkit 3.07 User Manual
Page 66

52
4.5.8
Disconnect
Description = disconnect from a device. Note that issuing of a disconnect command even if FDT is not
connected is allowed. This can be useful for ensuring that FDT is disconnected before a connect operation.
Arguments:
“reset”
Optional
Tells FDT to perform a reset as part of the disconnect
Example:
Disconnect
Disconnect reset
4.5.9
RebuildImage
Description = rebuild the specified image from the project target files
Arguments:
“user”
Rebuild the user image
“userboot”
Rebuild the user boot image
“both”
One of
Rebuild the user and user boot image
Example:
RebuildImage
user
RebuildImage
both
4.5.10
# Comment
Description = placed at the start of a line, this symbol comments out the rest of the line
Arguments:
NONE
- -
Example:
# this is my commented line