2013-01-07 06:02:33 +08:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
|
|
|
|
<title>Milkymist Labs</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-11-10 01:20:33 +08:00
|
|
|
<div id="logo"><img src="milkymist.svg">Milkymist Labs</div>
|
|
|
|
<div id="topmenu"><a href="mixxeo.html" class="selected">Products</a> <a href="migen.html">Technology</a> <a href="community.html">Community</a></div>
|
2013-01-07 06:02:33 +08:00
|
|
|
|
|
|
|
<div id="leftmenu">
|
2013-05-14 18:03:12 +08:00
|
|
|
<div id="leftmenutitle">Future</div>
|
|
|
|
<ul>
|
|
|
|
<li><a href="mixxeo.html">Mixxeo</a></li>
|
|
|
|
</ul>
|
2013-01-07 06:02:33 +08:00
|
|
|
<div id="leftmenutitle">Current</div>
|
|
|
|
<ul>
|
|
|
|
<li><a href="mmone.html">Milkymist One</a></li>
|
|
|
|
<li><a href="mmoneedk.html">Milkymist One EDK</a></li>
|
|
|
|
<li><a href="jtagserial.html">JTAG-Serial programmer</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-05-14 18:03:12 +08:00
|
|
|
|
2013-01-07 06:02:33 +08:00
|
|
|
<div id="main">
|
|
|
|
<div id="illus"><img src="jtagserialt.jpg"></div>
|
|
|
|
<div id="illus"><img src="jtagserialb.jpg"></div>
|
|
|
|
<div id="title">JTAG-Serial programmer</div>
|
|
|
|
|
|
|
|
<p>Based on the high-speed FT2232H chip, our JTAG-Serial programmer plugs into a Milkymist board and provides a smooth development experience:
|
|
|
|
<ul>
|
|
|
|
<li>Configuring the FPGA with the open source <a href="http://urjtag.org/">UrJTAG</a> tool</li>
|
|
|
|
<li>Writing the flash</li>
|
|
|
|
<li>Providing a serial console for debugging the device</li>
|
|
|
|
<li>Using GDB for live debugging of software running on the board</li>
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|