<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[Mini2440之Linux移植开发实战指南请关注它 ..]]></title>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964]]></link>
 <description><![CDATA[Latest 20 replies of Mini2440之Linux移植开发实战指南请关注它 ..]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 05:46:09 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[static struct s3c2410_platform_nand micro2440_nand_info = {
&nbsp;&nbsp;&nbsp;&nbsp;.tacls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20,
&nbsp;&nbsp;&nbsp;&nbsp;.twrph0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 60,
&nbsp;&nbsp;&nbsp;&nbsp;.twrph1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=  ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#349568]]></link>
 <author><![CDATA[lsz1986]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Mon, 27 Mar 2017 08:29:38 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[再次照着手册移植，遇到这个问题，解决了&nbsp;&nbsp;哈哈！！！
“只需在mach-mini2440.c的初始化函数mini2440_machine_init(void)里加入s3c_nand_set_platdata(&amp;mini2440_nand_info);即可。”]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#210930]]></link>
 <author><![CDATA[kangear]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sat, 01 Dec 2012 03:52:37 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 楼主(bynce) 的帖子]]></title>
 <description><![CDATA[论坛上的教程有些是根本行不通，希望高手们能替初学者们舍身处地的想一下，同样产交流，但也不能给了别人希望，又让人绝望。好的、有用的教程才能流向社会，广为传播！]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#161529]]></link>
 <author><![CDATA[yuyuanlin]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sun, 25 Mar 2012 04:31:44 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这些手册没有经过验证，就发出来了，对于想自学的人是一种不负责任的态度。 [s:6]]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#144540]]></link>
 <author><![CDATA[yuyuanlin]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Wed, 04 Jan 2012 14:25:00 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢，我正为这事头疼，谢谢高手们。]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#138846]]></link>
 <author><![CDATA[yuyuanlin]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Thu, 08 Dec 2011 05:40:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[只需要把&lt;linux/mtd/nand.h&gt;和&lt;plat/nand.h&gt;加上就好了&nbsp;&nbsp; 另外就是s3c_device_nand.dev.platform_data=&amp;mini2440_nand_info加在那个初始化函数里就行了&nbsp;&nbsp;否则回警告但是可以编译通过，结果就是nand没有被内核认到&nbsp;&nbsp; 哈哈&nbsp;&nbsp; 也折腾我几个小时啊]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#70309]]></link>
 <author><![CDATA[wgzh520]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sat, 02 Apr 2011 10:54:39 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[回13楼：
把下面几个头文件加上：

#include &lt;linux/mtd/mtd.h&gt;
#include &lt;linux/mtd/nand.h&gt;
#include &lt;linux/mtd/nand_ecc.h&gt;
#include &lt;linux/mtd/partitions.h&gt;
#include &lt;plat/nand.h&gt;]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#48201]]></link>
 <author><![CDATA[pxwpsy]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Mon, 22 Nov 2010 16:07:28 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我安书里面做的就不行呀，
就是到添加下面代码这步
编译总是出现后面的问题呀。[s:12]
/* nand driver info */

static struct mtd_partition mini2440_default_nand_part[] = {
&nbsp;&nbsp;&nbsp;&nbsp;[0] = {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.name&nbsp;&nbsp;&nbsp;&nbsp;= &quot;supervivi&quot; ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#47879]]></link>
 <author><![CDATA[comxfxf]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Fri, 19 Nov 2010 09:47:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 1楼(kasim) 的帖子]]></title>
 <description><![CDATA[首先如果认为书是对的，就不会来这指出错误了；对于高手来说手册当然没啥用，但对于我们这种自学，而且大多是一个人自学，必须有一个切入点，这种有具体实例的手册之类的资料，就提供我们这类菜鸟一个切入点。如果没有看了N久书，理解那些晦涩的原理，到头来还是蒙蒙懂懂，不知如何下手。
手册有点小错误从另个角度来说其 ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#44698]]></link>
 <author><![CDATA[cjs]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Tue, 19 Oct 2010 07:49:56 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[回cole3：

不对的是&nbsp;&nbsp;Tacls=4, 39ns Twrph0=8 79ns, Twrph1=8 79ns，
对的是 Tacls=3, 29ns Twrph0=7 69ns, Twrph1=3 29ns。
没有8啊 。请看清楚。

但我在想啊，时间更长应该更好才是啊 ，怎么反而不对呢，难道因为 ，譬如Twrph0 设成8 ，是1000，但Twrph0 只能 是3位的，变成了0了？]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#37820]]></link>
 <author><![CDATA[imjacob]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Wed, 11 Aug 2010 06:22:49 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 4楼(cs2003happy) 的帖子]]></title>
 <description><![CDATA[还有不明白，TWRPH0和TWRPH1的取值范围应该是0-7啊，怎么会 =8？]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#32983]]></link>
 <author><![CDATA[cole3]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Tue, 29 Jun 2010 08:26:27 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 4楼(cs2003happy) 的帖子]]></title>
 <description><![CDATA[“而TACLS是CLE/ALE使能的持续时间，也就是CLE/ALE信号线高电平持续的时间”
好像不准确吧。
异步存储器访问时序分为三部分：建立，等待，保持。
TACLS应该是建立时间吧，而CLE/ALE信号线高电平持续的时间应该是建立+等待+保持吧。
愚见，请指正]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#32975]]></link>
 <author><![CDATA[cole3]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Tue, 29 Jun 2010 07:43:42 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[mark]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#32928]]></link>
 <author><![CDATA[cole3]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Tue, 29 Jun 2010 00:03:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[从以上差别可以看出你按照友善提供的Linux移植开发实战所修改的下面一个结构体里设置的参数并没有生效：
static struct s3c2410_platform_nand mini2440_nand_info = {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.tacls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20,
&nbsp;&nbsp;&nbsp;&nb ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#30613]]></link>
 <author><![CDATA[ferret]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Thu, 03 Jun 2010 09:54:31 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第4楼cs2003happy于2010-05-16 00:51发表的&nbsp;&nbsp;:
请楼主注意你贴出来的以下信息：

S3C24XX NAND Driver, (c) 2004 Simtec Electronics
s3c24xx-nand s3c2440-nand: [b]Tacls=4, 39ns Twrph0=8 79ns, Twrph1=8 79ns[/b]

.......
[/quote]


欢迎指正，共同进步。]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#29207]]></link>
 <author><![CDATA[mindee]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sat, 22 May 2010 01:05:38 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[楼上观点明确，我也是遇到楼主的问题，谢谢了]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#28594]]></link>
 <author><![CDATA[gflytu]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sun, 16 May 2010 01:59:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[请楼主注意你贴出来的以下信息：

S3C24XX NAND Driver, (c) 2004 Simtec Electronics
s3c24xx-nand s3c2440-nand: [b]Tacls=4, 39ns Twrph0=8 79ns, Twrph1=8 79ns[/b]

友善官方启动信息里这部分的内容是：
S3C24XX NAND Driver, (c) 2004 Simtec Electronics
s3c2440-nand s3c2440-nand: [b]Tacls=3, 29ns Twrph0=7 69 ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#28583]]></link>
 <author><![CDATA[cs2003happy]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Sat, 15 May 2010 16:51:23 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[参考这个手册移植的时候，最好也参考我们提供的已经移植好的linux-2.6.32.2内核。
再详细的指南也需要根据实际情况来进行。]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#27175]]></link>
 <author><![CDATA[26672624]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Mon, 03 May 2010 03:02:17 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[你说的不错。 
学习这个东西就是这样首先第一次安装手册做完整了。然后才能更详细的了解和研究。就算自己做也要有一个范本吧。
已经是开发实战指南了。就是要把它做的尽量完美才行。]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#26906]]></link>
 <author><![CDATA[bynce]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Thu, 29 Apr 2010 12:09:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这就是我为什么一直很反对出这种所谓的手册或者指南，除了造成一大堆生搬硬套而出现的错误之外，什么好处都没有。
看书的人都以为照书做就对了，但从来不去想想为什么书上这么写。]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=5964#26893]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[开发板实战手册及教程]]></category>
 <pubdate><![CDATA[Thu, 29 Apr 2010 09:11:07 +0000]]></pubdate>
</item>
</channel></rss>