mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-12 20:58:32 +08:00
NuttX boots OK
This commit is contained in:
parent
48337e6085
commit
308e7db1fd
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -4243,6 +4243,8 @@ nxposix_spawn_exec: ERROR: exec failed: 2
|
|||
nsh>
|
||||
```
|
||||
|
||||
[(See the Complete Log)](https://gist.github.com/lupyuen/eef8de0817ceed2072b2bacc925cdd96)
|
||||
|
||||
_How did we build NuttX for Star64?_
|
||||
|
||||
To build NuttX for Star64, [install the prerequisites](https://nuttx.apache.org/docs/latest/quickstart/install.html) and [clone the git repositories](https://nuttx.apache.org/docs/latest/quickstart/install.html) for ``nuttx`` and ``apps``.
|
||||
|
@ -4273,6 +4275,12 @@ Download the [Device Tree jh7110-visionfive-v2.dtb](https://github.com/starfive-
|
|||
|
||||
Now we create a Bootable MicroSD...
|
||||
|
||||
[(See the Build Outputs)](https://github.com/lupyuen2/wip-pinephone-nuttx/releases/tag/jh7110b-0.0.1)
|
||||
|
||||
[(See the Build Steps)](https://github.com/lupyuen2/wip-pinephone-nuttx/releases/tag/jh7110b-0.0.1)
|
||||
|
||||
[(See the Build Log)](https://gist.github.com/lupyuen/c6dc9aeec74d399029ebaf46ac16ef79)
|
||||
|
||||
# Bootable MicroSD for NuttX
|
||||
|
||||
_How do we create a Bootable MicroSD for NuttX?_
|
||||
|
@ -4443,6 +4451,12 @@ $ help
|
|||
|
||||
[Booting NuttX over TFTP](https://lupyuen.github.io/articles/tftp) is also supported on Star64.
|
||||
|
||||
[(See the Build Outputs)](https://github.com/lupyuen2/wip-pinephone-nuttx/releases/tag/jh7110b-0.0.1)
|
||||
|
||||
[(See the Build Steps)](https://github.com/lupyuen2/wip-pinephone-nuttx/releases/tag/jh7110b-0.0.1)
|
||||
|
||||
[(See the Build Log)](https://gist.github.com/lupyuen/c6dc9aeec74d399029ebaf46ac16ef79)
|
||||
|
||||
More about Flat Image Tree...
|
||||
|
||||
- [Flattened Image Tree (FIT) Format](https://u-boot.readthedocs.io/en/latest/usage/fit/source_file_format.html)
|
||||
|
|
Loading…
Reference in a new issue