A Low Cost JTAG Debugger for the Raspberry Pi

来源:互联网 发布:幕墙光污染模拟软件 编辑:程序博客网 时间:2024/04/28 17:19

Setting up the MiniMod FT2232H For JTAG Debugging on a Raspberry Pi

The MiniMod FT2232H is an evaluation module for the FTDI FT2232H USB interface part. This part can be used to bridge a number of embedded interfaces to USB. There are many JTAG debugger interfaces that are implemented using this chip.
For this setup, we will use the low cost MiniMod, some jumper wires, and the OpenOCD software to provide JTAG debug interface to the Raspberry Pi.
The JTAG interface, along with the Open Source OpenOCD software can be used to load and debug the Raspberry Pi from your development machine. In addition to the JTAG, the MiniMod can be used to provide the UART interface for the Raspberry Pi UART, all through the same USB connection to the PC! This is an inexpensive solution too. I bought my FT2232H MiniMod for $20.00 USD.
TipI was able to get this all working thanks to the amazing work of David Welch. David’s github sitehttp://github.com/dwelch67 has all of the information about JTAG debuggers on the Raspberry Pi. Many of the setup instructions here are similar to David’s although I had to adjust the pinouts slightly for the FT2232H module.



CautionWhen you work on your Pi hardware, make sure it is not plugged in to power first! Also, be sure to avoid static electricity when working with your Pi and the MiniModule.

Collect the parts you need :

You will need the following
  1. FT2232H MiniMod. I found mine on ebay for $20 USD. 
  2. A pack of jumper wires. You could also wire up a Pi GPIO header so you can easily remove the debug setup. 
  3. A USB cable to connect the MiniModule to your development computer. 
When looking at the MiniMod connector pins facing you, this is how the pins are numbered:

2143658710912111413161518172019222124232625

The Pins on the pi are reversed: Pin 1 is at the bottom since we are looking at the bottom of the connector on the MiniMod and the Top of the connector on the Pi:


2625242322212019181716151413121110987654321



A view of the Pins on the MiniMod:


The Pins on the Raspberry Pi:

Wire up the MiniMod module to the Pi :

We need to connect 10 of these jumper wires between the Pi GPIO header and the FT2232H MiniMod. The following tables guide you through the connections you need to make. Some of the connections will go from one pin to another pin on the same connector:
Raspberry Pi to Raspberry Pi Connections:
Pin number on PiPin Number on Pi115

Minimod Connector 2 (CN2) to Minimod Connector 2 Connections:
Pin number on MiniMod CN2Pin Number on MiniMod CN2111

Minimod Connector 3 (CN3) to Minimod Connector 3 Connections:
Pin number on MiniMod CN3Pin Number on MiniMod CN313

Minimod Connector 3 (CN3) to The Raspberry Pi Connections:
Pin number on MiniMod CN3Pin Number on Pi2582610

Minimod Connector 2 (CN2) to The Raspberry Pi Connections:
Pin number on MiniMod CN2Pin Number on Pi267229181071213

When you are finished, it should look something like this:



文章转自

文章转自:http://alanstechnotes.blogspot.com/2014/05/starting-up-pirtems-development-again.html

0 0
原创粉丝点击