From: Johannes Krottmayer <krjdev@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] doc: board: xilinx: zynq.rst: add description how to flash a SD card
Date: Wed, 3 Jun 2020 11:01:35 +0200 [thread overview]
Message-ID: <281fb517-1ad7-2add-8cc7-e12bb0a9468d@gmail.com> (raw)
In-Reply-To: <6c67c17c-38c9-ac59-dc1d-3466f157074c@xilinx.com>
On 03.06.20 at 08:23, Michal Simek wrote:
> On 02. 06. 20 17:55, Johannes Krottmayer wrote:
>> Add a short description in the ZYNQ documentation how to prepare a SD card and
>> copy the related images to SD card.
>>
>> I think, it's necessary for the documentation to avoid such user questions
>> (like mine) in this list.
>>
>> Okay?
>
> remove these 4 lines above from commit message and move it below ---.
>
> And no problem to extend documentation for newcomers.
Thanks!
>>
>> Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
>> ---
>> doc/board/xilinx/zynq.rst | 19 +++++++++++++++++++
>> 1 file changed, 19 insertions(+)
>>
>> diff --git a/doc/board/xilinx/zynq.rst b/doc/board/xilinx/zynq.rst
>> index 6a09df1d15..e5f002af85 100644
>> --- a/doc/board/xilinx/zynq.rst
>> +++ b/doc/board/xilinx/zynq.rst
>> @@ -60,6 +60,25 @@ SLCR bootmode register Bit[3:0] values
>> "modeboot" variable can assign any of "norboot", "sdboot" or "jtagboot"
>> bootmode strings at runtime.
>>
>> +Flashing
>> +--------
>> +
>> +SD Card
>> +^^^^^^^
>> +
>> +To write an image that boots from a SD card first create a FAT32 partition
>> +and a FAT32 filesystem on the SD card::
>> +
>> + sudo fdisk /dev/sdx
>> + sudo mkfs.vfat -F 32 /dev/sdx1
>> +
>> +Mount the SD card and copy the SPL and U-Boot to the root directory of the
>> +SD card::
>> +
>> + sudo mount -t vfat /dev/sdx /mnt
>
> here should be /dev/sdx0
>
Oops, sorry! But "/dev/sdx1" should be correct according to command
"sudo mkfs.vfat -F 32 /dev/sdx1".
At least on my used system. Typo?
>> + sudo cp spl/boot.bin /mnt
>> + sudo cp u-boot.img /mnt
>> +
>> Mainline status
>> ---------------
>>
>>
>
> Thanks,
> Michal
>
Kind regards,
Johannes K.
next prev parent reply other threads:[~2020-06-03 9:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-02 15:55 [PATCH] doc: board: xilinx: zynq.rst: add description how to flash a SD card Johannes Krottmayer
2020-06-03 6:23 ` Michal Simek
2020-06-03 9:01 ` Johannes Krottmayer [this message]
2020-06-03 9:06 ` Michal Simek
2020-06-03 9:50 ` [PATCH v2] " Johannes Krottmayer
2020-06-04 8:55 ` Michal Simek
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=281fb517-1ad7-2add-8cc7-e12bb0a9468d@gmail.com \
--to=krjdev@gmail.com \
--cc=u-boot@lists.denx.de \
/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.