From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Klute Subject: Re: Gumstix Overo: linux-omap newer than 2.6.36 does not boot Date: Mon, 06 Feb 2012 17:20:07 +0100 Message-ID: <4F2FFDB7.3020107@uni-dortmund.de> References: <4F2FF18F.2070801@uni-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.HRZ.Uni-Dortmund.DE ([129.217.128.51]:37793 "EHLO unimail.uni-dortmund.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754542Ab2BFQUK (ORCPT ); Mon, 6 Feb 2012 11:20:10 -0500 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Grazvydas Ignotas Cc: linux-omap@vger.kernel.org Am 06.02.2012 17:08, schrieb Grazvydas Ignotas: > On Mon, Feb 6, 2012 at 5:28 PM, Thomas Klute > wrote: >> Hi, >> >> I'm working with various Gumstix Overo boards (OMAP 35XX) and found that >> kernel versions from the linux-omap tree newer than 2.6.36 fail to boot >> on the Overo, as in no output after "Uncompressing Linux... done, >> booting the kernel." See attached for the complete serial console output >> (latest 3.3 git version as of this writing, using omap2plus_defconfig). > > OMAP serial driver changed around that time. > Do you pass correct console through bootags, like > console=ttyO2,115200n8 (instead of ttyS*)? Thanks a lot, changing the console parameter solved the problem. :-)