mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
Clean up
This commit is contained in:
parent
3ba6387202
commit
0001569bea
1 changed files with 6 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
Read the articles...
|
||||
|
||||
- ["Inspecting the RISC-V Linux Images for Star64 SBC"](https://lupyuen.github.io/articles/star64)
|
||||
|
||||
- ["64-bit RISC-V with Apache NuttX Real-Time Operating System"](https://lupyuen.github.io/articles/riscv)
|
||||
|
||||
- ["Rolling to RISC-V"](https://lupyuen.github.io/articles/pinephone2#rolling-to-risc-v)
|
||||
|
||||
- ["Inspecting the RISC-V Linux Images for Star64 SBC"](https://lupyuen.github.io/articles/star64)
|
||||
|
||||
Let's port Apache NuttX RTOS to [Pine64 Star64](https://wiki.pine64.org/wiki/STAR64) 64-bit RISC-V SBC!
|
||||
|
||||
(Based on [StarFive JH7110 SoC](https://doc-en.rvspace.org/Doc_Center/jh7110.html))
|
||||
|
@ -452,6 +452,8 @@ StarFive #
|
|||
|
||||
Which is OK because we haven't inserted a microSD Card.
|
||||
|
||||
## U-Boot Commands for Star64
|
||||
|
||||
Here are the U-Boot Commands...
|
||||
|
||||
```text
|
||||
|
@ -560,6 +562,8 @@ unzip - unzip a memory region
|
|||
version - print monitor, compiler and linker version
|
||||
```
|
||||
|
||||
## U-Boot Settings for Star64
|
||||
|
||||
Here are the U-Boot Settings...
|
||||
|
||||
```text
|
||||
|
|
Loading…
Reference in a new issue