Message ID | 20130701204236.GA805@arwen.pp.htv.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Mon, Jul 01, 2013 at 11:42:36PM +0300, Felipe Balbi wrote: > On Mon, Jul 01, 2013 at 07:48:50PM +0000, Paul Walmsley wrote: > > Boot to userspace: > > FAIL ( 2/12): 37xxevm, am335xbonelt > > <quoting part of [1]> > | U-Boot# tftp 0x82000000 am335x-boneblack.dtb > | link up on port 0, speed 100, full duplex > | Using cpsw device > | TFTP from server 192.168.57.1; our IP address is 192.168.57.138 > | Filename 'am335x-boneblack.dtb'. > > Where are you taking am335x-boneblack.dtb from ? It's not in mainline > v3.10-rc7 kernel: > > $ ls arch/arm/boot/dts/am33*.dts > arch/arm/boot/dts/am335x-bone.dts arch/arm/boot/dts/am335x-evm.dts > arch/arm/boot/dts/am335x-evmsk.dts > $ git grep -e boneblack arch/arm/ > $ echo $ > 1 > $ git show > commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d > Author: Linus Torvalds <torvalds@linux-foundation.org> > Date: Sat Jun 22 09:47:31 2013 -1000 > > Linux 3.10-rc7 > > diff --git a/Makefile b/Makefile > index c6863b5..0142c93 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,7 +1,7 @@ > VERSION = 3 > PATCHLEVEL = 10 > SUBLEVEL = 0 > -EXTRAVERSION = -rc6 > +EXTRAVERSION = -rc7 > NAME = Unicycling Gorilla > > # *DOCUMENTATION* > > [1] http://www.pwsan.com/omap/testlogs/test_v3.10-rc7/20130630191558/boot/am335xbonelt/am335x-bone/am335xbonelt_log.txt just a gentle ping here, wondering if you still have some garbage DTBs left in your tree.
Hi On Mon, 1 Jul 2013, Felipe Balbi wrote: > On Mon, Jul 01, 2013 at 07:48:50PM +0000, Paul Walmsley wrote: > > Boot to userspace: > > FAIL ( 2/12): 37xxevm, am335xbonelt > > <quoting part of [1]> > | U-Boot# tftp 0x82000000 am335x-boneblack.dtb > | link up on port 0, speed 100, full duplex > | Using cpsw device > | TFTP from server 192.168.57.1; our IP address is 192.168.57.138 > | Filename 'am335x-boneblack.dtb'. > > Where are you taking am335x-boneblack.dtb from ? It's not in mainline > v3.10-rc7 kernel: As mentioned in my earlier reply: http://www.spinics.net/lists/arm-kernel/msg255055.html my earlier test boots were with the am335x-boneblack.dtb from the ti-linux-3.8.y tree from Vaibhav's github, since that was the only DTB that I was able to get any kernel to boot with. The am33xx_only/appended DTB issues don't apply to this board since it's booted with detached DTB and omap2plus_defconfig. Anyway, just retried it with the mainline am335x-bone.dtb file with v3.10, and the board comes up now. So that's good, will switch to am335x-bone.dtb for the testing restate jobs to be run for BeagleBone-white, and let's see what previous kernels it boots with now... - Paul
On Thu, 4 Jul 2013, Paul Walmsley wrote: > So that's good, will switch to am335x-bone.dtb for the testing restate > jobs to be run for BeagleBone-white, and let's see what previous kernels > it boots with now... Sorry, this was unclear. To rephrase, I will add BeagleBone-black boot retest runs, using am335x-bone.dtb, to the testing restate jobs that were planned for BeagleBone-white. - Paul
On Thu, Jul 04, 2013 at 05:11:33PM +0000, Paul Walmsley wrote: > Hi > > On Mon, 1 Jul 2013, Felipe Balbi wrote: > > > On Mon, Jul 01, 2013 at 07:48:50PM +0000, Paul Walmsley wrote: > > > Boot to userspace: > > > FAIL ( 2/12): 37xxevm, am335xbonelt > > > > <quoting part of [1]> > > | U-Boot# tftp 0x82000000 am335x-boneblack.dtb > > | link up on port 0, speed 100, full duplex > > | Using cpsw device > > | TFTP from server 192.168.57.1; our IP address is 192.168.57.138 > > | Filename 'am335x-boneblack.dtb'. > > > > Where are you taking am335x-boneblack.dtb from ? It's not in mainline > > v3.10-rc7 kernel: > > As mentioned in my earlier reply: > > http://www.spinics.net/lists/arm-kernel/msg255055.html > > my earlier test boots were with the am335x-boneblack.dtb from the > ti-linux-3.8.y tree from Vaibhav's github, since that was the only DTB > that I was able to get any kernel to boot with. > > The am33xx_only/appended DTB issues don't apply to this board since it's > booted with detached DTB and omap2plus_defconfig. > > Anyway, just retried it with the mainline am335x-bone.dtb file with v3.10, > and the board comes up now. So that's good, will switch to > am335x-bone.dtb for the testing restate jobs to be run for > BeagleBone-white, and let's see what previous kernels it boots with now... alright
diff --git a/Makefile b/Makefile index c6863b5..0142c93 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 10 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = -rc7 NAME = Unicycling Gorilla # *DOCUMENTATION*