From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Lo Date: Thu, 25 May 2006 11:14:09 +0800 Subject: [U-Boot-Users] kernel starting... In-Reply-To: <4547030.post@talk.nabble.com> References: <4547030.post@talk.nabble.com> Message-ID: <1148526849.8101.5.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hurricane555 wrote: > My U-BOOT seems to be running! > > (U_BOOT 1.1.4 and linux 2.6.10) > > > Now I?m trying to run linux on my ARM board but I get no output on my > console! > What params I?ve to pass from U-BOOT to Linux to become an output ? > > U-boot is uncompressing Kernelheader and shows kernel starting... For example, Set 'console=/dev/ttyS0,115200' from the bootargs. Kevin