Discussion:
[yocto] how do you create a non-read only root file system when making a iso based project
blackthirt33n .
2017-08-05 23:06:53 UTC
Permalink
how do you create a non-read only root files system when make an iso based
project.
I had created an iso image by doing the following

bitbake core-image-minimal
wic create directdisk -e core-image-minimal
this created an iso that did boot using qemu

qemu-system-x86_64 -boot d -cdrom ./core-image-minimal-genericx86-64.iso -m
512

But, the root file system was read-only.
What steps would I need to take to make root filesystem that can be
written to?

James
Chris Z.
2017-08-06 09:21:08 UTC
Permalink
Hi,

Please search documentation first:
http://www.yoctoproject.org/docs/2.3.1/yocto-project-qs/yocto-project-qs.html#building-an-image-for-emulation

http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-qemu



Best regards,
Chris Z.

06.08.2017 01:07 "blackthirt33n ." <***@gmail.com> napisał(a):

how do you create a non-read only root files system when make an iso based
project.
I had created an iso image by doing the following

bitbake core-image-minimal
wic create directdisk -e core-image-minimal
this created an iso that did boot using qemu

qemu-system-x86_64 -boot d -cdrom ./core-image-minimal-genericx86-64.iso -m
512

But, the root file system was read-only.
What steps would I need to take to make root filesystem that can be
written to?

James

--

Loading...