Boots OK yay!

This commit is contained in:
Lee Lup Yuen 2023-07-25 09:55:23 +08:00
parent fea8ed2baf
commit 5963dafab9

View file

@ -2577,6 +2577,8 @@ Let's disable Semihosting and replace by Initial RAM Disk and ROMFS.
(See https://github.com/apache/nuttx/issues/9501)
![QEMU Semihosting](https://lupyuen.github.io/images/semihost-qemu.jpg)
Here's the Crash Dump after we disabled Semihosting...
```text
@ -3124,6 +3126,8 @@ TODO
Now we can modify NuttX for Star64 JH7110 RISC-V SBC to mount the Apps Filesystem from an Initial RAM Disk. (Instead of Semihosting)
![NuttX for Star64 JH7110 RISC-V SBC will mount the Apps Filesystem from an Initial RAM Disk](https://lupyuen.github.io/images/semihost-star64.jpg)
We follow the steps from QEMU Kernel Mode's Initial RAM Disk. (See previous section)
We build NuttX Star64 in Kernel Mode: [Build Steps](https://github.com/lupyuen2/wip-pinephone-nuttx/tree/master/boards/risc-v/qemu-rv/rv-virt)