On 4/21/25 9:32 PM, Jakub Jermář wrote:
> On 4/21/25 9:21 PM, Matěj Volf wrote:
>> Compiling and running qemu for malta-be or malta-le goes without issues,
>> but then I found no way to access any console in the running OS. I'm not
>> even sure if there should be one in the qemu UI, or if I should connect
>> to some serial port from outside? The section about serial ports on wiki
>> is marked just with "TODO write this section" :( https://
>> www.helenos.org/wiki/UsersGuide/RunningInQEMU#Serialports . And wiki
>> page about MIPS arch doesn't provide any special instructions either
>> https://www.helenos.org/wiki/Arch/Mips32 . There's unusual amount of "No
>> driver found" errors from devman in the log, no idea if that means
>> something. Full log is attached.
>>
>> Could anyone please assist? Am I doing something wrong, is this just
>> some small issue, or is the mips port known to be currently broken?
> 
> This seems to be currently broken for some reason. Normally it should
> give you a bdsh over serial console. I can confirm that it also does not
> work for me locally. You can try running a release to see how it's
> supposed to look like.

Bisecting this shows that:

c3d9aaf561afb8b493c3460b1898f33b5499c920 is the first bad commit
commit c3d9aaf561afb8b493c3460b1898f33b5499c920
Author: Jiri Svoboda <jiri@wiwaxia>
Date:   Mon Feb 3 16:52:08 2025 +0100

    Determine when device (sub)tree is stable.

    Devman will only return value when the entire device tree is stable.

 uspace/srv/devman/dev.c     | 15 +++++++++++++++
 uspace/srv/devman/dev.h     |  3 ++-
 uspace/srv/devman/devman.h  |  7 ++++++-
 uspace/srv/devman/devtree.c | 13 +++++++++++++
 uspace/srv/devman/devtree.h |  3 ++-
 uspace/srv/devman/driver.c  | 42 ++++++++++++++++++++++++++++++++++++++++--
 uspace/srv/devman/main.c    |  5 ++++-
 7 files changed, 82 insertions(+), 6 deletions(-)


Cheers,
Jakub

> 
> Cheers,
> Jakub
> 
> _______________________________________________
> HelenOS-devel mailing list
> HelenOS-devel@lists.modry.cz
> http://lists.modry.cz/listinfo/helenos-devel


_______________________________________________
HelenOS-devel mailing list
HelenOS-devel@lists.modry.cz
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to