Difference between revisions of "RSB-3720 Ubunut creation by Yocto30 kernel"

From ESS-WIKI
Jump to: navigation, search
(Prepare Image)
Line 15: Line 15:
 
[[File:RSB-3720 Prepare ubuntu image.png|RTENOTITLE]]
 
[[File:RSB-3720 Prepare ubuntu image.png|RTENOTITLE]]
  
== '''Mount image''' ==
+
<h2><b>Mount image</b></h2>
  
*'''You can find Yocto image in <span style="color:#9b59b6;">${WORKSPACE}</span>'''/build/tmp/deplay/image/<span style="color:#9b59b6;">'''${MC}'''</span>, and copy to your&nbsp;'''<span style="color:#9b59b6;">${WORKSPACE}</span>'''.
+
<p>&nbsp;</p>
<pre>$ sudo cp –a imx-image-full-<span style="color:#9b59b6;">'''${MC}'''</span>'''-20230816082527.rootfs.wic.bz2 '''<span style="color:#9b59b6;">${WORKSPACE}</span></pre>
 
  
&nbsp;
+
<ul>
 +
<li><b>You can find Yocto image in <span style="color:#9b59b6;">${WORKSPACE}</span></b>/build/tmp/deplay/image/<span style="color:#9b59b6;"><b>${MC}</b></span>, and copy to your&nbsp;<b><span style="color:#9b59b6;">${WORKSPACE}</span></b>.</li>
 +
</ul>
 +
 
 +
<p>&nbsp;</p>
 +
 
 +
<pre>
 +
$ sudo cp &ndash;a imx-image-full-&lt;span style=&quot;color:#9b59b6;&quot;&gt;&#39;&#39;&#39;${MC}&#39;&#39;&#39;&lt;/span&gt;&#39;&#39;&#39;-20230816082527.rootfs.wic.bz2 &#39;&#39;&#39;&lt;span style=&quot;color:#9b59b6;&quot;&gt;${WORKSPACE}&lt;/span&gt;</pre>
 +
 
 +
<p>&nbsp;</p>

Revision as of 08:21, 17 August 2023


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}.

 

$ sudo cp –a imx-image-full-<span style="color:#9b59b6;">'''${MC}'''</span>'''-20230816082527.rootfs.wic.bz2 '''<span style="color:#9b59b6;">${WORKSPACE}</span>