mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-12 20:58:29 +08:00
Update doc
This commit is contained in:
parent
c8517db4ee
commit
b710d24957
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
![RISC-V Sophgo SG2000](https://lupyuen.github.io/images/sg2000-soc.jpg)
|
![RISC-V Sophgo SG2000](https://lupyuen.github.io/images/sg2000-soc.jpg)
|
||||||
|
|
||||||
|
[(Watch the Demo on YouTube)](https://www.youtube.com/watch?v=pPNDiC5NLqM)
|
||||||
|
|
||||||
# Apache NuttX RTOS on 64-bit RISC-V Sophgo SG2000 (T-Head C906 / Milk-V Duo S)
|
# Apache NuttX RTOS on 64-bit RISC-V Sophgo SG2000 (T-Head C906 / Milk-V Duo S)
|
||||||
|
|
||||||
64-bit RISC-V Sophgo SG2000 SoC ... Will it boot Apache NuttX RTOS? 🤔 (T-Head C906 / Milk-V Duo S)
|
64-bit RISC-V Sophgo SG2000 SoC ... Will it boot Apache NuttX RTOS? 🤔 (T-Head C906 / Milk-V Duo S)
|
||||||
|
@ -889,6 +891,8 @@ nxtask_activate: /system/bin/init pid=3,TCB=0x80409140
|
||||||
nxtask_exit: AppBringUp pid=2,TCB=0x80408740
|
nxtask_exit: AppBringUp pid=2,TCB=0x80408740
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[(Watch the Demo on YouTube)](https://www.youtube.com/watch?v=pPNDiC5NLqM)
|
||||||
|
|
||||||
_But where's the NuttX Shell?_
|
_But where's the NuttX Shell?_
|
||||||
|
|
||||||
We won't see the NuttX Shell until we fix the Interrupt Controller for SG2000. Which is NOT documented!
|
We won't see the NuttX Shell until we fix the Interrupt Controller for SG2000. Which is NOT documented!
|
||||||
|
|
Loading…
Reference in a new issue