Future directions #52
Replies: 2 comments 2 replies
-
Related, there's a common request to parse a given device tree, rather than create it. It really seems to reflect the different usage models; software uses just want to provide a few images (say, opensbi, kernel, and rootfs) whereas cosimulation wants to use the exact configuration that the DUT uses. Some open questions in this regard:
|
Beta Was this translation helpful? Give feedback.
-
If we do the DTB, the repo should have a couple of working ones and the boot.cfg/cmd-line to require to point to it. It will reduce some of the options that we have (these are redundant with the DTB)
If we do fdt, we may want to document a bit how to patch/dump with the fdtdump/fdtget/.... |
Beta Was this translation helpful? Give feedback.
-
I'm opening up a discussion here an the future of Dromajo. There are a number of pain-points that will take some non-trivial changes to address. In no particular order:
--foobar=baz
would be interpreted as{ "foobar": "baz" }
.Beta Was this translation helpful? Give feedback.
All reactions