I use USB560 JTAG emulator with CCSV4 and I delete all all initialization
scripts and let u-boot configure everything for me.
From: beagleboard@googlegroups.com
[mailto:beagleboard@googlegroups.com] On Behalf Of Andy Ngo
Sent: Thursday, October 22, 2009 6:47 PM
To: Beagle Board
Subject: [beagleboard] Re: Unable to connect XDS560R JTAG emulator to
BeagleBoard through CCS 3.3 SR12
By the way, if anyone has a working CCS GEL file for the BeagleBoard,
do you mind sharing it. I will see if I can get the one for the EVM
that Gerard suggested.
> Thanks, I'll send an email to TI tech support.
>
>
>
>
> > I am not a JTAG expert, but I do know that there is no Samsung memory
on
the
> > board and the Beagle is 26MHZ and not 19.2MHZ, so you will need to get
that
> > corrected with all of the right timings. My suggestion is that you
find a
> > GEL script for the OMAP35xx EVM. It is very close to the Beagle.
>
> > Gerald
>
>
> > > We bought this 14-pin JTAG header adapter (http://
> > >www.spectrumdigital.com/product_info.php?&products_id=185) from
> > > Spectrum Digital and replaced the 20-pin header that came with the
> > > XDS860R; it says it's compatible with +1.0V and +5.0V. Anyways, I
was
> > > able to getting further along in attempting to connect the Cortex A
> > > side: this is the GEL Output:
>
> > > OMAP 32K Watchdog Timer is disable
> > > Putting DPLL into bypass before proceeding
> > > Putting CORE DPLL into bypass before proceeding
> > > Locking CORE DPLL
> > > PRCM clock configuration IIA setup has been completed
> > > SystemClock = 19.2 MHz
> > > DPLL_MULT_VALUE = 242
> > > DPLL_DIV_VALUE = 13
> > > CORE_DPLL_CLK = 663.771 MHz
> > > CORE_CLK = 331.8855 MHz
> > > L3_CLK = 165.9427 MHz
> > > MM01: mDDR Samsung K4X51323PC - 512 Mbit(64MB) on CS0, 4M x 32bit
x
> > > 4Banks
> > > common_sdram_init() completed
> > > SDRC initilization for mDDR_Samsung_K4X51323PC completed
> > > 19.2MHz clock configuration IIa
> > > CORTEXA8_CORE_VERSION = 0x411FC083
> > > CORE_REVISION = 0x00100003
> > > IS NOT COMPREHENDED BY THIS GEL FILEOMAP 32K Watchdog
Timer is
> > > disable
>
> > > But I'm still getting these errors:
>
> > > Trouble Reading Register: Error 0x80002004/-1203 Fatal Error during:
> > > Register, Control, The DAP access, address 0x000001E4, has returned
a
> > > SLAVE error.
> > > GEL: Error while executing OnTargetConnect(): target is not
connected.
> > > GEL: Error while executing OnResetDetected(): target is not
connected.
> > > Trouble Reading Register: Error 0x80002004/-1203 Fatal Error during:
> > > Register, Control, The DAP access, address 0x000001E4, has returned
a
> > > SLAVE error.
> > > GEL: Error while executing OnTargetConnect(): target access failed.
>
> > > > You need to make sure that you are using a 1.8V interface as that
is what
> > > > Beagle requires. Any voltage over that will damage the processor.
>
> > > > Gerald.
>
>
> > > > > Hi,
>
> > > > > I'm trying to connect a Spectrum Digital XDS560R JTAG emulator
to the
> > > > > BeagleBoard using Code Composer 3.3 (Software Release 12). I
> > > > > downloaded the 3.03.30 emulation driver from Spectrum Digital
here:
> > > > >http://support.spectrumdigital.com/ccs3x_xds560r, which adds
target
> > > > > support for the OMAP3530. I used the CCS setup and chose the
> > > > > OMAP3530_SDXDS560R profile which has the following breakdown:
> > > > > OMAP3530_SDXDS560R
> > > > > --ICEPICK_C_0
> > > > > --Port17
> > > > > --C6400PLUS_0
> > > > > --Port18
> > > > > --Port19
> > > > > --CS_DA_PC_0
> > > > > --Subpath_0
> > > > > --CortexA_0
> > > > > --crush_child_0
> > > > > --dappc_child_1
> > > > > --etm_child_2
>
> > > > > I believe these are the correct gel files to hook up to a
OMAP3530.
> > > > > However, when I launched CCS, it failed to connect to the
target; I
> > > > > get the following error:
> > > > > Error initializing emulator
>
> > > > > Board Name:OMAP3530_SDXDS560R
> > > > > Cpu Name: ICEPICK_C_0
>
> > > > > I'm not sure what I'm doing, whether I'm not configuring CCS
> > > > > correctly, etc. Has anyone out there successfully hooked up a
SD
> > > > > XDS560R JTAG emulator to the BeagleBoard. Do I need to
customize
> > > > > anything in the .gel files provided by Spectrum Digital? Any TI
> > > > > expert out there that can help me with this? I'm getting our
custom
> > > > > OMAP3530 board next week and I need to get this working so that
I will
> > > > > be ready to debug bringing up the board (I will, of course,
attempt to