diff options
| author | Sumit Garg <[email protected]> | 2023-08-24 18:14:20 +0530 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-08-27 08:21:08 +0200 |
| commit | 96c4fec7019a3c5d4410c01d2f5ecbc6a547dc81 (patch) | |
| tree | 264ab51fb40ed9aa43ae6d0d94b5faa36063c41e /doc | |
| parent | eeef584015209cd8f23d438f8a29e8065838d34f (diff) | |
doc: board: sdm845: Explicitly add boot.img flashing command
Signed-off-by: Sumit Garg <[email protected]>
Use code-block. Fix length of two heading underlines.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/qualcomm/sdm845.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/board/qualcomm/sdm845.rst b/doc/board/qualcomm/sdm845.rst index 71879c2a6e3..d3f218e835e 100644 --- a/doc/board/qualcomm/sdm845.rst +++ b/doc/board/qualcomm/sdm845.rst @@ -38,9 +38,10 @@ and FIT image instead of ``initramfs``. Android bootloader expect gzipped kernel with appended dtb, so let's mimic linux to satisfy stock bootloader. Boards ------------- +------ + starqlte -^^^^^^^^^^^^ +^^^^^^^^ The starqltechn is a production board for Samsung S9 (SM-G9600) phone, based on the Qualcomm SDM845 SoC. @@ -149,7 +150,11 @@ Steps: mkbootimg --kernel u-boot.bin.gz-dtb --ramdisk db845c.itb \ --output boot.img --pagesize 4096 --base 0x80000000 -- Flash boot.img using db845c fastboot method. +- Flash boot.img using db845c fastboot method: + + .. code-block:: bash + + sudo fastboot flash boot boot.img More information can be found on the `DragonBoard 845c page`_. |
