IRC log for #openjtag on 20090722

02:08.15*** join/#openjtag brolin (n=brolin@186.81.88.253)
06:04.26*** join/#openjtag pleemans (n=toi@d51A49C45.access.telenet.be)
08:25.00*** join/#openjtag pleemans (n=toi@81.164.156.69)
08:37.37*** join/#openjtag pleemans (n=toi@d51A49C45.access.telenet.be)
09:49.52*** join/#openjtag _julian (n=quassel@82.83.142.73)
09:57.58*** join/#openjtag pleemans (n=toi@d51A49C45.access.telenet.be)
10:16.23*** join/#openjtag pirho (i=pirho@gateway/gpg-tor/key-0x2CEEC9CB)
12:36.03*** join/#openjtag _julian (n=quassel@dslc-082-083-142-073.pools.arcor-ip.net)
14:21.57*** join/#openjtag aaaaaasdf (n=dontboth@59.40.212.200)
14:22.05aaaaaasdfhi
14:22.27aaaaaasdfsorry, anyone there?
14:22.47aaaaaasdfdon't bother
14:22.52aaaaaasdfthis nick is good
14:22.58aaaaaasdfhello
14:24.46aaaaaasdfhi
14:47.16*** join/#openjtag pirho (i=pirho@gateway/gpg-tor/key-0x2CEEC9CB)
14:58.59*** join/#openjtag lool (n=lool@debian/developer/lool)
15:01.12aaaaaasdfhi
15:01.59loolHi
15:02.12aaaaaasdfmy goodness
15:02.28aaaaaasdfi have been waiting for so long
15:02.46aaaaaasdfto hear sb talk finally
15:03.00aaaaaasdfhello?
15:03.18aaaaaasdflool are you still there?
15:03.25loolYes
15:03.56aaaaaasdfi was making the interface config file for my mini2440
15:04.33loolI'm sorry, I'm very new to openocd; I'm not sure I can help you; but if you ask your question, people in the chan might be able to answer it whenever they check the chan
15:05.13aaaaaasdfyes. i am using parport to connect to my pc
15:05.41aaaaaasdfi had to configure --enable-parport!
15:07.26aaaaaasdfError: Translation from khz to jtag_speed not implemented
15:35.53looluwe_: Would you mind merging a patch to add a function to flash the sheevaplug's uboot environment in the Debian packages?
15:36.05looluwe_: I submitted it at http://developer.berlios.de/bugs/?func=detailbug&bug_id=16028&group_id=4148 and can provide a debdiff
15:38.34aaaaaasdfi am using slackware12.2
15:38.40aaaaaasdfnot debian
15:39.37aaaaaasdfnow i am ok seemingly
15:39.58aaaaaasdfso i need to get gdb attached to it?
15:40.11aaaaaasdf#
15:40.11aaaaaasdf# Parallel port wiggler (many clones available) on port 0
15:40.11aaaaaasdf#
15:40.11aaaaaasdfinterface parport
15:40.11aaaaaasdfparport_port 0
15:40.11aaaaaasdfparport_cable triton
15:40.13aaaaaasdfjtag_khz   60000
15:40.15aaaaaasdfjtag_speed 0
15:40.17aaaaaasdf# Target configuration for the Samsung 2440 system on chip
15:40.19aaaaaasdf# Tested on a S3C2440 Evaluation board by keesj
15:40.21aaaaaasdf# Processor : ARM920Tid(wb) rev 0 (v4l)
15:40.23aaaaaasdf# Info: JTAG tap: s3c2440.cpu tap/device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
15:40.28aaaaaasdfif { [info exists CHIPNAME] } {    
15:40.30aaaaaasdf<PROTECTED>
15:40.32aaaaaasdf} else {    
15:40.34aaaaaasdf<PROTECTED>
15:40.36aaaaaasdf}
15:40.38aaaaaasdfif { [info exists ENDIAN] } {    
15:40.40aaaaaasdf<PROTECTED>
15:40.42aaaaaasdf} else {    
15:40.44aaaaaasdf<PROTECTED>
15:40.46aaaaaasdf<PROTECTED>
15:40.48aaaaaasdf}
15:40.50aaaaaasdfif { [info exists CPUTAPID ] } {
15:40.52aaaaaasdf<PROTECTED>
15:40.54aaaaaasdf} else {
15:40.56aaaaaasdf<PROTECTED>
15:41.00aaaaaasdf<PROTECTED>
15:41.02aaaaaasdf}
15:41.04aaaaaasdf#jtag scan chain
15:41.06aaaaaasdfjtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
15:41.08aaaaaasdfset _TARGETNAME [format "%s.cpu" $_CHIPNAME]
15:41.10aaaaaasdftarget create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm920t
15:41.12aaaaaasdf$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x200000 -work-area-size 0x4000 -work-area-backup 1
15:41.15aaaaaasdf#reset configuration
15:41.17aaaaaasdfreset_config trst_and_srst
15:41.19aaaaaasdfi use openocd -p
15:41.21aaaaaasdfso i wish gdb to attach it on some pipe?
15:41.44aaaaaasdfthere is no pipe connect option for gdb?
15:42.32looluwe_: http://paste.debian.net/42388/ <- debdiff
15:43.04aaaaaasdfthank you. what's that?
15:43.24loolaaaaaasdf: It's a patch for the Debian package; it doesn't relate to your questions/issue
15:44.48aaaaaasdfis this related to "Error: 48 4 tcl.c:614 default_khz(): Translation from khz to jtag_speed not implemented
15:44.48aaaaaasdf"?
15:45.02loolNo
15:45.23aaaaaasdfDebug: 58 54 openocd.c:142 handle_init_command(): jtag init complete
15:45.24aaaaaasdfDebug: 59 55 arm7_9_common.c:61 arm7_9_clear_watchpoints(): -
15:45.24aaaaaasdfDebug: 60 55 embeddedice.c:370 embeddedice_write_reg(): 12: 0x00000000
15:45.24aaaaaasdfDebug: 61 55 embeddedice.c:370 embeddedice_write_reg(): 20: 0x00000000
15:45.24aaaaaasdfDebug: 62 56 openocd.c:145 handle_init_command(): jtag examine complete
15:45.24aaaaaasdfDebug: 63 56 openocd.c:151 handle_init_command(): flash init complete
15:45.26aaaaaasdfDebug: 64 56 openocd.c:155 handle_init_command(): mflash init complete
15:45.28aaaaaasdfDebug: 65 56 openocd.c:159 handle_init_command(): NAND init complete
15:45.32aaaaaasdfDebug: 66 56 openocd.c:163 handle_init_command(): pld init complete
15:45.34aaaaaasdfDebug: 67 56 gdb_server.c:2223 gdb_init(): gdb service for target arm920t using pipes
15:45.44loolaaaaaasdf: This might be a bit verbose for this chan; consider pasting your output to a paste service?
15:45.49loole.g. paste.debian.net
15:47.27aaaaaasdfyes, i have pasted as a comment
15:47.58aaaaaasdfsorry, it doesn't have a newline.
15:48.05looluwe_: Bah sorry, forgot to rename the proc *sigh*
15:48.41aaaaaasdfwhat do you mean?
15:49.49loolaaaaaasdf: I'm leaving messages to "uwe"
15:49.57looluwe_: http://paste.debian.net/42389/ is the fixed debdiff; sorry again
15:50.22aaaaaasdfnever mind.
15:50.26aaaaaasdfi am good
16:06.43*** join/#openjtag pleemans (n=toi@d54C2AAB7.access.telenet.be)
16:22.17*** join/#openjtag dirk2 (n=dirk@p5B0406AA.dip0.t-ipconnect.de)
16:44.56looluwe_: *cough* sorry another typo; I did test the patch in http://paste.debian.net/42395/ though and it works
16:45.14loolfeel bad about sending untested patches in the first place
16:47.53uwe_lool: hi
16:48.21*** join/#openjtag pleemans (n=toi@d54C2AAB7.access.telenet.be)
16:48.23uwe_are we talking about urjtag or openocd?
16:48.57uwe_either way, please submit this upstream, it's much easier to handle if it's in upstream already (and the right thing to do anyway)
16:49.17uwe_ah, openocd then
16:55.04looluwe_: openocd
16:55.18looluwe_: it is submitted
16:57.16uwe_ok, great. ping me to update the package when it's merged upstream
16:57.21uwe_bbl
21:14.55*** join/#openjtag brolin (n=brolin@186.81.88.253)
21:59.54*** join/#openjtag nar (n=nar@67.203.151.26)
22:00.01narHello internet pals
22:02.42narI'm fairly new to using JTAG and I was hoping for a little advice. Currently have an OMAP-L137 EVM board and was hoping to use OpenOCD with one of the cheapy JTAG interfaces -- currently no support in OpenOCD for the OMAP-L137 and was hoping for a wild guess as to the complexity of adding the support myself -- is it just a matter of adding a new cfg file that matches the hw spec?
22:04.53*** join/#openjtag brolin (n=brolin@186.81.88.253)
23:57.56narTo be continued!

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.