From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Subject: Re: OMAP baseline test results for v3.8-rc4 Date: Tue, 22 Jan 2013 13:39:30 +0000 Message-ID: <50FE9692.2090001@mimc.co.uk> References: <50FD6D8D.6030106@mimc.co.uk> <20130121164510.GA18905@kahuna> <20130121182419.GE10020@beef> <87boci9str.fsf@dell.be.48ers.dk> <50FE66AC.2090306@mimc.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: "Bedia, Vaibhav" Cc: "Menon, Nishanth" , "Porter, Matt" , Paul Walmsley , Richard Cochran , "Hiremath, Vaibhav" , Peter Korsgaard , "linux-omap\\@vger.kernel.org" , "linux-arm-kernel\\@lists.infradead.org" List-Id: linux-omap@vger.kernel.org On 22/01/13 13:32, Bedia, Vaibhav wrote: > Following works for me: > > Kernel > === > git checkout next-20130122 > make distclean > make omap2plus_defconfig > > make -j7 > cat arch/arm/boot/zImage arch/arm/boot/dts/am335x-bone.dtb > arch/arm/boot/zImage-dtb.am335x-bone > mkimage -A arm -O linux -C none -T kernel -a 0x80008000 -e 0x80008000 -n 'Linux' -d arch/arm/boot/zImage-dtb.am335x-bone arch/arm/boot/uImage-dtb.am335x-bone > > U-Boot > === > Built from v2013.01 > A dumb question... in your case what's the bootargs set? Note that the mainline > kernel for AM335x doesn't have MMC support yet and the default bootargs is set to > rootfs on MMC. Yes ... I'm trying to boot from a rootfs on MMC:- Kernel command line: console=ttyO0,115200n8 earlyprintk debug root=/dev/mmcblk0p2 ro rootfstype=ext2 rootwait But I should get *something* from the kernel before it starts trying to access the rootfs ? Regards Mark J. From mboxrd@z Thu Jan 1 00:00:00 1970 From: mpfj-list@mimc.co.uk (Mark Jackson) Date: Tue, 22 Jan 2013 13:39:30 +0000 Subject: OMAP baseline test results for v3.8-rc4 In-Reply-To: References: <50FD6D8D.6030106@mimc.co.uk> <20130121164510.GA18905@kahuna> <20130121182419.GE10020@beef> <87boci9str.fsf@dell.be.48ers.dk> <50FE66AC.2090306@mimc.co.uk> Message-ID: <50FE9692.2090001@mimc.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 22/01/13 13:32, Bedia, Vaibhav wrote: > Following works for me: > > Kernel > === > git checkout next-20130122 > make distclean > make omap2plus_defconfig > > make -j7 > cat arch/arm/boot/zImage arch/arm/boot/dts/am335x-bone.dtb > arch/arm/boot/zImage-dtb.am335x-bone > mkimage -A arm -O linux -C none -T kernel -a 0x80008000 -e 0x80008000 -n 'Linux' -d arch/arm/boot/zImage-dtb.am335x-bone arch/arm/boot/uImage-dtb.am335x-bone > > U-Boot > === > Built from v2013.01 > A dumb question... in your case what's the bootargs set? Note that the mainline > kernel for AM335x doesn't have MMC support yet and the default bootargs is set to > rootfs on MMC. Yes ... I'm trying to boot from a rootfs on MMC:- Kernel command line: console=ttyO0,115200n8 earlyprintk debug root=/dev/mmcblk0p2 ro rootfstype=ext2 rootwait But I should get *something* from the kernel before it starts trying to access the rootfs ? Regards Mark J.