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
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
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
___
>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
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
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