Hi everybody,
I am completely new to this environment and can use some help.
I have the Olimex LPC2148 board and their ARM-USB-OCD.
I have read many tutorials and tried a lot, but nothing works.
None of the tutorials describes a simple session using my board and my debugger.
I tried Eclipse, but I messed with the configuration and now nothing works
with it anymore. So I decided to go back and try to get it working
using just my own editor and make and the insight debugger.
I Installed
-
Open OCD, R100
-
Yagarto tool chain
The link here: http://www.yagarto.de/howto/openocd/index.html
doesn’t describe how to install the USB drivers, so I simple right clicked all the inf files and selected install.
Then I have plugged in the device into USB and drivers got installed.
Then I tried to start it using:
=====================
C:\openocd-2006re100\bin>openocd-ftd2xx.exe -f lpc2xxx_armusbocd.cfg
Info: openocd.c:82 main(): Open On-Chip Debugger (2006-09-28 20:00 CEST)
Error: ft2232.c:966 ft2232_init(): unable to open ftdi device: 2
=====================
That is my first problem.
Second problem, during setup of the toolchain, i selected, add Yagarto to path variable, however, nothing was added, so the compiler isn’t running.
I asume that not only a path variable is enough, but I probably need more environment settings (For include path and lib).
So can anybody tell me what settings I need to run the compiler through make?
Please help me with my starting up problems.
Regards,
Bert
So I want to go back to the start, I installed the Yagarto toolchain and have a flashing led program with a make file.