[linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-23 Thread bruce bushby
Hi Axel How did you fix your console problem? I have the same issue: This config says starting kerneland then nothing setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra} fatload mmc 0 0x4600 uImage fatload mmc 0 0x4900 sun7i-a20-olinuxino-micro.dtb e

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-23 Thread jonsm...@gmail.com
Enable early printk in the kernel debug section on menu config. Then add it to the command line from uboot. Kernel command line: console=ttyS0,115200 loglevel=9 earlyprintk root=/dev/nfs ip=192.168.1.51:192.168.1.254:192.168.1.254:255.255.255.0:truck::off nfsroot=192.168.1.50:/export/work/root ro

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-24 Thread bruce bushby
Thanks Jon, I have cleared my sdcard and setup tftp/nfs etc. The exercise has shown I have a uboot/hardware problem in that the network is not working If I build uboot using "cubieboard2" I don't even get a "link up" If I build uboot using "A20-OLinuXino_MICRO" ... I at least get link up..

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-24 Thread jonsm...@gmail.com
Turn on the earlyprintk support. That will likely make some error messages appear. On Tue, Jun 24, 2014 at 6:17 PM, bruce bushby wrote: > Thanks Jon, I have cleared my sdcard and setup tftp/nfs etc. > > The exercise has shown I have a uboot/hardware problem in that the network > is not working >

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-25 Thread bruce bushby
Doesn't helpwhich suggests I'm doing something fundamentally wrong. bootargs=console=ttyS0,115200 loglevel=9 earlyprintk In my defconfig I have: CONFIG_PRINTK_TIME=y CONFIG_EARLY_PRINTK=y CONFIG_DEBUG_LL=y CONFIG_DEBUG_FS=y The board I'm using in A20-SOM-EVB ...which was only released in May

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-25 Thread jonsm...@gmail.com
Maybe you are loading the DTB too close to the kernel and when the kernel expands it over writes it On Wed, Jun 25, 2014 at 4:37 PM, bruce bushby wrote: > Doesn't helpwhich suggests I'm doing something fundamentally wrong. > > bootargs=console=ttyS0,115200 loglevel=9 earlyprintk > > In my def

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-25 Thread Maxime Ripard
On Wed, Jun 25, 2014 at 09:37:59PM +0100, bruce bushby wrote: > Doesn't helpwhich suggests I'm doing something fundamentally wrong. > > bootargs=console=ttyS0,115200 loglevel=9 earlyprintk > > In my defconfig I have: > CONFIG_PRINTK_TIME=y > CONFIG_EARLY_PRINTK=y > CONFIG_DEBUG_LL=y > CONFIG_

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-25 Thread bruce bushby
Hi Maxime Nope... didn't think about damaging the board. I have absolutely no idea what I'm doing :) ...it's just a hobby and I figured the only way to learn is to try.you really don't want to watch me connecting the breadboard LOL I try and avoid constantly asking junior questions s

RE: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-25 Thread Paul Jones
@googlegroups.com Subject: Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck Hi Maxime Nope... didn't think about damaging the board. I have absolutely no idea what I'm doing :) ...it's just a hobby and I figured the only way to learn is to try.you really don

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-26 Thread bruce bushby
linux-sunxi@googlegroups.com [mailto:linux-sunxi@googlegroups.com] > *On Behalf Of *bruce bushby > *Sent:* Thursday, 26 June 2014 8:34 AM > *To:* linux-sunxi@googlegroups.com > *Subject:* Re: [linux-sunxi] Re: Booting mainline on > a20-olinuxino/cubietruck > > > > > >

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-26 Thread jonsm...@gmail.com
u find a good source for learning DTS files I’d like to see it – They >> are still a bit of a mystery to me as well. >> >> >> >> Cheers, >> >> Paul. >> >> >> >> From: linux-sunxi@googlegroups.com [mailto:linux-sunxi@googlegroups.com] >

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-26 Thread Maxime Ripard
On Wed, Jun 25, 2014 at 03:33:52PM -0700, bruce bushby wrote: > > Hi Maxime > > Nope... didn't think about damaging the board. I have absolutely no > idea what I'm doing :) ...it's just a hobby and I figured the only way to > learn is to try.you really don't want to watch me connecting

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-27 Thread bruce bushby
t;> If you find a good source for learning DTS files I’d like to see it – > They > >> are still a bit of a mystery to me as well. > >> > >> > >> > >> Cheers, > >> > >> Paul. > >> > >> > >> > >>