RSB-3720 Ubunut creation by Yocto30 kernel

From ESS-WIKI
Revision as of 08:02, 17 August 2023 by Phill.liu (talk | contribs)
Jump to: navigation, search

Prepare Image

  • Build Yocto Linux image with your expected version (e.g. A0386)

            You can follow this SOP to build your Yocto image.

RTENOTITLE

  •  Prepare Ubuntu image (e.g. A0362)

RTENOTITLE



Mount image

  • You can find Yocto image in${WORKSPACE}/build/tmp/deplay/image/${MC}, and copy to your ${WORKSPACE}.
<code>$ sudo cp –a imx-image-<span style="color:#9b59b6;">'''${MC}'''</span>-20230816082527.rootfs.wic.bz2 <span style="color:#9b59b6;">${WORKSPACE}</span>.</code>

RTENOTITLE

  • Unpack rootfs.wic
<code>$sudo bzip2 -d imx-image-full-<span style="color:#9b59b6;">'''${MC}'''</span>-20230814102331.rootfs.wic.bz2</code>

RTENOTITLE

  • Create folders to mount
<code>$mkdir ubuntu yocto
$mkdir ubuntu/rootfs yocto/rootfs</code>