-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux.html
299 lines (292 loc) · 14.2 KB
/
linux.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE HTML>
<html>
<head>
<title>Home | embARC Open Software Platform</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script>
<![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css" />
<![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt" style="background:#444;">
<div style="padding-left:10px; padding-top:8px;" id="logo">
<img src="images/embarc_logo-bright-bar.png">
</div>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="linux.html">Embedded Linux</a></li>
<li><a href="iot.html">IoT</a></li>
<li><a href="baremetal.html">Bare Metal</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" style="padding:6em 0 14em 0; background-position: top center;">
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major" style="text-align:left;">
<center>
<img src="images/embarc_logo.png" alt="">
<br>
<br>
</center>
<h2 style="text-align:center;">Embedded Linux Projects for ARC Processors</h2>
<br>
</header>
</section>
<section class="box special features">
<center>
<br>
<h2 style="text-align:center;">Embedded Linux</h2>
<br>
</center>
<div class="features-row" style="text-align:left">
<section>
<img src="images/icons/icon_devtools.jpg" style="width:20%">
<h3>GNU/Linux Toolchain</h3>
<p style="width:200%">GNU Toolchain for Embedded Linux on ARC Processors. Includes support for both ARCv1 (ARC750, ARC770) and ARCv2 architectures (ARC HS38, ARC HS38x2 and ARC HS38x4). Source code available from upstream linux kernel repositories at kernel.org</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain" target="_blank" class="button">Source Repository</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues" target="_blank" class="button">Mailing List</a></li>
<li><a href="https://foss-for-synopsys-dwc-arc-processors.github.io/toolchain/" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_penguin.jpg" style="width:20%">
<h3>Linux Kernel</h3>
<p style="width:200%">The Linux Kernel, with support for ARC Processors. Includes support for both ARCv1 (ARC750, ARC770) and ARCv2 architectures (ARC HS38, ARC HS38x2 and ARC HS38x4). Source code available from upstream linux kernel repositories at kernel.org</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.11.tar.xz" class="button">Download Latest Release</a></li>
<li><a href="http://kernel.org/" target="_blank" class="button">Source Repository</a></li>
<li><a href="http://lists.infradead.org/mailman/listinfo/linux-snps-arc" target="_blank" class="button">Mailing List</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_ltp.png" style="width:20%">
<h3>Linux Test Project</h3>
<p style="width:200%">The Linux Test Project (LTP) is a test suite to test Embedded Linux implementations. A port of LTP
with support for the ARC architecture is provided.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/ltp/archive/master.zip" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/ltp" class="button">Source Repository</a></li>
<li><a href="http://lists.infradead.org/mailman/listinfo/linux-snps-arc" class="button">Mailing List</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/ltp/wiki/Linux-Test-Project-for-ARC" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_ltp.png" style="width:20%">
<h3>LMBench</h3>
<p style="width:200%">LMBench is standard OS benchmarking suite written by Larry McVoy and Carl Staelin. A port of LMBench
with support for the ARC architecture is provided.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/lmbench/archive/master.zip" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/lmbench" class="button">Source Repository</a></li>
<li><a href="http://lists.infradead.org/mailman/listinfo/linux-snps-arc" class="button">Mailing List</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/lmbench/wiki/LMBench-for-ARC-Linux" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_denx-full-header.gif" style="width:30%">
<h3>U-Boot</h3>
<p style="width:200%">U-Boot is the preferred bootloader for embedded targets. The ARC architecture is support directly in the
upstream U-boot project.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="http://www.denx.de/wiki/U-Boot/SourceCode" class="button">Download Latest Release</a></li>
<li><a href="http://www.denx.de/wiki/U-Boot/SourceCode" class="button">Source Repository</a></li>
<li><a href="https://lists.denx.de/listinfo/u-boot" class="button">Mailing List</a></li>
<li><a href="http://www.denx.de/wiki/U-Boot/Documentation" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/icons/icon_devtools.jpg" style="width:20%">
<h3>Strace</h3>
<p style="width:200%">Useful library utility for system call tracing. ARC architecture is support directly upstream in strace project.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://github.com/strace/strace/releases" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/strace/strace" class="button">Source Repository</a></li>
<li><a href="https://sourceforge.net/p/strace/mailman/strace-devel/" class="button">Mailing List</a></li>
<li><a href="https://strace.io/" class="button">Documentation</a></li>
</ul>
</section>
</div>
</section>
<section class="box special features">
<center>
<h2 style="text-align:center;">Linux Build Systems</h2>
<br>
</center>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_yocto.png" style="width:30%">
<h3>Yocto Project (In development)</h3>
<p style="width:200%">Linux Foundation project for building embedded linux distributions, based on OpenEmbedded project.
We are currently adding support for the ARC architecture to Yocto, with initial support available by end of June 2017.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://www.yoctoproject.org/downloads" class="button">Download Latest Release</a></li>
<li><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys" class="button">Source Repository</a></li>
<li><a href="https://www.yoctoproject.org/tools-resources/community/mailing-lists" class="button">Mailing List</a></li>
<li><a href="https://www.yoctoproject.org/documentation" class="button">Documentation</a>
</li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_buildroot.jpg" style="width:30%">
<h3>Buildroot Project</h3>
<p style="width:200%">Community project for building embedded linux distributions, maintained by Free Electrons.
Support for ARC architecture is available from upstream Buildroot project.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://buildroot.org/download.html" class="button">Download Latest Release</a></li>
<li><a href="https://git.busybox.net/buildroot/" class="button">Source Repository</a></li>
<li><a href="http://lists.busybox.net/mailman/listinfo/buildroot" class="button">Mailing List</a></li>
<li><a href="https://buildroot.org/docs.html" class="button">Documentation</a></li>
</ul>
</section>
</div>
<div class="features-row" style="text-align:left">
<section>
<img src="images/logos/logo_openwrt.png" style="width:30%">
<h3>LEDE / OpenWRT Project</h3>
<p style="width:200%">The LEDE Project (“Linux Embedded Development Environment”) is a Linux operating system based on OpenWrt. Support for the ARC architecture and development platforms is provided from upstream LEDE and OpenWRT projects.</p>
<ul class="actions" style="width:1000%" style="text-align:left">
<li><a href="https://downloads.lede-project.org/releases/17.01.1/targets/" class="button">Download Latest Release</a></li>
<li><a href="https://git.lede-project.org/?p=source.git;a=shortlog;h=refs/tags/v17.01.1" class="button">Source Repository</a></li>
<li><a href="https://lists.infradead.org/mailman/listinfo/lede-dev" class="button">Mailing List</a></li>
<li><a href="https://lede-project.org/docs/start" class="button">Documentation</a></li>
</ul>
</section>
</div>
</section>
</section>
<!-- CTA -->
<footer id="footer">
<ul class="icons" style="display:none;">
<li>
<a href="#" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github">
<span class="label">Github</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble">
<span class="label">Dribbble</span>
</a>
</li>
<li>
<a href="#" class="icon fa-google-plus">
<span class="label">Google+</span>
</a>
</li>
</ul>
<ul class="copyright">
<li>© 2017 Synopsys, Inc. All Rights Reserved.</li>
<li>
<a href="resources.html#about">About</a> |
<a href="mailto:info@embarc.org">Contact Us</a> |
<a href="terms.html">Terms of Service</a> |
<a href="privacy.html">Privacy</a> |
<a href="foss.html">FOSS Notice</a>
</li>
</ul>
</footer>
<!-- omniture sitecatalyst code -->
<!-- SiteCatalyst code version: H.17.
Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript">
<!--
/* You may give each page an identifying name, server, and channel on the next lines. */
s_s.pageName=document.title;
s_s.server="embarc.org"
s_s.channel="embARC"
s_s.prop1=""
s_s.prop2=""
s_s.prop3=""
s_s.prop4=""
s_s.prop5=""
s_s.prop6=""
s_s.prop9=document.URL;
s_s.prop12=""
s_s.prop13=""
s_s.prop14=""
s_s.prop15=""
s_s.prop16=""
s_s.prop17=""
s_s.prop27=""
s_s.prop32=""
s_s.prop33=""
s_s.prop34=""
s_s.prop35=""
s_s.prop36=""
/* Conversion Variables */
s_s.events=""
s_s.eVar1=""
s_s.eVar2=""
s_s.eVar8=""
s_s.eVar9=""
s_s.eVar23=""
s_s.eVar24=""
s_s.eVar29=""
s_s.eVar30=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s_s.t();if(s_code)document.write(s_code)//-->
</script>
<!-- End SiteCatalyst code version: H.17. -->
<!-- /omniture sitecatalyst code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60168823-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>