[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: guruplug doesn't boot after upgrade kernel




On April 11, 2019 3:06:20 PM UTC, Lieven Baes <yanu@waime.eu> wrote:
>On Thu, Apr 11, 2019 at 4:13 PM Martin Michlmayr <tbm@cyrius.com>
>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] disabled

and serial console is stopped.

>Than it stops.

try the following :

setenv bootargs $(bootargs_console) earlyprintk=serial,ttyS0,115200 console=ttyS0,115200
usb start
ext2load usb 1:1 0x00800000 /uImage
ext2load usb 1:1 0x01100000 /uInitrd
bootm 0x00800000 0x01100000

>I did all your options, and implement it in my u-boot-variables, giving
>all
>the same result.
>
>thx Lieven Baes aka yanu

GRTNX, RobJE
-- 
Sent from my Android device. Please excuse my brevity.


Reply to: