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

From ESS-WIKI
Jump to: navigation, search
(Created page with " == Prepare Image == *Build Yocto Linux image with your expected version (e.g. A0386) You can follow this SOP to build your Yocto image. *Modify kernel to "[https://github...")
 
Line 1: Line 1:
 +
  
 
== Prepare Image ==
 
== Prepare Image ==
Line 4: Line 5:
 
*Build Yocto Linux image with your expected version (e.g. A0386)  
 
*Build Yocto Linux image with your expected version (e.g. A0386)  
  
You can follow this SOP to build your Yocto image.
+
            You can follow this [http://ess-wiki.advantech.com.tw/view/IoTGateway/BSP/Linux/iMX8/Yocto_LBVA_User_Guide SOP] to build your Yocto image.
  
 
*Modify kernel to "[https://github.com/ADVANTECH-Corp/linux-imx/commits/adv_5.4.70_2.3.0 <u>Add&nbsp;commit to support the Ubuntu desktop version</u>]"  
 
*Modify kernel to "[https://github.com/ADVANTECH-Corp/linux-imx/commits/adv_5.4.70_2.3.0 <u>Add&nbsp;commit to support the Ubuntu desktop version</u>]"  
  
 
[[File:Add commit to support ubuntu.png|RTENOTITLE]]
 
[[File:Add commit to support ubuntu.png|RTENOTITLE]]
<pre> for F in addon_TOP_*.tgz; do tar xvf $F -C /; done
 
for F in addon_USER_*.tgz; do tar xvf $F -C /home/root; done
 
sync;sync
 
reboot
 
</pre>
 
  
&nbsp;
+
*&nbsp;Prepare Ubuntu image (e.g. A0362)

Revision as of 02: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)