You've already forked documentation
mirror of
https://github.com/Dasharo/documentation.git
synced 2026-03-06 15:26:51 -08:00
f7e97417f5
This page is to provide basic GDB usage on QEMU target for better understanding SBL flow. - Prepare SBL QEMU image - Prepare GDB helper scripts - Launch QEMU target - Launch GDB - Transit Stage1A to Stage1B - Transit Stage1B to Stage2 - Transit Stage2 to OsLoader Signed-off-by: Aiden Park <aiden.park@intel.com>
18 lines
395 B
ReStructuredText
18 lines
395 B
ReStructuredText
Tutorials
|
|
=========
|
|
|
|
SBL provides the development exercises to practice building, stitching and configuring the output images.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
ex_build_sbl_for_qemu
|
|
ex_run_sbl_on_qemu
|
|
ex_debug_sbl_on_qemu_with_gdb
|
|
ex_sbl_shell_cli
|
|
ex_boot_to_linux
|
|
ex_feature_custom_splash
|
|
ex_feature_custom_verified_boot
|
|
ex_feature_custom_boot_order
|
|
ex_uefi_payload
|