Paraflasher: Difference between revisions
Linux junkie (talk | contribs) |
Hailfinger (talk | contribs) m (→Components: Fix link to LM1084 datasheet) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''THIS | '''THIS PROJECT IS STILL UNDER CONSTRUCTION''' | ||
Welcome to '''The | Welcome to '''The Paraflasher Project'''. Open source hardware for developing open source software. | ||
The project is maintained by [[User:linux_junkie|Joseph Smith]]. | The project is maintained by [[User:linux_junkie|Joseph Smith]]. | ||
[[ | [[File:Paraflasher.jpg|frameless|600px]] | ||
==Overview== | ==Overview== | ||
The | The Paraflasher (Parallel Port Flasher) is low-cost simple flash programming device. It can be used to flash a variety of LPC flash chips and firmware hubs (FWH). The hope is someday it will also be able to support SPI chips. It is also meant to be modular so you can flash a variety flash chip packages. The Paraflasher is based on an old LPC programmer built to flash LPC chips on the xbox, the [http://rex.xbox-scene.com/LPC2/LPC2.html LPC^2 (Low Parts Count LPC Programming Cable)]. The Paraflasher is not for sale, it is meant for that "do-it-yourself" kind of person. Although if the project becomes popular, bare PCB's could be produced and sold at cost. Anyone with novice to moderate soldering skills can build one. | ||
'''Other Pictures''' | '''Other Pictures''' | ||
<gallery> | <gallery> | ||
File:Paraflasher_top.jpg|Top | |||
File:Paraflasher_bottom.jpg|Ugly Bottom | |||
File:Paraflasher_front.jpg|Front | |||
File:Paraflasher_right.jpg|Right | |||
File:Paraflasher_left.jpg|Left | |||
</gallery> | </gallery> | ||
Line 76: | Line 75: | ||
! Header Connector | ! Header Connector | ||
| | | | ||
*Gender:Header | *Gender:Shrouded Header | ||
*No. of Contacts: | *No. of Contacts:10 | ||
*Pitch Spacing:2.54mm | *Pitch Spacing:2.54mm | ||
*No. of Rows:2 | *No. of Rows:2 | ||
| [http://www.molex.com/ | | [http://www.molex.com/pdm_docs/sd/702461001_sd.pdf Molex 70246-1001] | ||
| | | 0.87 | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
Line 128: | Line 127: | ||
*Package/Case:3-TO-220 | *Package/Case:3-TO-220 | ||
*No. of Pins:3 | *No. of Pins:3 | ||
| [ | | [https://www.ti.com/lit/ds/symlink/lm1084.pdf National Semiconductor LM1084IT-3.3/NOPB] | ||
| 2.83 | | 2.83 | ||
Line 174: | Line 173: | ||
==The Circuit Explained== | ==The Circuit Explained== | ||
[[ | [[File:Paraflashersch.jpg|Paraflasher Schematic|600px]] | ||
===Data Circuit=== | ===Data Circuit=== | ||
[[ | [[File:SN74CBTD3861.jpg|right|thumb|SN74CBTD3861]] | ||
The | The Paraflasher is connected to the PC’s Parallel port via a DB25 Parallel extension cable and is run in SPP mode. The 10-Bit FET Bus Switch With Level Shifting is connected to data lines D0 – D7 convert the data signals from 5V to 3.3V needed by most if not all flash chips. The 74HC244 is an advanced high-speed CMOS Octal Bus Buffer that acts as a simple signal buffer between the parallel port and the flash chip. The parallel port data lines D0, D1, and D2 are used for driving the control signals RST/RP, LCLK/CLK, and LFRAME/FWH4. Data line D3 is used as a Write Protect signal connected to pin 1G (Output Enable Input) of the M74HC244 and should be driven high at all times except during write operations where it should be driven low. The parallel port data lines D4, D5, D6, and D7 are buffered and used for write operations (sending data) over the corresponding LAD/FWH[0], LAD/FWH[1], LAD/FWH[2], and LAD/FWH[3] lines. The LAD/FWH[0], LAD/FWH[1], LAD/FWH[2], and LAD/FWH[3] lines are also connected to the Error, Ack, PE, and SELIN lines. They are also buffered and feed back to the parallel port to be used for read operations (receiving data) or can be used for verifying data that is being written (sent) in real time. | ||
[[ | [[File:M74HC244B1R.jpg|right|thumb|M74HC244B1R]] | ||
'''Signals Simplified''' | '''Signals Simplified''' | ||
Line 194: | Line 193: | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
! D0 | ! D0 | ||
| | | RST | ||
| | | RP | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
! D1 | ! D1 | ||
| | | LCLK | ||
| | | CLK | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
! D2 | ! D2 | ||
| | | LFRAME | ||
| | | FWH4 | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
! D3 | ! D3 | ||
| Write Protect | |||
| Write Protect | |||
|- bgcolor="#dddddd" | |||
! D4 | |||
| LAD0 | | LAD0 | ||
| FWH0 | | FWH0 | ||
|- bgcolor="# | |- bgcolor="#eeeeee" | ||
! | ! D5 | ||
| LAD1 | | LAD1 | ||
| FWH1 | | FWH1 | ||
|- bgcolor="# | |- bgcolor="#dddddd" | ||
! | ! D6 | ||
| LAD2 | | LAD2 | ||
| FWH2 | | FWH2 | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
! | ! D7 | ||
| LAD3 | | LAD3 | ||
| FWH3 | | FWH3 | ||
Line 233: | Line 237: | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
! / | ! /Ack | ||
| LAD1 | | LAD1 | ||
| FWH1 | | FWH1 | ||
Line 243: | Line 247: | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
! / | ! /SELIN | ||
| LAD3 | | LAD3 | ||
| FWH3 | | FWH3 | ||
Line 250: | Line 254: | ||
===Power Circuit=== | ===Power Circuit=== | ||
I did not like the original power circuit design of using a wall-wart type power supply and a LED as voltage regulator, so I came up with the following and it works pretty slick. The | I did not like the original power circuit design of using a wall-wart type power supply and a LED as voltage regulator, so I came up with the following and it works pretty slick. The Paraflasher is powered by USB via a USB printer cable. The jack is a USB type B. All of the grounds from every component requiring a ground is connected together. The +5 VDC from USB is connected to a PTC Resettable Fuse with trip current of 0.5 Amp (500mA). USB v2.0 specifies a maximum of 500mA so this will protect the PC’s USB port from any damage caused by short circuits, etc. If the PTC Resettable Fuse is tripped, disconnect the power source (USB), figure out what tripped the fuse and fix it, and wait a few seconds for the PTC Resettable Fuse to cool down and reset. Next I put in a simple LED circuit just for user aesthetics, so you know your getting power from USB. If you want to use a different color LED or if the blue LED is too bright you can adjust the ohms of the resistor. A 5V power line branches off from here and continues to the header to power a 5V flash chip. I went with the LM1084IT-3.3 voltage regulator because it is designed to convert 5V to a fixed output of 3.3V to power the octal buffer and a 3.3V flash chip. Simple and effective. National Semiconductor recommends for a 5V to 3.3V conversion to place a 10 UF Tantalum capacitor on both the input and output lines of the voltage regulator. They recommend using Tantalum capacitors for stability because their equivalent series resistance (ESR) is lowest at any temperature. The 3.3V line powers the 74HC244 octal buffer and continues on to the header to power a 3.3V flash chip. | ||
Line 259: | Line 263: | ||
==Software== | ==Software== | ||
The core of the Paraflasher uses [http://people.redhat.com/twaugh/parport/html/parportguide.html ppdev user-level device driver] for Linux. | |||
TODO: flashrom??? | TODO: flashrom??? | ||
Line 266: | Line 273: | ||
==Conclusion== | ==Conclusion== | ||
TODO | TODO | ||
{{Cc-by-sa-3.0}} |
Latest revision as of 00:15, 20 November 2020
THIS PROJECT IS STILL UNDER CONSTRUCTION
Welcome to The Paraflasher Project. Open source hardware for developing open source software.
The project is maintained by Joseph Smith.
Overview
The Paraflasher (Parallel Port Flasher) is low-cost simple flash programming device. It can be used to flash a variety of LPC flash chips and firmware hubs (FWH). The hope is someday it will also be able to support SPI chips. It is also meant to be modular so you can flash a variety flash chip packages. The Paraflasher is based on an old LPC programmer built to flash LPC chips on the xbox, the LPC^2 (Low Parts Count LPC Programming Cable). The Paraflasher is not for sale, it is meant for that "do-it-yourself" kind of person. Although if the project becomes popular, bare PCB's could be produced and sold at cost. Anyone with novice to moderate soldering skills can build one.
Other Pictures
-
Top
-
Ugly Bottom
-
Front
-
Right
-
Left
Components
Component | Recomended Specs | Part Used | Price Paid ($US) |
---|---|---|---|
DB25 Connector |
|
ITW McMurdo DB25PNF | 3.82 |
10-Bit FET Bus Switch With Level Shifting |
|
Texas Instruments SN74CBTD3861DW | 0.64 |
SOIC To DIP Adapter |
|
MIND_TEK SOIC surface mount PCB adaptor | 1.60 |
Octal Buffer |
|
STMicroelectronics M74HC244B1R | 0.40 |
Header Connector |
|
Molex 70246-1001 | 0.87 |
USB B Connector |
|
Adam Technologies USB-B-S-RA | 0.39 |
PTC Resettable Fuse |
|
Littelfuse 60R025XU | 0.26 |
Blue LED |
|
OPTEK Technology OVLFB3C7 | 0.74 |
LED Resistor |
|
Vishay/Dale CPF2200R00FKE14 | 0.42 |
Linear Voltage Regulator |
|
National Semiconductor LM1084IT-3.3/NOPB | 2.83 |
2 Tantalum Capacitors |
|
Vishay/Sprague 173D106X9010VE3 | 0.56 X 2 |
Breadboard PCB |
|
A piece of Roth Electronik 26M2198 | Already had (5.93) |
Hook-Up Wire |
|
About a foot of Belden 9978 013100 | Already had (Spool of 100ft 22.61) |
Small Power Wires |
|
Already had |
The Circuit Explained
Data Circuit
The Paraflasher is connected to the PC’s Parallel port via a DB25 Parallel extension cable and is run in SPP mode. The 10-Bit FET Bus Switch With Level Shifting is connected to data lines D0 – D7 convert the data signals from 5V to 3.3V needed by most if not all flash chips. The 74HC244 is an advanced high-speed CMOS Octal Bus Buffer that acts as a simple signal buffer between the parallel port and the flash chip. The parallel port data lines D0, D1, and D2 are used for driving the control signals RST/RP, LCLK/CLK, and LFRAME/FWH4. Data line D3 is used as a Write Protect signal connected to pin 1G (Output Enable Input) of the M74HC244 and should be driven high at all times except during write operations where it should be driven low. The parallel port data lines D4, D5, D6, and D7 are buffered and used for write operations (sending data) over the corresponding LAD/FWH[0], LAD/FWH[1], LAD/FWH[2], and LAD/FWH[3] lines. The LAD/FWH[0], LAD/FWH[1], LAD/FWH[2], and LAD/FWH[3] lines are also connected to the Error, Ack, PE, and SELIN lines. They are also buffered and feed back to the parallel port to be used for read operations (receiving data) or can be used for verifying data that is being written (sent) in real time.
Signals Simplified
Parallel Port | To LPC Signal | To FWH Signal |
---|---|---|
D0 | RST | RP |
D1 | LCLK | CLK |
D2 | LFRAME | FWH4 |
D3 | Write Protect | Write Protect |
D4 | LAD0 | FWH0 |
D5 | LAD1 | FWH1 |
D6 | LAD2 | FWH2 |
D7 | LAD3 | FWH3 |
/Error | LAD0 | FWH0 |
/Ack | LAD1 | FWH1 |
/PE | LAD2 | FWH2 |
/SELIN | LAD3 | FWH3 |
Power Circuit
I did not like the original power circuit design of using a wall-wart type power supply and a LED as voltage regulator, so I came up with the following and it works pretty slick. The Paraflasher is powered by USB via a USB printer cable. The jack is a USB type B. All of the grounds from every component requiring a ground is connected together. The +5 VDC from USB is connected to a PTC Resettable Fuse with trip current of 0.5 Amp (500mA). USB v2.0 specifies a maximum of 500mA so this will protect the PC’s USB port from any damage caused by short circuits, etc. If the PTC Resettable Fuse is tripped, disconnect the power source (USB), figure out what tripped the fuse and fix it, and wait a few seconds for the PTC Resettable Fuse to cool down and reset. Next I put in a simple LED circuit just for user aesthetics, so you know your getting power from USB. If you want to use a different color LED or if the blue LED is too bright you can adjust the ohms of the resistor. A 5V power line branches off from here and continues to the header to power a 5V flash chip. I went with the LM1084IT-3.3 voltage regulator because it is designed to convert 5V to a fixed output of 3.3V to power the octal buffer and a 3.3V flash chip. Simple and effective. National Semiconductor recommends for a 5V to 3.3V conversion to place a 10 UF Tantalum capacitor on both the input and output lines of the voltage regulator. They recommend using Tantalum capacitors for stability because their equivalent series resistance (ESR) is lowest at any temperature. The 3.3V line powers the 74HC244 octal buffer and continues on to the header to power a 3.3V flash chip.
If there are any inconsistencies or you would like to elaborate on anything above, please feel free.
Daughter Boards
TODO
Software
The core of the Paraflasher uses ppdev user-level device driver for Linux.
TODO: flashrom???
Support
TODO
Conclusion
TODO
This file is licensed under the Creative Commons Attribution ShareAlike 3.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. |