This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OCP2PCIe.html
97 lines (64 loc) · 4.92 KB
/
OCP2PCIe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html><html><head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180293201-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-180293201-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>README</title>
<meta identifier="00001">
<link rel="shortcut icon" href="assets/logo/kcores-logo.ico">
<meta name="keywords" content=" KCORES, 氪金核心, 消费电子, 万兆网络, 家用NAS, 垃圾佬, 服务器, 云服务及主机, 仪表, Homelab, Vintage">
<meta name="description" content="KCORES - 氪金核心. 一个奇特的电子产品爱好者网站. 该项目由 @karminski-牙医 发起, 目的是建立一个大家能轻松讨论泛计算机话题的环境.">
<meta name="viewport" content="width=device-width, user-scalable=no">
<!-- include scripts & styles -->
<link rel="stylesheet" type="text/css" href="assets/styles/rem.css">
<link rel="stylesheet" type="text/css" href="assets/styles/reset.css">
<link rel="stylesheet" type="text/css" href="assets/styles/base.css">
<link rel="stylesheet" type="text/css" href="assets/styles/list.css">
<link rel="stylesheet" type="text/css" href="assets/styles/markdown-content.css">
<script src="assets/js/minigrid.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css">
</head>
<body for="html-export">
<div id="main">
<!-- Herader -->
<header>
<div class="inner ">
<nav class="left">
<a href="https://kcores.com/" class="logo"><h1>KCORES 氪金核心</h1></a>
<a href="https://kcores.com/reading" class="nav-button"><h1>阅读</h1></a>
<a href="https://kcores.com/topics" class="nav-button"><h1>话题</h1></a>
<a href="https://kcores.com/opensource" class="nav-button"><h1>开源硬件</h1></a>
</nav>
<nav class="right">
<a href="https://kcores.com/about">关于</a>
<a href="https://kcores.com/blogroll">友情链接</a>
<a target="_blank" href="https://github.com/KCORES">Github</a>
</nav>
</div>
</header>
</div>
<div class="markdown-content mume markdown-preview ">
<h2>OCP2PCIe</h2>
<p>OCP (开放计算项目) 夹层网卡转标准 PCIe 槽转接卡设计方案.<br>
OCP (Open Compute Project) Mezzanine card V2.0 to standard PCIe slot adapter design.</p>
<p>该项目可以将 OCP 夹层卡转接为标准 PCIe 卡方式供普通电脑使用.<br>
This repo can convert OCP card to PCIe for PC use.</p>
<p><img src="database/opensource/repo/OCP2PCIe/assets/images/OCP2PCIe-cover.jpg" alt="img"></p>
<h1 class="mume-header" id="link-%E9%93%BE%E6%8E%A5">Link (链接)</h1>
<p><a href="https://github.com/KCORES/OCP2PCIe/OCP2PCIe-cover.jpg">https://github.com/KCORES/OCP2PCIe</a></p>
<h1 class="mume-header" id="for-user-%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97">For User (用户指南)</h1>
<p>如果你想快速制作自己的OCP转接卡,请到<a href="https://github.com/KCORES/OCP2PCIe/releases">发行页面</a>下载已发布的 Gerber 文件包<br>
并按<a href="doc/UserGuide_zh.md">用户指南</a>准备相应的零件</p>
<p>If you want to build a OCP2PCIe card yourself quickly, Please visit <a href="https://github.com/KCORES/OCP2PCIe/releases">Release</a> to download Gerber zip package<br>
More detail please bisit <a href="doc/UserGuide_zh.md">User Guide</a>.</p>
<h1 class="mume-header" id="for-developer-%E5%BC%80%E5%8F%91%E8%80%85%E6%8C%87%E5%8D%97">For Developer (开发者指南)</h1>
<p><strong><a href="doc/DevGuide_zh.md">Developer Guide Link</a></strong></p>
<p>OCP2PCIe Lib has been updated, now you can create OCP2PCIe design easily.</p>
</div>
</body></html>