Re: [sw-dev] Booting Linux from U-Boot in qemu-system-riscv64?

2020-12-02 Thread Michael Opdenacker
Hi Anup, On 12/2/20 3:28 PM, Anup Patel wrote: > root=/dev/vda2 rootwait console=ttyS0 earlycon=sbi Many thanks for the "earlycon=sbi" tip. It doesn't solve the problem yet but definitely helps to get further details: [    0.00] Linux version 5.10.0-rc5-00357-gaae5ab854e38

Re: [sw-dev] Booting Linux from U-Boot in qemu-system-riscv64?

2020-12-02 Thread Anup Patel
Hi Michael, Set bootargs to "root=/dev/vda2 rootwait console=ttyS0 earlycon=sbi" in U-Boot before doing bootm Regards, Anup On Wed, 2 Dec, 2020, 12:51 Michael Opdenacker, < michael.opdenac...@bootlin.com> wrote: > Greetings, > > To prepare an embedded Linux demo (on RiscV), I'm trying to boot