-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
615 lines (348 loc) · 15.7 KB
/
Copy pathindex.html
File metadata and controls
615 lines (348 loc) · 15.7 KB
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>JinXing’s blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="author" content="jiaojinxing">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="JinXing’s blog">
<meta property="og:url" content="jiaojinxing.github.io/index.html">
<meta property="og:site_name" content="JinXing’s blog">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="JinXing’s blog">
<meta name="twitter:description">
<link rel="alternative" href="/atom.xml" title="JinXing’s blog" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/jacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/jacman.jpg">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.png" alt="JinXing’s blog" title="JinXing’s blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="JinXing’s blog">JinXing’s blog</a></h1>
<h2 class="blog-motto"></h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜单">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/about">About</a></li>
<li>
<form class="search">
<label>Search</label>
<input type="text" id="ts-search-input" name="q" size="30" placeholder="搜索"><br>
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogitem">
<a href="/2017/01/12/Hercules-TMS570LC43x-LaunchPad-SylixOS移植记录/" title="Hercules TMS570LC43x LaunchPad SylixOS移植记录" itemprop="url">
<h1 itemprop="name">Hercules TMS570LC43x LaunchPad SylixOS移植记录</h1>
<p itemprop="description" >Hercules TMS570LC43x LaunchPad是TI官方出的TMS570LC43x芯片DEMO板:http://www.ti.com/tool/launchxl2-570lc43
TMS570LC43x使用ARM Cortex-R5核心,主频300MHz,有MPU、</p>
<time datetime="2017-01-12T01:53:20.000Z" itemprop="datePublished">2017-01-12</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/11/04/RealEvo-QtSylixOS-功能介绍/" title="RealEvo-QtSylixOS 功能介绍" itemprop="url">
<h1 itemprop="name">RealEvo-QtSylixOS 功能介绍</h1>
<p itemprop="description" >经过长约一年断断续续的开发, RealEvo-QtSylixOS 的功能已经开发完毕, 在这里说说 RealEvo-QtSylixOS 的功能。
RealEvo-QtSylixOS 是北京翼辉信息技术有限公司专门为开发 SylixOS 系统上的 Qt 应用程序而推出的软件。
Re</p>
<time datetime="2015-11-04T13:27:10.000Z" itemprop="datePublished">2015-11-04</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/09/21/MIPS-学习/" title="MIPS 学习" itemprop="url">
<h1 itemprop="name">MIPS 学习</h1>
<p itemprop="description" >MIPS指令MIPS的指令特点
所有指令都是32位编码;
有些指令有26位供目标地址编码;有些则只有16位。因此要想加载任何一个32位值,就得用两个加载指令。
所有的动作原理上要求必须在1个时钟周期内完成,一个动作一个阶段;
有32个通用寄存器,每个寄存器32位(对32位机</p>
<time datetime="2015-09-21T12:00:58.000Z" itemprop="datePublished">2015-09-21</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/31/SylixOS-网络文件系统-nfs-的使用/" title="SylixOS 网络文件系统 nfs 的使用" itemprop="url">
<h1 itemprop="name">SylixOS 网络文件系统 nfs 的使用</h1>
<p itemprop="description" >SylixOS 支持网络文件系统 nfs,在开发阶段,当工程文件相当多并修改频繁时,使用 nfs 可以免去频繁下载这些工程文件的麻烦,从而提高开发效率,下面介绍 nfs 的使用方法。
确保 SylixOS 编译了 nfs 组件默认情况 SylixOS 开启了 nfs 的支持,但 </p>
<time datetime="2015-07-31T03:16:24.000Z" itemprop="datePublished">2015-07-31</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/19/hello-world/" title="Hello World" itemprop="url">
<h1 itemprop="name">Hello World</h1>
<p itemprop="description" >Markdown 编辑器:mdcharm(http://www.mdcharm.com/)
Markdown 语法:http://wowubuntu.com/markdown/
表格语法:
|宏名 |含义||--- </p>
<time datetime="2015-07-19T04:10:45.415Z" itemprop="datePublished">2015-07-19</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/17/SylixOS-ARMv7A-处理器性能测试与改进/" title="SylixOS ARMv7A 处理器性能测试与改进" itemprop="url">
<h1 itemprop="name">SylixOS ARMv7A 处理器性能测试与改进</h1>
<p itemprop="description" >测试目的验证 SylixOS 是否发挥 ARMv7A Cache、VFP、NEON、分支预测性能,验证 BSP 是否在内存控制器、CPU 主频设置方面存在不正确的地方。
找出 SylixOS 实时性远优于 Linux 和 Linux+RT(见《SylixOS实时性测评报告》,但 </p>
<time datetime="2015-07-17T13:24:31.000Z" itemprop="datePublished">2015-07-17</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/17/SylixOS-C-库、数学库性能测试/" title="SylixOS C 库、数学库性能测试" itemprop="url">
<h1 itemprop="name">SylixOS C 库、数学库性能测试</h1>
<p itemprop="description" >测试目的验证 SylixOS 的 C 库和数学库的某些函数是否存在性能问题。
找出 SylixOS 实时性远优于 Linux 和 Linux+RT(见《SylixOS实时性测评报告》,和 SylixOS 在 ARMv7A 性能优于 Linux (见《SylixOS ARMv7A </p>
<time datetime="2015-07-17T13:19:24.000Z" itemprop="datePublished">2015-07-17</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/17/SylixOS-Qt-图形界面性能测试/" title="SylixOS Qt 图形界面性能测试" itemprop="url">
<h1 itemprop="name">SylixOS Qt 图形界面性能测试</h1>
<p itemprop="description" >测试目的测试 SylixOS 上 Qt 的性能。
测试环境硬件平台硬件平台:飞凌嵌入式 OK335xS
处理器:AM335x(Cortex-A8, 800MHz)
L1-Cache:32KB I-Cache/32KB D-Cache
L2-Cache:256KB
内存:512MB</p>
<time datetime="2015-07-17T13:18:29.000Z" itemprop="datePublished">2015-07-17</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/17/SylixOS-POSIX-标准符合度测试/" title="SylixOS POSIX 标准符合度测试" itemprop="url">
<h1 itemprop="name">SylixOS POSIX 标准符合度测试</h1>
<p itemprop="description" >测试目的测试 SylixOS 对 IEEE1003(POSIX)标准的符合度。
测试环境主机操作系统Ubuntu-12.04
硬件平台硬件平台:飞凌嵌入式 OK335xS
处理器:AM335x(Cortex-A8, 800MHz)
L1-Cache:32KB I-Cache/32</p>
<time datetime="2015-07-17T13:17:37.000Z" itemprop="datePublished">2015-07-17</time>
</a>
</section>
<section class="post" itemscope itemprop="blogitem">
<a href="/2015/07/10/科学计算统计图表生成/" title="科学计算统计图表生成" itemprop="url">
<h1 itemprop="name">科学计算统计图表生成</h1>
<p itemprop="description" >我们在软件开发过程中,少不了的是软件性能的测试和相关报告的编写,软件性能的测试往往会生成大量的数据,我们需要用这些数据生成直观的统计图表并用于报告。
生成统计图表有很多,在这里记录我在 SylixOS 实时性测试过程中用到的方法。
SylixOS 实时性测试我做过两种类型:
在</p>
<time datetime="2015-07-10T05:52:44.000Z" itemprop="datePublished">2015-07-10</time>
</a>
</section>
<nav id="page-nav" class="clearfix unexpand">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next<span></span></a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="显示侧边栏"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="隐藏侧边栏"></a></div>
<aside class="clearfix">
<div class="categorieslist">
<p class="asidetitle">分类</p>
<ul>
<li><a href="/categories/SylixOS/" title="SylixOS">SylixOS<sup>14</sup></a></li>
<li><a href="/categories/全栈/" title="全栈">全栈<sup>1</sup></a></li>
</ul>
</div>
<div class="tagslist">
<p class="asidetitle">标签</p>
<ul class="clearfix">
<li><a href="/tags/SylixOS/" title="SylixOS">SylixOS<sup>14</sup></a></li>
<li><a href="/tags/测试/" title="测试">测试<sup>6</sup></a></li>
<li><a href="/tags/ARMv7-M/" title="ARMv7-M">ARMv7-M<sup>3</sup></a></li>
<li><a href="/tags/全栈/" title="全栈">全栈<sup>1</sup></a></li>
<li><a href="/tags/硬件/" title="硬件">硬件<sup>1</sup></a></li>
<li><a href="/tags/U-Boot/" title="U-Boot">U-Boot<sup>1</sup></a></li>
<li><a href="/tags/ARMv7-R/" title="ARMv7-R">ARMv7-R<sup>1</sup></a></li>
</ul>
</div>
<div class="linkslist">
<p class="asidetitle">友情链接</p>
<ul>
<li>
<a href="http://www.sylixos.com" target="_blank" title=" SylixOS社区">SylixOS</a>
</li>
</ul>
</div>
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS 订阅</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> SylixOS操作系统开发者 <br/>
北京翼辉信息技术有限公司</p>
</section>
<div class="social-font" class="clearfix">
<a href="https://github.com/jiaojinxing" target="_blank" class="icon-github" title="github"></a>
<a href="mailto:jiaojinxing1987@gmail.com" target="_blank" class="icon-email" title="Email Me"></a>
</div>
<p class="copyright">
Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/wuchong/jacman" target="_blank" title="Jacman">Jacman</a> © 2017
<a href="/about" target="_blank" title="jiaojinxing">jiaojinxing</a>
</p>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span id="busuanzi_container_page_pv">本文总阅读量 <span id="busuanzi_value_page_pv"></span> 次</span>
</div>
</footer>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script src="/js/jquery.qrcode-0.12.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
});
</script>
<script type="text/javascript">
var disqus_shortname = 'jinxingblog';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.article-content').each(function(i){
$(this).find('img').each(function(){
if ($(this).parent().hasClass('fancybox')) return;
var alt = this.alt;
if (alt) $(this).after('<span class="caption">' + alt + '</span>');
$(this).wrap('<a href="' + this.src + '" title="' + alt + '" class="fancybox"></a>');
});
$(this).find('.fancybox').each(function(){
$(this).attr('rel', 'article' + i);
});
});
if($.fancybox){
$('.fancybox').fancybox();
}
});
</script>
<!-- Analytics Begin -->
<!-- Analytics End -->
<!-- Totop Begin -->
<div id="totop">
<a title="返回顶部"><img src="/img/scrollup.png"/></a>
</div>
<script src="/js/totop.js"></script>
<!-- Totop End -->
<!-- MathJax Begin -->
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- MathJax End -->
<!-- Tiny_search Begin -->
<script>
var option = {
engineKey: 'fdc3f1775f4719dd9d41'
};
(function(w,d,t,u,n,s,e){
s = d.createElement(t);
s.src = u;
s.async = 1;
w[n] = function(r){
w[n].opts = r;
};
e = d.getElementsByTagName(t)[0];
e.parentNode.insertBefore(s, e);
})(window,document,'script','//tinysou-cdn.b0.upaiyun.com/ts.js','_ts');
_ts(option);
</script>
<!-- Tiny_search End -->
</body>
</html>