]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: board: sdm845: Explicitly add boot.img flashing command
authorSumit Garg <sumit.garg@linaro.org>
Thu, 24 Aug 2023 12:44:20 +0000 (18:14 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 27 Aug 2023 06:21:08 +0000 (08:21 +0200)
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Use code-block. Fix length of two heading underlines.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/board/qualcomm/sdm845.rst

index 71879c2a6e399ac7194d153c945455d78fad2924..d3f218e835e0ee29a8855dbad4664bfae1bc0d1e 100644 (file)
@@ -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`_.