From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7024167601088495616 X-Received: by 2002:adf:d0cf:: with SMTP id z15mr7412022wrh.219.1635441475428; Thu, 28 Oct 2021 10:17:55 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:4f08:: with SMTP id l8ls3846461wmq.0.canary-gmail; Thu, 28 Oct 2021 10:17:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJythBaUyxPuikWJGJUui0oR1obJV2Tb5S5aS1zXneH6X9jIMd+c88lGo4YmdOs3SzewApWD X-Received: by 2002:a1c:1c1:: with SMTP id 184mr2222001wmb.1.1635441474458; Thu, 28 Oct 2021 10:17:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635441474; cv=none; d=google.com; s=arc-20160816; b=URnGy8WBLN2VVxLRBpUC4sSRne6O3+jjXljxIMvltQ8hylDqZFkPL+56gvn02MLPLj gJyxqfaSsVtwUK9j1bf8DAQ3rArlDGt9XMmr4f97hQhAk7V/UQWzxDu6ED0VbNRHankU BkKaif0EUXV9i036wwZmhCnsY26JKzMh7APg/comKR/YMwHeUc8HgIdTbq0AirTB1C4a df1fVkwSjjIxc1Aqxf+UpeifDNO6ijRrMCzjMGbfJ2R9xgCnqv7+GAV3ZX1YcHrsdv26 3kkSlpprThr1BHdp7ltLUCqmZaUNEvfscdq6jCH15Xvi8cGBstrP/zJP/e6Z5+qdH4A9 tQNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=AFBd0U7AMvH50Zn3y9TjOt3NAe124ebgNs0QMs2oPks=; b=KBniRSLi05rwFbAV1LfwVTnm2uk/dmaff6nYcU0OzQBLViREagErUKnRyPd9GBkfhm IE//UwdpW40ORR+dsKHi/u4rZavJraFmOREKvIVZHh/q+gSj9/+VKSaZoPsrHb8UZLzk I+JJNIC4x/TJFZOKpQA0wh0IQQYonCO+AsHCQ+5ijfg4l4H1cFOIsc59cBtTiIJcNZBo svfz36HE/MzpE+im+2soNH+HjEfJCbxWiXxF/UMDeYOcmTIyvlwYBL/ReDoPTRzmITNH 4YtmFvrPtb190gTNfJxkPmrlpNNffNFHazu83rJuCG+fBNrIIuMBdpFAHmtyfu4ibV6M icMQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a10si322133wmb.0.2021.10.28.10.17.54 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Oct 2021 10:17:54 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from localhost.localdomain (mm-42-79-214-37.mgts.dynamic.pppoe.byfly.by [37.214.79.42] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 19SHHYsA018353 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 Oct 2021 19:17:51 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v2 3/3] doc: Update available image types Date: Thu, 28 Oct 2021 20:17:27 +0300 Message-Id: <20211028171727.246342-4-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211028171727.246342-1-amikan@ilbers.de> References: <20211028171727.246342-1-amikan@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 8CCxnda5KB3W Update the list of image types can be used for targets. Signed-off-by: Anton Mikanovich --- doc/user_manual.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/user_manual.md b/doc/user_manual.md index 1b00a47..b4dbe85 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -450,10 +450,16 @@ Please refer to `Add a Custom Application` section for more information about wr Isar can generate various images types for specific machine. The type of the image to be generated may be specified through the `IMAGE_TYPE` variable. Currently, the following image types are provided: - - `ext4` - Raw ext4 filesystem image (default option for `qemuarm` machine). + - `ext4-img` - Raw ext4 filesystem image (default option for `qemuarm` machine). - `rpi-sdimg` - A complete, partitioned Raspberry Pi SD card image (default option for the `rpi` machine). - `wic-img` - A full disk image with user-specified partitions created and populated using the wic tool. - - `ubi-img` - A image for use on mtd nand partitions employing UBI + - `targz-img` - Compressed Tar archive with filesystem. + - `fit-img` - Flattened Image Tree filesystem image with user-specified binaries included. + - `ubifs-img` - UBIFS filesystem image to be used with ubiupdatevol. + - `ubi-img` - An image for use on mtd nand partitions employing UBI. + - `ubi-ubifs-img` - An image encapsulates FIT and UBI image types. + - `container-img` - Container image specified by `CONTAINER_FORMAT` value. + - `cpiogz-img` - An initramfs like filesystem. - `vm-img` - A image for use on VirtualBox or VMware --- @@ -582,9 +588,13 @@ Isar contains additional image type classes that can be used as reference: - `ext4-img` - `rpi-sdimg` - `targz-img` + - `fit-img` - `ubifs-img` - `ubi-img` - `wic-img` + - `container-img` + - `cpiogz-img` + - `vm-img` ### Imager dependencies and bootloaders -- 2.25.1