Re: OMAP baseline test results for v3.7-rc3

2012-11-13 Thread Mark Jackson
On 13/11/12 15:35, Paul Walmsley wrote: > > instead of this: > >>> $ cat arch/arm/boot/uImage arch/arm/boot/am335x-bone.dtb > >>> arch/arm/boot/uImage-dtb.am335x-bone >>> $ cp arch/arm/boot/uImage-dtb.am335x-bone /media/boot/uImage > > something like this is what you need to do instead: > > $

Re: OMAP baseline test results for v3.7-rc3

2012-11-13 Thread Paul Walmsley
On Tue, 13 Nov 2012, Mark Jackson wrote: > On 06/11/12 09:47, Mark Jackson wrote: > > > That works ... great !! > > > > But now I'm confused, since I thought the DTB was appended to the uImage > > file. The DTB is appended to the zImage file. You then need to convert the product of the concat

Re: OMAP baseline test results for v3.7-rc3

2012-11-13 Thread Mark Jackson
On 06/11/12 09:47, Mark Jackson wrote: > On 06/11/12 06:16, Hiremath, Vaibhav wrote: >> >> Where is your DTB? Is it appended to Kernel image? >> Can you try below sequence/commands from u-boot? >> >> >> mmc rescan 0 >> fatload mmc 0 8000 am335x-bone.dtb >> fatload mmc 0 8100 uImage >> seten

RE: OMAP baseline test results for v3.7-rc3

2012-11-06 Thread Hiremath, Vaibhav
On Tue, Nov 06, 2012 at 11:39:18, Hiremath, Vaibhav wrote: > On Mon, Nov 05, 2012 at 08:11:24, Paul Walmsley wrote: > > Hi > > > > On Tue, 30 Oct 2012, Vaibhav Hiremath wrote: > > > > > This is surprising, I have tested v3.7-rc3 branch on AM335xBone platform > > > and its booting up for me withou

Re: OMAP baseline test results for v3.7-rc3

2012-11-06 Thread Mark Jackson
On 06/11/12 06:16, Hiremath, Vaibhav wrote: > > Where is your DTB? Is it appended to Kernel image? > Can you try below sequence/commands from u-boot? > > > mmc rescan 0 > fatload mmc 0 8000 am335x-bone.dtb > fatload mmc 0 8100 uImage > setenv bootargs console=ttyO0,115200n8 mem=256M root

Re: OMAP baseline test results for v3.7-rc3

2012-11-06 Thread Felipe Balbi
Hi, On Tue, Nov 06, 2012 at 09:07:47AM +0100, Hiremath, Vaibhav wrote: > On Tue, Nov 06, 2012 at 13:28:00, Balbi, Felipe wrote: > > Hi, > > > > On Tue, Nov 06, 2012 at 07:17:19AM +0100, Hiremath, Vaibhav wrote: > > > On Wed, Oct 31, 2012 at 00:21:02, Balbi, Felipe wrote: > > > > Hi, > > > > > >

RE: OMAP baseline test results for v3.7-rc3

2012-11-06 Thread Hiremath, Vaibhav
On Tue, Nov 06, 2012 at 13:28:00, Balbi, Felipe wrote: > Hi, > > On Tue, Nov 06, 2012 at 07:17:19AM +0100, Hiremath, Vaibhav wrote: > > On Wed, Oct 31, 2012 at 00:21:02, Balbi, Felipe wrote: > > > Hi, > > > > > > On Tue, Oct 30, 2012 at 10:58:59AM -0700, Tony Lindgren wrote: > > > > * Felipe Balb

Re: OMAP baseline test results for v3.7-rc3

2012-11-06 Thread Felipe Balbi
Hi, On Tue, Nov 06, 2012 at 07:17:19AM +0100, Hiremath, Vaibhav wrote: > On Wed, Oct 31, 2012 at 00:21:02, Balbi, Felipe wrote: > > Hi, > > > > On Tue, Oct 30, 2012 at 10:58:59AM -0700, Tony Lindgren wrote: > > > * Felipe Balbi [121030 10:34]: > > > > Hi, > > > > > > > > On Tue, Oct 30, 2012 at

RE: OMAP baseline test results for v3.7-rc3

2012-11-05 Thread Hiremath, Vaibhav
On Wed, Oct 31, 2012 at 00:21:02, Balbi, Felipe wrote: > Hi, > > On Tue, Oct 30, 2012 at 10:58:59AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [121030 10:34]: > > > Hi, > > > > > > On Tue, Oct 30, 2012 at 09:27:28AM -0700, Tony Lindgren wrote: > > > > * Vaibhav Hiremath [121030 07:50]: > >

RE: OMAP baseline test results for v3.7-rc3

2012-11-05 Thread Hiremath, Vaibhav
On Mon, Nov 05, 2012 at 22:24:28, Mark Jackson wrote: > On 31/10/12 13:57, Hiremath, Vaibhav wrote: > > On Wed, Oct 31, 2012 at 19:11:03, Mark Jackson wrote: > >> On 30/10/12 14:48, Vaibhav Hiremath wrote: > >> > >> Okay, so I'm now coming up against a brick wall regarding U-Boot. > >> > >> The Ker

RE: OMAP baseline test results for v3.7-rc3

2012-11-05 Thread Hiremath, Vaibhav
On Mon, Nov 05, 2012 at 08:11:24, Paul Walmsley wrote: > Hi > > On Tue, 30 Oct 2012, Vaibhav Hiremath wrote: > > > This is surprising, I have tested v3.7-rc3 branch on AM335xBone platform > > and its booting up for me without any issues. > > Jon had submitted another patch which fixes boot issue

Re: OMAP baseline test results for v3.7-rc3

2012-11-05 Thread Mark Jackson
On 31/10/12 13:57, Hiremath, Vaibhav wrote: > On Wed, Oct 31, 2012 at 19:11:03, Mark Jackson wrote: >> On 30/10/12 14:48, Vaibhav Hiremath wrote: >> >> Okay, so I'm now coming up against a brick wall regarding U-Boot. >> >> The Kernel boots fine (as per the tree + patch above) provided I build >>

Re: OMAP baseline test results for v3.7-rc3

2012-11-04 Thread Paul Walmsley
Hi On Tue, 30 Oct 2012, Vaibhav Hiremath wrote: > This is surprising, I have tested v3.7-rc3 branch on AM335xBone platform > and its booting up for me without any issues. > Jon had submitted another patch which fixes boot issue on Bone. > > https://patchwork.kernel.org/patch/1606471/ v3.7-rc4 f

Re: OMAP baseline test results for v3.7-rc3

2012-11-01 Thread Mark Jackson
On 31/10/12 14:24, Mark Jackson wrote: > On 31/10/12 13:57, Hiremath, Vaibhav wrote: >> On Wed, Oct 31, 2012 at 19:11:03, Mark Jackson wrote: >>> >>> If I try the latest mainline U-Boot (or the TI branch), I just get to >>> "Starting kernel ..." and then >>> hangs. >>> >> >> >> I am using Mainline

Re: OMAP baseline test results for v3.7-rc3

2012-10-31 Thread Mark Jackson
On 31/10/12 13:57, Hiremath, Vaibhav wrote: > On Wed, Oct 31, 2012 at 19:11:03, Mark Jackson wrote: >> >> If I try the latest mainline U-Boot (or the TI branch), I just get to >> "Starting kernel ..." and then >> hangs. >> > > > I am using Mainline u-boot and it works for me. Can you paste u-boo

RE: OMAP baseline test results for v3.7-rc3

2012-10-31 Thread Hiremath, Vaibhav
On Wed, Oct 31, 2012 at 19:11:03, Mark Jackson wrote: > On 30/10/12 14:48, Vaibhav Hiremath wrote: > > > > > > On 10/30/2012 6:09 PM, Hiremath, Vaibhav wrote: > >> > >> Mark, > >> > >> MMC is dependent on EDMA-DMA conversion patches from Matt, which he has > >> already submitted to the list rece

Re: OMAP baseline test results for v3.7-rc3

2012-10-31 Thread Mark Jackson
On 30/10/12 14:48, Vaibhav Hiremath wrote: > > > On 10/30/2012 6:09 PM, Hiremath, Vaibhav wrote: >> >> Mark, >> >> MMC is dependent on EDMA-DMA conversion patches from Matt, which he has >> already submitted to the list recently. So MMC support will come along with >> EDMA support. DMA-EDMA patc

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Felipe Balbi
Hi, On Tue, Oct 30, 2012 at 10:58:59AM -0700, Tony Lindgren wrote: > * Felipe Balbi [121030 10:34]: > > Hi, > > > > On Tue, Oct 30, 2012 at 09:27:28AM -0700, Tony Lindgren wrote: > > > * Vaibhav Hiremath [121030 07:50]: > > > > > > > > > > MMC is dependent on EDMA-DMA conversion patches from M

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Tony Lindgren
* Felipe Balbi [121030 10:34]: > Hi, > > On Tue, Oct 30, 2012 at 09:27:28AM -0700, Tony Lindgren wrote: > > * Vaibhav Hiremath [121030 07:50]: > > > > > > > > MMC is dependent on EDMA-DMA conversion patches from Matt, which he has > > > > already submitted to the list recently. So MMC support

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Felipe Balbi
Hi, On Tue, Oct 30, 2012 at 09:27:28AM -0700, Tony Lindgren wrote: > * Vaibhav Hiremath [121030 07:50]: > > > > > > MMC is dependent on EDMA-DMA conversion patches from Matt, which he has > > > already submitted to the list recently. So MMC support will come along > > > with > > > EDMA support

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Tony Lindgren
* Vaibhav Hiremath [121030 07:50]: > > > > MMC is dependent on EDMA-DMA conversion patches from Matt, which he has > > already submitted to the list recently. So MMC support will come along with > > EDMA support. DMA-EDMA patches are targeted for v3.8, lets see how it goes. This is a bogus depe

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Vaibhav Hiremath
On 10/30/2012 6:09 PM, Hiremath, Vaibhav wrote: > On Tue, Oct 30, 2012 at 17:17:00, Paul Walmsley wrote: >> cc Vaibhav Hiremath >> >> On Tue, 30 Oct 2012, Mark Jackson wrote: >> >>> At what point is booting from MMC on the BeagleBone going to start working ? >>> >>> I only ask, since, by default,

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Paul Walmsley
On Tue, 30 Oct 2012, Vaibhav Hiremath wrote: > On 10/30/2012 8:06 AM, Paul Walmsley wrote: > > > * AM335x Beaglebone: omap2plus_defconfig kernels don't boot > > - Due to GPMC missing support for DT > > - Temporary workaround at > > http://www.spinics.net/lists/arm-kernel/msg200787.html > >

RE: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Hiremath, Vaibhav
On Tue, Oct 30, 2012 at 17:17:00, Paul Walmsley wrote: > cc Vaibhav Hiremath > > On Tue, 30 Oct 2012, Mark Jackson wrote: > > > At what point is booting from MMC on the BeagleBone going to start working ? > > > > I only ask, since, by default, a new BeagleBone is setup to boot from > > MMC, so

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Paul Walmsley
cc Vaibhav Hiremath On Tue, 30 Oct 2012, Mark Jackson wrote: > At what point is booting from MMC on the BeagleBone going to start working ? > > I only ask, since, by default, a new BeagleBone is setup to boot from > MMC, so anyone testing a new kernel will probably expect the same setup > to w

Re: OMAP baseline test results for v3.7-rc3

2012-10-30 Thread Mark Jackson
On 30/10/12 02:36, Paul Walmsley wrote: > > Here are some basic OMAP test results for Linux v3.7-rc3. > Logs and other details at: > > http://www.pwsan.com/omap/testlogs/test_v3.7-rc3/20121028162003/ > > > Passing tests > - > > Boot to userspace: 2420n800, 3517evm, 3530es3beagl

Re: OMAP baseline test results for v3.7-rc3

2012-10-29 Thread Vaibhav Hiremath
On 10/30/2012 8:06 AM, Paul Walmsley wrote: > > Here are some basic OMAP test results for Linux v3.7-rc3. > Logs and other details at: > > http://www.pwsan.com/omap/testlogs/test_v3.7-rc3/20121028162003/ > > > Passing tests > - > > Boot to userspace: 2420n800, 3517evm, 3530es