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

From ESS-WIKI
Jump to: navigation, search
Line 13: Line 13:
  
 
[[File:RSB-3720 Prepare ubuntu image.png|RTENOTITLE]]
 
[[File:RSB-3720 Prepare ubuntu image.png|RTENOTITLE]]
 +
  
 
== '''Mount image''' ==
 
== '''Mount image''' ==
  
 
*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>'''.  
 
*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>'''.  
<pre>$ sudo cp –a imx-image-<span style="color:#9b59b6;">'''${MC}'''</span>-20230816082527.rootfs.wic.bz2 '''<span style="color:#9b59b6;">${WORKSPACE}
+
<pre>$ sudo cp –a imx-image-<span style="color:#9b59b6;">'''${MC}'''</span>-20230816082527.rootfs.wic.bz2 '''<span style="color:#9b59b6;">${WORKSPACE}</span>'''.
 
</span>'''</pre>
 
</span>'''</pre>
  
'''<span style="color:#9b59b6;">[[File:RSB-3720 copy Yocto30 image to workspace.png]]</span>'''
+
'''<span style="color:#9b59b6;">[[File:RSB-3720 copy Yocto30 image to workspace.png|RTENOTITLE]]</span>'''
  
 
*Unpack rootfs.wic  
 
*Unpack rootfs.wic  
<pre>$sudo bzip2 -d imx-image-full-<span style="color:#9b59b6;">'''${MC}'''</span>-20230814102331.rootfs.wic.bz2</pre>
+
<pre>$sudo bzip2 -d imx-image-full<span style="color:#9b59b6;">'''${MC}'''</span>-20230814102331.rootfs.wic.bz2</pre>
 +
 
 +
'''[[File:RSB-3720 unpack yocto30 image.png|RTENOTITLE]]'''
  
&nbsp;
+
*'''To create need to mount folders'''
 +
<pre>$mkdir ubuntu yocto
 +
$mkdir ubuntu/rootfs yocto/rootfs</pre>

Revision as of 07:56, 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-<span style="color:#9b59b6;">'''${MC}'''</span>-20230816082527.rootfs.wic.bz2 '''<span style="color:#9b59b6;">${WORKSPACE}</span>'''.
</span>'''

RTENOTITLE

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

RTENOTITLE

  • To create need to mount folders
$mkdir ubuntu yocto
$mkdir ubuntu/rootfs yocto/rootfs