Update doc

This commit is contained in:
Lee Lup Yuen 2023-11-04 08:52:32 +08:00
parent c523e4fbc6
commit b17fd2bc9d

View file

@ -876,7 +876,11 @@ Starting kernel ...
[(Source)](https://gist.github.com/lupyuen/8134f17502db733ce87d6fa8b00eab55)
Let's print to the Serial Console in the NuttX Boot Code (in RISC-V Assembly)
We're hoping that NuttX could crash and OpenSBI could print a meaningful Stack Trace. But nope! NuttX was probably stuck in a loop waiting for Star64 UART.
Let's print to the Ox64 Serial Console in the NuttX Boot Code (in RISC-V Assembly)...
# Print to Ox64 Serial Console in NuttX Boot Code
TODO