Difference between revisions of "Win/temp/x86/Yocto BSP/Release Notes v1.0.0000"

From ESS-WIKI
Jump to: navigation, search
Line 33: Line 33:
 
| 4.9.2
 
| 4.9.2
 
|}
 
|}
 
 
  
 
== Quick Start Guide ==
 
== Quick Start Guide ==
 
+
Please see [[Win/temp/x86/Yocto_BSP/QSG|x86 Yocto BSP Quick Start Guide]]
Plase see [[Win/temp/x86/Yocto_BSP/QSG#Build_docker_image|Build docker image]]
 
  
 
== Docker image for Build Environment ==
 
== Docker image for Build Environment ==
  
See [[Win/temp/x86/Yocto_BSP/QSG#Build_docker_image|this]]
+
Please see [[Win/temp/x86/Yocto_BSP/QSG#Build_docker_image|Build docker image]]
  
 
== How to create installer USB ==
 
== How to create installer USB ==
  
See [[Win/temp/x86/Yocto_BSP/QSG#Create_Bootable_Device|this]]
+
Please see [[Win/temp/x86/Yocto_BSP/QSG#Create_Bootable_Device|Create Bootable Device]]
  
 
== Revision History ==
 
== Revision History ==

Revision as of 10:16, 3 May 2021

Introduction

This BSP is based on Yocto 3.0 ("Zeus") and Intel Yocto BSP 6.0 (Intel-corei7-64).

Major packages version list:

Package Version
Linux Kernel 5.4.8
Systemd 243.2
Chromium 79.0.3945
Docker-ce 19.03.2
SUSI 4.2.16327
Qt5 5.13.2
Qt5 Creator 4.9.2

Quick Start Guide

Please see x86 Yocto BSP Quick Start Guide

Docker image for Build Environment

Please see Build docker image

How to create installer USB

Please see Create Bootable Device

Revision History

Revision Date Description
1.0.0000 2021-04-26 Initial Version

Known issues

Subject Work Around
If a HDD/USB with previously installed BSP is also connected to target, the bootloader on Live media may load a rootfs from this HDD/USB instead of its own rootfs image. In this case the installation will fail.
root user playback video file via VLC media player will pop "Audio output failed"
Hardware acceleration can not enable while playback video on Youtube via Chromium
No sound output while playback video on Youtube via Chromium
No correct audio output device can be selected while use adv user to playback video file via VLC media player
All COM port was config as debug port Use below command to disable debug function
# for N in 0 1 2; do systemctl disable serial-getty@ttyS$N; done 
# sed -i "s/console=ttyS0\S* //" /boot/loader/entries/boot.conf 
# reboot