* ISAR expand-on-first-boot
@ 2022-09-27 9:04 Balasubramanian Sundaram
2022-09-27 9:53 ` Bezdeka, Florian
0 siblings, 1 reply; 3+ messages in thread
From: Balasubramanian Sundaram @ 2022-09-27 9:04 UTC (permalink / raw)
To: isar-users
[-- Attachment #1.1: Type: text/plain, Size: 423 bytes --]
Hi Team,
I using 8 GB SD card for flashing .wic image with expand-on-first-boot
added in */conf/machine/imx6ull-14x14-evk.conf file .*
*It gets expand up to 6.5 GB*
Is there any where we can change manually the size how much *like 5 GB or
4 GB* after flashing it to SD Card in ISAR
please suggest us for that without expand-on-first-boot , is there any way
we can alter the SD card size manually and build in ISAR
[-- Attachment #1.2: Type: text/html, Size: 518 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ISAR expand-on-first-boot
2022-09-27 9:04 ISAR expand-on-first-boot Balasubramanian Sundaram
@ 2022-09-27 9:53 ` Bezdeka, Florian
2022-09-28 9:22 ` Henning Schild
0 siblings, 1 reply; 3+ messages in thread
From: Bezdeka, Florian @ 2022-09-27 9:53 UTC (permalink / raw)
To: balasubramanian.sundaram, isar-users
Hi,
On Tue, 2022-09-27 at 02:04 -0700, 'Balasubramanian Sundaram' via isar-
users wrote:
> Hi Team,
>
> I using 8 GB SD card for flashing .wic image with expand-on-first-
> boot added in /conf/machine/imx6ull-14x14-evk.conf file .
> It gets expand up to 6.5 GB
> Is there any where we can change manually the size how much like 5
> GB or 4 GB after flashing it to SD Card in ISAR
> please suggest us for that without expand-on-first-boot , is there
> any way we can alter the SD card size manually and build in ISAR
expand-on-first-boot is designed to expand the *last* partition to the
available maximum. If you want a fixed size you can modify your
partition layout (.wic file) accordingly.
>
> CONFIDENTIALITY
> This e-mail message and any attachments thereto, is intended only for
> use by the addressee(s) named herein and may contain legally
> privileged and/or confidential information. If you are not the
> intended recipient of this e-mail message, you are hereby notified
> that any dissemination, distribution or copying of this e-mail
> message, and any attachments thereto, is strictly prohibited. If you
> have received this e-mail message in error, please immediately notify
> the sender and permanently delete the original and any copies of this
> email and any prints thereof.
> ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL
> IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the
> Uniform Electronic Transactions Act or the applicability of any other
> law of similar substance and effect, absent an express statement to
> the contrary hereinabove, this e-mail message its contents, and any
> attachments hereto are not intended to represent an offer or
> acceptance to enter into a contract and are not otherwise intended to
> bind the sender, Sanmina Corporation (or any of its subsidiaries), or
> any other person or entity.
^^ This doesn't make sense on a public mailing list...
Regards,
Florian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ISAR expand-on-first-boot
2022-09-27 9:53 ` Bezdeka, Florian
@ 2022-09-28 9:22 ` Henning Schild
0 siblings, 0 replies; 3+ messages in thread
From: Henning Schild @ 2022-09-28 9:22 UTC (permalink / raw)
To: balasubramanian.sundaram; +Cc: Bezdeka, Florian, isar-users
Am Tue, 27 Sep 2022 09:53:57 +0000
schrieb "Bezdeka, Florian" <florian.bezdeka@siemens.com>:
> Hi,
>
> On Tue, 2022-09-27 at 02:04 -0700, 'Balasubramanian Sundaram' via
> isar- users wrote:
> > Hi Team,
> >
> > I using 8 GB SD card for flashing .wic image with expand-on-first-
> > boot added in /conf/machine/imx6ull-14x14-evk.conf file .
> > It gets expand up to 6.5 GB
> > Is there any where we can change manually the size how much like 5
> > GB or 4 GB after flashing it to SD Card in ISAR
> > please suggest us for that without expand-on-first-boot , is there
> > any way we can alter the SD card size manually and build in ISAR
>
> expand-on-first-boot is designed to expand the *last* partition to the
> available maximum. If you want a fixed size you can modify your
> partition layout (.wic file) accordingly.
Right, i.e. --fixed-size 4G or --size 4G
see https://docs.yoctoproject.org/ref-manual/kickstart.html
And you want to not install expand-on-first-boot in that case, or add
another last partition to become the subject of growing.
That whole on first boot growing is meant for cases where one does not
know how big the storage medium is going to be and use all of it. If
you know how big it is going to be, or if you do not need the space ...
it is likely better to avoid such dynamic resizing.
Henning
> >
> > CONFIDENTIALITY
> > This e-mail message and any attachments thereto, is intended only
> > for use by the addressee(s) named herein and may contain legally
> > privileged and/or confidential information. If you are not the
> > intended recipient of this e-mail message, you are hereby notified
> > that any dissemination, distribution or copying of this e-mail
> > message, and any attachments thereto, is strictly prohibited. If you
> > have received this e-mail message in error, please immediately
> > notify the sender and permanently delete the original and any
> > copies of this email and any prints thereof.
> > ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL
> > IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the
> > Uniform Electronic Transactions Act or the applicability of any
> > other law of similar substance and effect, absent an express
> > statement to the contrary hereinabove, this e-mail message its
> > contents, and any attachments hereto are not intended to represent
> > an offer or acceptance to enter into a contract and are not
> > otherwise intended to bind the sender, Sanmina Corporation (or any
> > of its subsidiaries), or any other person or entity.
>
> ^^ This doesn't make sense on a public mailing list...
>
> Regards,
> Florian
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-28 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 9:04 ISAR expand-on-first-boot Balasubramanian Sundaram
2022-09-27 9:53 ` Bezdeka, Florian
2022-09-28 9:22 ` Henning Schild
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox