RSB-3720 Ubunut creation by Yocto30 kernel

From ESS-WIKI
Revision as of 03:11, 17 August 2023 by Phill.liu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

 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