From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Mazanov Subject: Re: OMAP baseline test results for v3.7-rc5 Date: Fri, 16 Nov 2012 15:56:27 +0400 Message-ID: <50A629EB.4030700@gmail.com> References: <50A61A36.10708@visionsystems.de> Reply-To: i.mazanov@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from plane.gmane.org ([80.91.229.3]:47620 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365Ab2KPL4C (ORCPT ); Fri, 16 Nov 2012 06:56:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TZKWm-0006di-DI for linux-omap@vger.kernel.org; Fri, 16 Nov 2012 12:56:08 +0100 Received: from 77.232.56.122 ([77.232.56.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Nov 2012 12:56:08 +0100 Received: from i.mazanov by 77.232.56.122 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Nov 2012 12:56:08 +0100 In-Reply-To: <50A61A36.10708@visionsystems.de> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org Cc: Paul Walmsley , linux-omap@vger.kernel.org Yegor Yefremov wrote: >> Boot tests: >> >> * AM335x Beaglebone: omap2plus_defconfig kernels don't boot >> - May be fixed now, pending retest: >> - http://marc.info/?l=linux-omap&m=135082257727502&w=2 >> - Not yet part of the automated test suite >> * May be due to an old U-boot with FDT support problems used here? >> Pending local investigation and re-test > > I'm also trying to boot 3.7-rc5, but my board has console on ttyO3. So I took arch/arm/boot/dts/am335x-evm.dts and replaced uart definition to > > uart4: serial@481a6000 { > status = "okay"; > }; > > is it sufficient? > > In u-boot > > commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5 > Merge: 22b6fcb b3e5cd1 > Author: Tom Rini > Date: Fri Nov 9 08:47:25 2012 -0700 > > Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze > > I use following commands and get following output: > > U-Boot# mmc rescan ; fatload mmc 0 82000000 uImage;fatload mmc 0 80000000 am335x-evm.dtb > reading uImage > 4222584 bytes read > reading am335x-evm.dtb > 5172 bytes read > U-Boot# fdt addr 80000000; fdt resize; bootm 82000000 - 80000000 > ## Booting kernel from Legacy Image at 82000000 ... > Image Name: Linux-3.7.0-rc5-00028-g79e979e > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size: 4222520 Bytes = 4 MiB > Load Address: 80008000 > Entry Point: 80008000 > Verifying Checksum ... OK > ## Flattened Device Tree blob at 80000000 > Booting using the fdt blob at 0x80000000 > Loading Kernel Image ... OK > OK > reserving fdt memory region: addr=80000000 size=2000 > Loading Device Tree to 8fe64000, end 8fe68fff ... OK > > Starting kernel ... > > I force kernel to use default params, so I don't specify them in u-boot. Any idea? Did you try to set console=ttyO3,115200 in u-boot bootargs settings? > Best regards, > Yegor > > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >