[OpenOCD-devel] I2C and JTAG

2015-08-03 Thread Jahn
Is it possible( or common) to use I2C bus to halt a CPU and work in a similar way as that with JTAG? Broadcom uses I2C bus to ( probably) halt CPU, but I am not sure if it is a real JTAG condition or just a virtual JTAG condition. Thanks -

Re: [OpenOCD-devel] OpenOCD as a NAND programmer software

2015-04-30 Thread Jahn
Does nobody use OpenOCD to read/write chips? OpenOCD is not usul fefor that? > Is there a sample ( code) showing how I can use OpenOCD to write/read > NAND flash? Thanks > > -- > One dashboard for servers and applicatio

[OpenOCD-devel] OpenOCD as a NAND programmer software

2015-04-29 Thread Jahn
Is there a sample ( code) showing how I can use OpenOCD to write/read NAND flash? Thanks -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ appli

[OpenOCD-devel] OpenOCD and eMMC

2014-05-02 Thread Jahn
Is it possible to use OpenOCD to read/write data from/to eMMC? Thanks -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unpar

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Jahn
) failed with LIBUSB_ERROR_NOT_FOUND Error: no device found Error: unable to open ftdi device with vid 0403, pid cff8, description 'Amontec JTAGkey' and serial '*' in procedure 'init' Where can be a problem now? Thanks > On Tue, Feb 04, 2014 at 01:53:38PM +0100, Jahn wrote: > &

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Jahn
esc "Amontec JTAGkey" ft2232_layout jtagkey ft2232_vid_pid 0x0403 0xcff8 Can you please le t me know how to compile it with ft2232 support? thanks > On Mon, Feb 03, 2014 at 05:32:30PM +0100, Jahn wrote: > > ./configure: line 4454: syntax error near unexpected token `0.23'

[OpenOCD-devel] Building openOCD for windows

2014-02-03 Thread Jahn
As I was not able to build openOCD ( version 8) for windows I installed another cygwin( 64bit version). But still no success. $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Thank you for your reply. > So either that has to be disabled in jimtcl, or jimtcl needs to include > a special library from mingw32 And can you please let me know how to disable in jimtcl? Thanks > > jimsh.o: In function `printf': > > /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:256: und

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
directory `/home/openocd' Makefile:344: recipe for target `all' failed make: *** [all] Error 2 So, can you see any reason? Thanks > On Sat, Feb 01, 2014 at 08:07:26PM +0100, Jahn wrote: > > Do you mean just use > > ./configure > > I do. And share the results

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Paul, Thank you for your reply. Do you mean just use ./configure ? And what is the address > On Sat, Feb 01, 2014 at 07:48:50PM +0100, Jahn wrote: > > I tried few ./configure > > but no success > > Current version doesn't require any parameters, if you have libus

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Paul, thanks for the reply. I tried few ./configure but no success Can you please send me the working ./configure parameters ? Thanks > Hi, > > On Sat, Feb 01, 2014 at 05:22:35PM +0100, Jahn wrote: > > Is there any working tutorial how to compile openOCD for windows? >

[OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Is there any working tutorial how to compile openOCD for windows? I use Cygwin and ftdi driver for my JTAG. Thank you -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gi

[OpenOCD-devel] Real working examples

2014-01-29 Thread Jahn
Are there any tutorial /working examples how to write/read ( program) NAND flash using OpenOCD? Thnks -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It giv

[OpenOCD-devel] libftdi-0.20 undefined reference to `_sleep'

2013-04-16 Thread Jahn
Has anyone sucessfully compiled LibFTDI-0.20 under CygWin? Make command generates this error: ... ... ... serial_test.o: In function `main': /home/libftdi-0.20/examples/serial_test.c:162: undefined reference to `_sleep' collect2: ld returned 1 exit status Makefile:393: recipe

[OpenOCD-devel] libftdi-0.20 - undefined reference to `_sleep'

2013-04-16 Thread Jahn
Has anyone sucessfully compiled LibFTDI-0.20 under CygWin? Make command generates this error: ... ... ... serial_test.o: In function `main': /home/libftdi-0.20/examples/serial_test.c:162: undefined reference to `_sleep' collect2: ld returned 1 ex