mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-13 05:08:28 +08:00
Update doc
This commit is contained in:
parent
131604e79b
commit
0248d72d1a
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -1292,9 +1292,24 @@ nsh>
|
|||
nsh>
|
||||
```
|
||||
|
||||
NuttX OSTest works great too!
|
||||
_What about the rest of NuttX?_
|
||||
|
||||
https://gist.github.com/lupyuen/fff5242cf77a3f52d81f3effb9aa402f
|
||||
__NuttX OSTest__ is the perfect way to test everything in NuttX...
|
||||
|
||||
```bash
|
||||
nsh> ostest
|
||||
user_main: mutex test
|
||||
riscv_exception:
|
||||
EXCEPTION: Load access fault
|
||||
MCAUSE: 5
|
||||
EPC: 802189ce
|
||||
MTVAL: 0000000000000000
|
||||
Segmentation fault in PID 7: ostest
|
||||
```
|
||||
|
||||
Sadly we're hitting a RISC-V Exception: __Load Access Fault__. Needs more troubleshooting sigh.
|
||||
|
||||
[(See the __Complete Log__)](https://gist.github.com/lupyuen/fff5242cf77a3f52d81f3effb9aa402f)
|
||||
|
||||
# U-Boot Commands for Milk-V Duo S
|
||||
|
||||
|
|
Loading…
Reference in a new issue