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 `$(...)` s
* 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 `${
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 b
* 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 sw
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 on
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 [earlycon0]
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 /uImag
* 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 0x011000
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
9 matches
Mail list logo