Re: guruplug doesn't boot after upgrade kernel

2019-04-13 Thread Lieven Baes
On Sat, Apr 13, 2019 at 12:13 PM Martin Michlmayr wrote: > * Ian Campbell [2019-04-13 11:07]: > > > [0.00] Kernel command line: $(bootargs_console) > earlyprintk=serial,ttyS0,115200 > > > > Looks like `$(bootargs_console)` isn't actually being substituted. Are > > you sure the `$(...)`

Re: guruplug doesn't boot after upgrade kernel

2019-04-13 Thread Martin Michlmayr
* Ian Campbell [2019-04-13 11:07]: > > [0.00] Kernel command line: $(bootargs_console) > > earlyprintk=serial,ttyS0,115200 > > Looks like `$(bootargs_console)` isn't actually being substituted. Are > you sure the `$(...)` syntax is correct? Vendor u-boots sometime > deviate a bit but

Re: guruplug doesn't boot after upgrade kernel

2019-04-13 Thread Ian Campbell
On Thu, 2019-04-11 at 17:06 +0200, Lieven Baes wrote: > [0.00] Kernel command line: $(bootargs_console) > earlyprintk=serial,ttyS0,115200 Looks like `$(bootargs_console)` isn't actually being substituted. Are you sure the `$(...)` syntax is correct? Vendor u-boots sometime deviate a bit

Re: guruplug doesn't boot after upgrade kernel

2019-04-13 Thread Martin Michlmayr
* Lieven Baes [2019-04-12 10:33]: > Martin, do you need to change this on your guruplugs-webpage by adding that > console-argument? If someone can explain to me what's going on, I can update the docs if required. But your u-boot variables specify console=ttyS0,115200, so I don't know why it's

Re: guruplug doesn't boot after upgrade kernel

2019-04-12 Thread Lieven Baes
On Fri, Apr 12, 2019 at 7:36 AM Rob J. Epping wrote: > On April 11, 2019 3:06:20 PM UTC, Lieven Baes wrote: > >On Thu, Apr 11, 2019 at 4:13 PM Martin Michlmayr > >wrote: > [snip] > >[0.008443] Console: colour dummy device 80x30 > >[0.013038] console [tty0] enabled > console is opened

Re: guruplug doesn't boot after upgrade kernel

2019-04-11 Thread Rob J. Epping
On April 11, 2019 3:06:20 PM UTC, Lieven Baes wrote: >On Thu, Apr 11, 2019 at 4:13 PM Martin Michlmayr >wrote: > [snip] >[0.008443] Console: colour dummy device 80x30 >[0.013038] console [tty0] enabled console is opened on dummy "screen" device >[0.016581] bootconsole

Re: guruplug doesn't boot after upgrade kernel

2019-04-11 Thread Lieven Baes
On Thu, Apr 11, 2019 at 4:13 PM Martin Michlmayr wrote: > * Lieven Baes [2019-04-11 15:05]: > > What can I do instead of a whole reinstall ? > > Is there a trick to boot the 'old' system? > > This should work: > setenv bootargs $(bootargs_console) > usb start > ext2load usb 1:1 0x0080

Re: guruplug doesn't boot after upgrade kernel

2019-04-11 Thread Martin Michlmayr
* Lieven Baes [2019-04-11 15:05]: > What can I do instead of a whole reinstall ? > Is there a trick to boot the 'old' system? This should work: setenv bootargs $(bootargs_console) usb start ext2load usb 1:1 0x0080 /uImage.bak ext2load usb 1:1 0x0110 /uInitrd.bak bootm 0x0080

guruplug doesn't boot after upgrade kernel

2019-04-11 Thread Lieven Baes
Hello, After upgrade 'booting the kernel' is hanging ... What can I do instead of a whole reinstall ? - u-boot-version : U-Boot 2016.11+dfsg1-4 (Mar 27 2017 - 18:39:51 +) This seems like the last stable version. - kernel : 4.9.0-8-marvell I tried to boot kernel 4.9.0-6-marvell, by changing