| .\" SPDX-License-Identifier: GPL-2.0-or-later |
| .\" Copyright (C) 2023 Jassi Brar <jaswinder.singh@linaro.org> |
| .TH MKFWUMDATA 1 2023-04-10 U-Boot |
| mkfwumdata \- create FWU metadata image |
| creates metadata info to be used with FWU. |
| Print usage information and exit. |
| as the currently active Bank. Default is 0. |
| as the previous active Bank. Default is |
| whichever is non-negative. |
| Specify there are a total of |
| Comma-separated list of UUIDs required to create the metadata :- |
| location_uuid,image_type_uuid,<images per bank uuid list of all banks> |
| Specify the name of the metadata image file to be created. |
| Please report bugs to the |
| .UR https://\:source\:.denx\:.de/\:u-boot/\:u-boot/\:issues |
| Create a metadata image with 2 banks and 1 image/bank, BankAct=0, BankPrev=1: |
| .B mkfwumdata \-a 0 \-p 1 \-b 2 \-i 1 \\\\\& |
| .B 17e86d77-41f9-4fd7-87ec-a55df9842de5,\\\\\& |
| .B 10c36d7d-ca52-b843-b7b9-f9d6c501d108,\\\\\& |
| .B 5a66a702-99fd-4fef-a392-c26e261a2828,a8f868a1-6e5c-4757-878d-ce63375ef2c0 \\\\\& |