Update article

This commit is contained in:
Lee Lup Yuen 2024-05-17 00:14:10 +08:00
parent 5c2ba0c82c
commit 2e74c27300
5 changed files with 4 additions and 4 deletions

BIN
images/sg2000-boot2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

BIN
images/sg2000-build.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
images/sg2000-kernel.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

BIN
images/sg2000-nsh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

View file

@ -423,7 +423,7 @@ According to [__OpenSBI Log__](https://lupyuen.github.io/articles/sg2000#boot-th
Which is supported by NuttX. We mod the NuttX Boot Code to print something...
![Print to UART in RISC-V Assembly](https://lupyuen.github.io/images/sg2000-boot.png)
![Print to UART in RISC-V Assembly](https://lupyuen.github.io/images/sg2000-boot2.jpg)
# Print to UART in RISC-V Assembly
@ -505,7 +505,7 @@ See the "__`123`__"? That's proof that our NuttX Boot Code __is actually running
[(See the __Complete Log__)](https://gist.github.com/lupyuen/78b54326daf0894a2c23ab6d2c03456d)
![NuttX Kernel Boots OK](https://lupyuen.github.io/images/sg2000-kernel.png)
![NuttX Kernel Boots OK](https://lupyuen.github.io/images/sg2000-kernel.jpg)
# NuttX Kernel Boots OK
@ -599,7 +599,7 @@ One last thing and we're done...
[(Watch the __Demo on YouTube__)](https://www.youtube.com/watch?v=pPNDiC5NLqM)
![NuttX Kernel boots all the way to NuttX Shell](https://lupyuen.github.io/images/sg2000-nsh.png)
![NuttX Kernel boots all the way to NuttX Shell](https://lupyuen.github.io/images/sg2000-nsh.jpg)
# NuttX Shell Too!
@ -769,7 +769,7 @@ _Got a question, comment or suggestion? Create an Issue or submit a Pull Request
[__lupyuen.github.io/src/sg2000.md__](https://github.com/lupyuen/lupyuen.github.io/blob/master/src/sg2000.md)
![Build NuttX for SG2000](https://lupyuen.github.io/images/sg2000-build.png)
![Build NuttX for SG2000](https://lupyuen.github.io/images/sg2000-build.jpg)
# Appendix: Build NuttX for SG2000