All of lore.kernel.org
 help / color / mirror / Atom feed
From: Varadarajan Narayanan via U-Boot <u-boot@lists.u-boot-project.org>
To: Sumit Garg <sumit.garg@kernel.org>,
	u-boot-qcom@groups.io, u-boot@lists.u-boot-project.org
Cc: Lukasz Majewski <lukma@denx.de>,
	Casey Connolly <casey.connolly@linaro.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Tom Rini <trini@konsulko.com>,
	Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>,
	David Lechner <dlechner@baylibre.com>,
	Luca Weiss <luca.weiss@fairphone.com>,
	Biswapriyo Nath <nathbappai@gmail.com>,
	Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Subject: [PATCH 5/5] doc: board/qualcomm: Update RDP flashing instructions
Date: Thu, 06 Aug 2026 07:51:08 +0530	[thread overview]
Message-ID: <20260806-fastboot-v1-5-cab7d64e592b@oss.qualcomm.com> (raw)
In-Reply-To: <20260806-fastboot-v1-0-cab7d64e592b@oss.qualcomm.com>

Update the flashing instructions to include fastboot.

Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
---
 doc/board/qualcomm/rdp.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/board/qualcomm/rdp.rst b/doc/board/qualcomm/rdp.rst
index 99cf8eba57c..fb3fde7c381 100644
--- a/doc/board/qualcomm/rdp.rst
+++ b/doc/board/qualcomm/rdp.rst
@@ -42,6 +42,22 @@ on your device with::
 
 U-Boot should be running after a reboot (``reset``).
 
+This board is capable of network connectivity over ethernet. However, the
+relevant network driver is not available yet for U-Boot.  To restore the
+original U-Boot or flash modified versions of the above built U-Boot, 'fastboot'
+can be used.
+
+  => setenv serial# ipq9574
+  => fastboot usb 0
+
+  C:\>.\fastboot.exe devices
+  ipq9574  fastboot
+
+  C:\>.\fastboot flash 0:APPSBL u-boot.mbn
+  Sending '0:APPSBL' (620 KB)                        OKAY [  0.042s]
+  Writing '0:APPSBL'                                 OKAY [  0.030s]
+  Finished. Total time: 0.342s
+
 .. WARNING
 	Boards with newer software versions would automatically go the emergency
 	download (EDL) mode if U-Boot is not functioning as expected. If its a

-- 
2.34.1


      parent reply	other threads:[~2026-08-06  2:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06  2:21 [PATCH 0/5] Enable fastboot support for IPQ9574 based boards Varadarajan Narayanan via U-Boot
2026-08-06  2:21 ` [PATCH 1/5] clk/qcom: Add USB related clocks for IPQ9574 Varadarajan Narayanan via U-Boot
2026-08-06  2:21 ` [PATCH 2/5] phy: Add IPQ9574 support to Qualcomm QUSB2 phy Varadarajan Narayanan via U-Boot
2026-08-06  2:21 ` [PATCH 3/5] phy: qcom: Add QMP USB PHY driver Varadarajan Narayanan via U-Boot
2026-08-06  2:21 ` [PATCH 4/5] configs: ipq9574: Enable fastboot support Varadarajan Narayanan via U-Boot
2026-08-06  2:21 ` Varadarajan Narayanan via U-Boot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260806-fastboot-v1-5-cab7d64e592b@oss.qualcomm.com \
    --to=u-boot@lists.u-boot-project.org \
    --cc=balaji.selvanathan@oss.qualcomm.com \
    --cc=casey.connolly@linaro.org \
    --cc=dlechner@baylibre.com \
    --cc=jh80.chung@samsung.com \
    --cc=luca.weiss@fairphone.com \
    --cc=lukma@denx.de \
    --cc=nathbappai@gmail.com \
    --cc=neil.armstrong@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=sumit.garg@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=varadarajan.narayanan@oss.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.