From: Sumit Garg <sumit.garg@kernel.org>
To: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Cc: trini@konsulko.com, casey.connolly@linaro.org,
neil.armstrong@linaro.org, peng.fan@nxp.com,
jh80.chung@samsung.com, lukma@denx.de,
marek.vasut+renesas@mailbox.org, michal.simek@amd.com,
alexeymin@postmarketos.org, u-boot@lists.denx.de,
u-boot-qcom@groups.io
Subject: Re: [RESEND v2 6/6] doc: board/qualcomm: Update RDP flashing instructions
Date: Tue, 23 Dec 2025 13:57:03 +0530 [thread overview]
Message-ID: <aUpSVyZoHOsAcJ64@sumit-xelite> (raw)
In-Reply-To: <aUokgCzdxE8jSED2@hu-varada-blr.qualcomm.com>
On Tue, Dec 23, 2025 at 10:41:28AM +0530, Varadarajan Narayanan wrote:
> On Fri, Dec 19, 2025 at 08:13:55PM +0530, Sumit Garg wrote:
> > On Thu, Dec 18, 2025 at 11:45:57AM +0530, Varadarajan Narayanan wrote:
> > > Update the flashing instructions to include fastboot.
> > >
> > > Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
> > > ---
> > > doc/board/qualcomm/rdp.rst | 14 ++++++++++++++
> > > 1 file changed, 14 insertions(+)
> > >
> > > diff --git a/doc/board/qualcomm/rdp.rst b/doc/board/qualcomm/rdp.rst
> > > index 99cf8eba57c..97a64e4677c 100644
> > > --- a/doc/board/qualcomm/rdp.rst
> > > +++ b/doc/board/qualcomm/rdp.rst
> > > @@ -42,6 +42,20 @@ on your device with::
> > >
> > > U-Boot should be running after a reboot (``reset``).
> > >
> > > +This U-Boot doesn't have the n/w driver.
> >
> > Can you expand a bit on "n/w driver" a bit?
>
> This board is capable of network connectivity over ethernet. However,
> the relevant network driver is not available yet for U-Boot. Hence,
> trying to enable fastboot to update firmware.
Let's add that information to the doc instead. Using random accronyms
should be avoided in the docs.
-Sumit
>
> -Varada
>
> > > 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
> > >
prev parent reply other threads:[~2025-12-23 8:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 6:15 [RESEND v2 0/6] Enable fastboot support for IPQ9574 based boards Varadarajan Narayanan
2025-12-18 6:15 ` [RESEND v2 1/6] clk/qcom: Add USB related clocks for IPQ9574 Varadarajan Narayanan
2025-12-19 13:58 ` Sumit Garg
2026-01-12 14:56 ` Casey Connolly
2025-12-18 6:15 ` [RESEND v2 2/6] phy: Add IPQ9574 support to Qualcomm QUSB2 phy Varadarajan Narayanan
2025-12-19 14:00 ` Sumit Garg
2026-01-12 14:56 ` Casey Connolly
2025-12-18 6:15 ` [RESEND v2 3/6] phy: qcom: Add QMP USB PHY driver Varadarajan Narayanan
2025-12-19 14:13 ` Sumit Garg
2025-12-18 6:15 ` [RESEND v2 4/6] configs: ipq9574: Enable fastboot support Varadarajan Narayanan
2025-12-19 14:29 ` Sumit Garg
2025-12-22 8:44 ` Varadarajan Narayanan
2026-01-12 14:56 ` Casey Connolly
2025-12-18 6:15 ` [RESEND v2 5/6] dts: ipq9574-rdp433-u-boot: Enable USB device mode and MMC Varadarajan Narayanan
2025-12-19 14:41 ` Sumit Garg
2025-12-18 6:15 ` [RESEND v2 6/6] doc: board/qualcomm: Update RDP flashing instructions Varadarajan Narayanan
2025-12-19 14:43 ` Sumit Garg
2025-12-23 5:11 ` Varadarajan Narayanan
2025-12-23 8:27 ` Sumit Garg [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=aUpSVyZoHOsAcJ64@sumit-xelite \
--to=sumit.garg@kernel.org \
--cc=alexeymin@postmarketos.org \
--cc=casey.connolly@linaro.org \
--cc=jh80.chung@samsung.com \
--cc=lukma@denx.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=michal.simek@amd.com \
--cc=neil.armstrong@linaro.org \
--cc=peng.fan@nxp.com \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox