2019-02-19 15:17:16 +08:00
|
|
|
Linux as a direct payload to OpenSBI
|
|
|
|
====================================
|
|
|
|
|
2019-05-05 18:33:25 +08:00
|
|
|
OpenSBI has the capability to load a Linux kernel image directly in supervisor
|
2019-02-19 15:17:16 +08:00
|
|
|
mode. The flattened image generated by the Linux kernel build process can be
|
2019-05-05 18:33:25 +08:00
|
|
|
provided as a payload to OpenSBI.
|
2019-02-19 15:17:16 +08:00
|
|
|
|
2019-05-05 18:33:25 +08:00
|
|
|
Detailed examples can be found in both the [QEMU](../platform/qemu_virt.md)
|
|
|
|
and the [HiFive Unleashed](../platform/sifive_fu540.md) platform guides.
|