diff mbox series

doc: board: sdm845: Explicitly add boot.img flashing command

Message ID 20230824124420.1665748-1-sumit.garg@linaro.org
State New
Headers show
Series doc: board: sdm845: Explicitly add boot.img flashing command | expand

Commit Message

Sumit Garg Aug. 24, 2023, 12:44 p.m. UTC
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---
 doc/board/qualcomm/sdm845.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Simon Glass Aug. 28, 2023, 5:54 p.m. UTC | #1
On Thu, 24 Aug 2023 at 06:44, Sumit Garg <sumit.garg@linaro.org> wrote:
>
> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> ---
>  doc/board/qualcomm/sdm845.rst | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/board/qualcomm/sdm845.rst b/doc/board/qualcomm/sdm845.rst
index 71879c2a6e..08e1c353c5 100644
--- a/doc/board/qualcomm/sdm845.rst
+++ b/doc/board/qualcomm/sdm845.rst
@@ -149,7 +149,9 @@  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::
+
+        sudo fastboot flash boot boot.img
 
 More information can be found on the `DragonBoard 845c page`_.