Could not connect to the probe (or other debug link)  [CCS last error: Firmware update required ]

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Could not connect to the probe (or other debug link)  [CCS last error: Firmware update required ]

3,817 Views
juntu
Contributor I

Hi,

 

Can anyone help me?

Error launching mytest-core00_RAM_P1020_Download

CCSProtocolPlugin : Could not connect to the probe (or other debug link)

[CCS last error: Firmware update required ]

 

I am using the latest version.

CodeWarrior Development Studio for Power Architecture® Technology (Eclipse) v10.4

 

my target board is p1020.

 

My OS is    Centos 6.5

 

Thanks.

 

 

 

Jerry

Labels (1)
0 Kudos
3 Replies

1,140 Views
lunminliang
NXP Employee
NXP Employee

What TAP are you using? USBTAP or CWTAP?

0 Kudos

1,140 Views
juntu
Contributor I

USBTAP

0 Kudos

1,140 Views
lunminliang
NXP Employee
NXP Employee

Hi,

Sorry for late.

Please try to update your TAP from ccs using command "updateutap".

If problem remains, please make sure you have choose the right connection type for USBTAP.

Also try below procedures to manually install USB driver (assume that user has Administrator privileges):

If you have a directory named /etc/udev/rules.d, then your distribution uses udev, and you should perform the following steps:

    1.  Install udev rules

        Copy 00-usbtap.rules to /etc/udev/rules.d

    Note: If your system is running UDEV 097 or earlier (udevd --version), you will need to edit 00-usbtap.rules and chang all instances of ATTR to SYSFS, and SUBSYSTEM to BUS.

    2.  Activate new udev rules

        Run the command 'udevadm control --reload-rules'  If you do not have a udevadm command on your system, this command may work instead: 'udevcontrol reload_rules'

    3.  Plug in USB TAPs

        NOTE: If you already had your USB TAPs plugged in prior to performing the above modifications, you will need to unplug them and plug them in again in order for the changes to take effect.

  If you have a directory named /etc/hotplug, then your distribution uses devfs/hotplug, and you should perform the following steps:

    1.  Install usermap data

        On Redhat systems, you should prepend the contents of this file to /etc/hotplug/usb.usermap.

        On Mandrake systems, copy it to /usr/lib/hotplug/usbtap/usb.usermap, make sure it is readable by root, but *not* be executable, then run update-usb.usermap.

    2.  Install hotplug script

        Copy usbtap to /etc/hotplug/usb make sure it is executable by root.

    3.  Plug in USB TAPs

        NOTE: If you already had your USB TAPs plugged in prior to performing the above modifications, you will need to unplug them and plug them in again in order for the changes to take effect.

  If you are unsure, or both directories are present on your system, then you can try following both sets of instructions.

Have you followed the steps when installing CW:

CentOS 6.3 64bit:

   1) Install OS with default settings.

   2) Open Terminal and run

    # yum install --setopt=protected_multilib=false libXrandr.i686

    # yum install --setopt=protected_multilib=false libXpm.i686

    # yum install --setopt=protected_multilib=false gtk2.i686

    # yum install --setopt=protected_multilib=false libXtst.i686

    # yum install --setopt=protected_multilib=false libusb.i686

    # yum install --setopt=protected_multilib=false libuuid.i686

    # yum install --setopt=protected_multilib=false glibc.i686

    # yum install --setopt=protected_multilib=false libstdc++.i686

    # yum install --setopt=protected_multilib=false libgcc.i686

    # yum install --setopt=protected_multilib=false libxcb.i686

    # yum install --setopt=protected_multilib=false nspr.i686

    # yum install --setopt=protected_multilib=false cairo.i686

    # yum install --setopt=protected_multilib=false glib2.i686

    # yum install --setopt=protected_multilib=false libXdamage.i686

    # yum install --setopt=protected_multilib=false pango.i686

    # yum install --setopt=protected_multilib=false fontconfig.i686

    # yum install --setopt=protected_multilib=false webkitgtk.i686

   3) Install CodeWarrior.

Please enable CCS log if problem remains.

0 Kudos