<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[uboot linux 控制台重定向问题]]></title>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318]]></link>
 <description><![CDATA[Latest 20 replies of uboot linux 控制台重定向问题]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 15:36:36 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://121.40.142.80]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[回 13楼(yucejun) 的帖子]]></title>
 <description><![CDATA[恭喜问题得到解决]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204765]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 13:47:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我终于打到问题的原因了，原来这问题还跟内核kernel有关系。kernel的配置config_mini2440_x35里有几句关于串口的配置
CONFIG_S3C_BOOT_UART_FORCE_FIFO=y
CONFIG_S3C_LOWLEVEL_UART_PORT=0
CONFIG_SERIAL_SAMSUNG_UARTS=3
CONFIG_DEBUG_S3C_UART=0
修改为
CONFIG_S3C_BOOT_UART_FORCE_FIFO=y
CONFIG_S3C_LOWLEVEL_UART_PO ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204731]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 12:30:51 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 8楼(kasim) 的帖子]]></title>
 <description><![CDATA[我试过链接帖子的方法。
这里我用u-boot_uart0指&quot;#define CONFIG_SERIAL1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;/* we use SERIAL 1 on SBC2410X */&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//uart0&quot;编译出来的u-boot,
这里我用u-boot_uart1指&quot; ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204717]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 11:43:56 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 10楼(core1011) 的帖子]]></title>
 <description><![CDATA[我还在解决中。。。
咱们可以讨论下，一起想办法解决。如果我有进展了会发上来的。]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204674]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 07:19:12 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[朋友，你的问题解决了吗，我也有此问题的困扰啊]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204656]]></link>
 <author><![CDATA[core1011]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 06:19:54 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[machine ID是1999，没问题的。
我现在照帖子里的方法试一下，看能否找到问题的原因。
谢谢kasim]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204600]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Tue, 30 Oct 2012 02:09:14 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 7楼(yucejun) 的帖子]]></title>
 <description><![CDATA[我想你的问题是在于当使用UART1作内核console时看不到内核的启动信息。 
我的建议是你按照[url]http://www.arm9home.net/read.php?tid-207.html[/url]里介绍的early printk的方法一步一步确定内核启动的问题。当然从你的情况看，可以排除machine ID不匹配的可能。]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204561]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Mon, 29 Oct 2012 14:45:05 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 5楼(kasim) 的帖子]]></title>
 <description><![CDATA[u-boot源码修改\include\configs\mini2440.h
#define CONFIG_SERIAL1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;/* we use SERIAL 1 on SBC2410X */&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//uart0
//#define CONFIG_SERIAL2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204305]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Sun, 28 Oct 2012 06:32:27 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我现在是用MICRO2440 SDK开发板上实验我的程序。
判断内核是否引导成功，还是看串口打印信息的。

我试过修改console参数，当参数设置为：
&quot;noinitrd root=/dev/mtdblock3 init=/linuxrc console=ttySAC1,115200&quot;
时，内核信息就从串口2(uart1)输出；
当参数被设置为：
&quot;noinitrd root=/dev/mtdblock3 ini ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204304]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Sun, 28 Oct 2012 06:29:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]修改回来用CONFIG_SERIAL1就可以引导内核[/quote]
我不太能理解你这话的意思。根据你的硬件配置，在这种情况下，不管是uboot还是内核，你都看不到启动信息，你是怎么确定内核引导成功的?
另外，你有相应的修改过内核命令行上的console=参数吗？]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204091]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Fri, 26 Oct 2012 23:13:44 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 3楼(kasim) 的帖子]]></title>
 <description><![CDATA[谢谢您的关注！
目的是公司用micro2440核心板做东西，硬件同事没和我商量，把uart0接其他MCU，uart1留作打印。所以我要从软件上改。
我的用的u-boot版本2010-3，tekkamanninja整合的。
我做的修改，只修改\include\configs\mini2440.h
//#define CONFIG_SERIAL1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204069]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Fri, 26 Oct 2012 12:41:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 1楼(yucejun) 的帖子]]></title>
 <description><![CDATA[能否具体说出你的目的，如何做的，以及错误信息？]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#204011]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Fri, 26 Oct 2012 07:55:18 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[没有用过u-boot，不太了解，请使用我们提供的Supervivi]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#203981]]></link>
 <author><![CDATA[mindee]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Fri, 26 Oct 2012 05:40:57 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我也遇到同样的问题了，不知楼主去年解决了没]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=16318#203978]]></link>
 <author><![CDATA[yucejun]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Fri, 26 Oct 2012 05:29:46 +0000]]></pubdate>
</item>
</channel></rss>