Update doc

This commit is contained in:
Lee Lup Yuen 2023-06-26 16:10:23 +08:00
parent 569e4ae86f
commit a8aea00bf9

View file

@ -4,4 +4,30 @@ Read the article...
- ["64-bit RISC-V with Apache NuttX Real-Time Operating System"](https://lupyuen.github.io/articles/riscv)
# Linux Images for Star64
Let's examine the Linux Images for Star64 SBC, to see how U-Boot Bootloader is configured.
According to [Software Releases for Star64](https://wiki.pine64.org/wiki/STAR64#Software_releases), we have...
1. [Yocto Images](https://github.com/Fishwaldo/meta-pine64) at [pine64.my-ho.st](https://pine64.my-ho.st:8443/)
Let's inspect at [star64-image-minimal](https://pine64.my-ho.st:8443/star64-image-minimal-star64-1.2.wic.bz2)
1. [Armbian Images](https://www.armbian.com/star64/)
Let's inspect [Armbian 23.8 Lunar (Minimal)](https://github.com/armbianro/os/releases/download/23.8.0-trunk.56/Armbian_23.8.0-trunk.56_Star64_lunar_edge_5.15.0_minimal.img.xz)
# Armbian Image for Star64
TODO
Uncompress the .xz, mount the .img file on macOS.
# Yocto Image for Star64
TODO
Uncompress the .bz2, rename as .img. Balena Etcher won't work with .bz2 files!
# TODO