mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
Document building a full featured image with SDK
This can be used for on device building Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
11
README.md
11
README.md
@@ -57,9 +57,20 @@ repo rebase
|
||||
. ./meta-riscv/setup.sh
|
||||
```
|
||||
## Build Image
|
||||
|
||||
A console-only image
|
||||
```text
|
||||
bitbake core-image-full-cmdline
|
||||
```
|
||||
|
||||
Basic image without X support suitable for Linux Standard Base (LSB) implementations.
|
||||
It includes the full meta-toolchain, plus development headers and libraries to form
|
||||
a standalone (on device) SDK
|
||||
|
||||
```
|
||||
bitbake core-image-lsb-sdk
|
||||
```
|
||||
|
||||
## Run in QEMU
|
||||
```text
|
||||
runqemu nographic
|
||||
|
||||
Reference in New Issue
Block a user