Re: [Openocd-development] setting openocd -0.4.0

2010-11-01 Thread firas achkar
On 11/01/2010 12:22 PM, Øyvind Harboe wrote:
> On Mon, Nov 1, 2010 at 5:20 PM, firas achkar  
> wrote:
>   
>> Hi,
>> I have a s5pc100 (cortex-a8) from samsung, can anyone provide a setup cfg 
>> file
>> for this cpu, the development board is is from Urbetter.
>> 
> Yes, you can.
>
> Also, you may wish to try out openocd/master branch.
>   
what I meant what to modify in the cfg file below to make the thing work:

#--
#daemon configuration
telnet_port 
gdb_port 

daemon_startup attach

#use combined on interfaces or targets that can't set TRST/SRST separately
reset_config trst_and_srst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag_device 4 0x1 0xf 0xe

jtag_nsrst_delay 200
jtag_ntrst_delay 200

#target configuration
daemon_startup attach
#target
target arm926ejs little reset_halt 1   
<---
#arm7_9 etm
arm7_9 etm 0
#arm7_9 etb
arm7_9 etb 0 0

#target_script 0 reset csb337_init.script
#working_area 0 0x2000 0x4000 nobackup

#flash configuration
#flash bank [driver_options ...]
#flash bank cfi 0x6000 0x100 2 2 0
#flash bank cfi 0xe000 0x100 2 2 0
nand device lpc3180 0 13000

jtag_device 4 0x1 0xf 0xe
jtag_device 4 0x1 0xf 0xe
source [find interface/jlink.cfg]
source [find target/???.cfg]   
<---

reset_config srst_only
#---
thanks,
firas
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


Re: [Openocd-development] setting openocd -0.4.0

2010-11-01 Thread Øyvind Harboe
On Mon, Nov 1, 2010 at 5:20 PM, firas achkar  wrote:
> Hi,
> I have a s5pc100 (cortex-a8) from samsung, can anyone a setup cfg file
> for this cpu, the development board is is from Urbetter.

Yes, you can.

Also, you may wish to try out openocd/master branch.

-- 
Øyvind Harboe
US toll free 1-866-980-3434 / International +47 51 63 25 00
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


[Openocd-development] setting openocd -0.4.0

2010-11-01 Thread firas achkar
Hi,
I have a s5pc100 (cortex-a8) from samsung, can anyone a setup cfg file
for this cpu, the development board is is from Urbetter.
thanks,
firas
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development