diff --git a/JOURNAL.md b/JOURNAL.md index 8401ece..47890ca 100644 --- a/JOURNAL.md +++ b/JOURNAL.md @@ -1419,3 +1419,11 @@ kernel and OpenSBI has mapped a segment for Machine mode only, there is no error message about it in the console. Let's update to OpenSBI 1.5 for now, and see if we get any more information. + +It seems to be booting fine. + +So, I observed the `udevadm settle` to take a lot of time, maybe I can get some +clues by enabling the debug mode. + +If a trap is being issued, we may be able to modify OpenSBI to print some +information to the serial console so we can understand what is going on.