From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 3/3] doc: Change rpi-sdimg related documentation
Date: Mon, 21 Mar 2022 16:42:46 +0300 [thread overview]
Message-ID: <20220321134246.17405-4-amikan@ilbers.de> (raw)
In-Reply-To: <20220321134246.17405-1-amikan@ilbers.de>
Image type rpi-sdimg was replaced by wic, so some doc changes needed.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
doc/user_manual.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 466bf8e..b950ff7 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -208,7 +208,7 @@ tmp/deploy/images/qemui386/isar-image-base-debian-stretch-qemui386.wic.img
tmp/deploy/images/qemui386/isar-image-base-debian-buster-qemui386.wic.img
tmp/deploy/images/qemuamd64/isar-image-base-debian-stretch-qemuamd64.wic.img
tmp/deploy/images/qemuamd64/isar-image-base-debian-buster-qemuamd64.wic.img
-tmp/deploy/images/rpi/isar-image-base.rpi-sdimg
+tmp/deploy/images/rpi/isar-image-base-raspbian-stretch-rpi.wic.img
```
### Generate full disk image
@@ -461,7 +461,6 @@ image to be generated may be specified through the `IMAGE_FSTYPES` variable.
Currently, the following image types are provided:
- `ext4` - 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
- `vm-img` - A image for use on VirtualBox or VMware
@@ -540,7 +539,8 @@ IMAGE_PREINSTALL = "linux-image-rpi-rpfv \
KERNEL_IMAGE = "vmlinuz-4.4.0-1-rpi"
INITRD_IMAGE = "initrd.img-4.4.0-1-rpi"
MACHINE_SERIAL = "ttyAMA0"
-IMAGE_FSTYPES = "rpi-sdimg"
+IMAGE_FSTYPES = "wic-img"
+WKS_FILE = "rpi-sdimg"
```
To add new machine user should perform the following steps:
@@ -604,7 +604,6 @@ IMAGE_FSTYPES = "my-image"
Isar contains additional image type classes that can be used as reference:
- `ext4-img`
- - `rpi-sdimg`
- `targz-img`
- `ubifs-img`
- `ubi-img`
--
2.17.1
next prev parent reply other threads:[~2022-03-21 13:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 13:42 [PATCH 0/3] Replace rpi-sdimg by wic Anton Mikanovich
2022-03-21 13:42 ` [PATCH 1/3] rpi: Introduce bootconfig-rpi package Anton Mikanovich
2022-03-21 13:42 ` [PATCH 2/3] rpi: Migrate to WIC Anton Mikanovich
2022-03-21 13:42 ` Anton Mikanovich [this message]
2022-03-28 17:50 ` [PATCH 0/3] Replace rpi-sdimg by wic Anton Mikanovich
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=20220321134246.17405-4-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.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