At some point you may be required to reprogram the Ethernet TAP probe firmware image stored in its flash EPROM. Typically this occurs when you are installing an update to existing software, and the release letter specifies a later version of probe core software. The firmware is distributed in a single core image ( code.ldr).
Before proceeding, you must decide which of the Ethernet TAP probe communication ports to use for reprogramming the core image.
This is the preferred method to use if your Ethernet TAP probe is already connected to your Ethernet or stand-alone network.
The serial port method is much slower and requires more setup steps, and therefore should be used only when you need to reprogram the core image on an Ethernet TAP probe that is not connected to your network.
A flash file loader (UPDATEETAP) utility is included with the debugger software. UPDATEETAP provides the ability to reprogram the Ethernet TAP probe core image stored in its flash EPROM.
In order to use the following instructions, the Ethernet TAP probe communications must already be configured (see Connecting to network or Setting up standalone PC Ethernet topic.)
CodeWarrior_Installation\ccs\bin\ccs.exe
This will launch CCS and add a CCS icon to your taskbar. Double-click that icon in the taskbar to open the command window.
CodeWarrior_Installation/ccs/bin/ccs
This will launch CCS and open the command window automatically.
updateetap -hostname {hostname | ip_address} -boot
Load complete.
These procedures must be performed on each Ethernet TAP probe that you plan to use with the current version of debugger.
Use the serial port instructions only when you need to reprogram the firmware image on an Ethernet TAP probe that is not connected to your Ethernet or a stand-alone network. If the Ethernet TAP probe is connected to your network, it is recommended that you use the simpler Ethernet instructions, as discussed in Reprogramming firmware through Ethernet port.
Before starting UPDATEETAP, you must first configure the Ethernet TAP probe to receive the new image through its serial port.
floader
Entering FLOADER at the core> prompt prepares the Ethernet TAP probe to receive the new core image through the serial port, but does not actually load the new core image.
Quit your terminal connection (after being prompted to do so), as the terminal you used to connect to the internal setup utility is unavailable during the FLOADER operation.
CodeWarrior_Installation\ccs\bin\ccs.exe
This will launch CCS and add a CCS icon to your taskbar. Double-click that icon in the taskbar to open the command window.
CodeWarrior_Installation/ccs/bin/ccs
This will launch CCS and open the command window automatically.
updateetap -serial -p port [-r rate] -boot
The port should be the one to which the serial cable is connected. A rate value is needed only in a noisy environment where UPDATEETAP's default 38400 baud will be unreliable.
Load complete.