Re: How to run RISC-V test applications using qemu?

2020-11-25 Thread Sebastian Huber
On 25/11/2020 16:57, Jiri Gaisler wrote: PS. I plan to add "pure" riscv support to sis, once I find the proper device-tree definitions for the bsps ... You can run a test on Qemu and dump the device tree blob via GDB. With the device tree compiler you can read the blob and convert it to a plain

Re: How to run RISC-V test applications using qemu?

2020-11-25 Thread Jiri Gaisler
On 11/25/20 4:18 PM, jan.som...@dlr.de wrote: On Wed, 25 Nov 2020 at 15:41, wrote: Hello, I tried to experiment a bit with the riscv BSPs. I could run them using the SIS simulator, but failed with qemu. Regarding qemu I found

Re: How to run RISC-V test applications using qemu?

2020-11-25 Thread Karel Gardas
On 11/25/20 4:18 PM, jan.som...@dlr.de wrote: > FWIW if I use "-serial stdio -monitor none" I can close qemu with Ctrl+C. If > I use "-serial mon:stdio" Ctrl+C does not work. Ctrl-a + c -- works in this case. You will get into monitor where you can type "quit" and hit enter... Karel ___

RE: How to run RISC-V test applications using qemu?

2020-11-25 Thread Jan.Sommer
>On Wed, 25 Nov 2020 at 15:41, wrote: >> Hello, >> >> I tried to experiment a bit with the riscv BSPs. >> I could run them using the SIS simulator, but failed with qemu. >> Regarding qemu I found this ticket: >> https://devel.rtems.org/ticket/3608 >> >> In one mailinglist thread (from 2018) some

Re: How to run RISC-V test applications using qemu?

2020-11-25 Thread Hesham Almatary
On Wed, 25 Nov 2020 at 15:41, wrote: > Hello, > > I tried to experiment a bit with the riscv BSPs. > I could run them using the SIS simulator, but failed with qemu. > Regarding qemu I found this ticket: > https://devel.rtems.org/ticket/3608 > > In one mailinglist thread (from 2018) someone said i

How to run RISC-V test applications using qemu?

2020-11-25 Thread Jan.Sommer
Hello, I tried to experiment a bit with the riscv BSPs. I could run them using the SIS simulator, but failed with qemu. Regarding qemu I found this ticket: https://devel.rtems.org/ticket/3608 In one mailinglist thread (from 2018) someone said it worked with a current master version of qemu. I ha