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