diff options
author | Pali Rohár <pali@kernel.org> | 2023-01-21 23:29:36 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2023-03-01 06:39:17 +0100 |
commit | 4bf91e2203f8590b11d4aff86e3a4da6db221093 (patch) | |
tree | 1b45708d7c92c2fe6a2fdbd6e48da2ebcc53d3d1 /doc/mvebu | |
parent | c8f5009029d2e00bff45f998996a3e0a37a5aead (diff) | |
download | u-boot-4bf91e2203f8590b11d4aff86e3a4da6db221093.zip u-boot-4bf91e2203f8590b11d4aff86e3a4da6db221093.tar.gz u-boot-4bf91e2203f8590b11d4aff86e3a4da6db221093.tar.bz2 |
cmd: mvebu/bubt: Add support for reading image from the SATA disk partition
This change allows to load boot image from the first SATA/SCSI device
partition and burn it to board boot location (e.g. SPI-NOR). This is
particularly when storage device is not handled by U-Boot as USB mass
storage (which is already supported by bubt) but as SATA/SCSI device.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'doc/mvebu')
-rw-r--r-- | doc/mvebu/cmd/bubt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mvebu/cmd/bubt.txt b/doc/mvebu/cmd/bubt.txt index 515e4fb..52bd3e6 100644 --- a/doc/mvebu/cmd/bubt.txt +++ b/doc/mvebu/cmd/bubt.txt @@ -6,7 +6,7 @@ The bubt command gets the following parameters: ATF file name, destination devic bubt [file-name] [destination [source]] - file-name Image file name to burn. default = flash-image.bin - destination Flash to burn to [spi, nand, mmc, sata]. default = active flash - - source Source to load image from [tftp, usb]. default = tftp + - source Source to load image from [tftp, usb, mmc, sata]. default = tftp Examples: bubt - Burn flash-image.bin from tftp to active flash |