mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
Boots OK yay!
This commit is contained in:
parent
fea8ed2baf
commit
5963dafab9
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue