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

From ESS-WIKI
Jump to: navigation, search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:MIO-2361 Yocto 3.0_1.0.0000 BSP Release Notes}}
 
{{DISPLAYTITLE:MIO-2361 Yocto 3.0_1.0.0000 BSP Release Notes}}
 
<div style="float:right;  position:fixed;  margin:0 1em 0 0;  top5100px;  right:10px;  max-height: 350px;  overflow: auto">__TOC__</div>
 
<div style="float:right;  position:fixed;  margin:0 1em 0 0;  top5100px;  right:10px;  max-height: 350px;  overflow: auto">__TOC__</div>
 
+
== <span style="color:#0070c0">Introduction</span> ==
== Introduction ==
 
  
 
This BSP is based on Yocto 3.0 ("Zeus") and Intel Yocto BSP 6.0 (Intel-corei7-64).
 
This BSP is based on Yocto 3.0 ("Zeus") and Intel Yocto BSP 6.0 (Intel-corei7-64).
  
Major packages version list:
+
===Major packages version list===
  
 
{| class="wikitable" border="2"
 
{| class="wikitable" border="2"
 
|-
 
|-
| style="background:#f0f0f0" align="center" | '''Package'''
+
! style="width: 8em" | '''Package'''
| style="background:#f0f0f0" align="center" | '''Version'''
+
! style="width: 8em" | '''Version'''
|- valign="top"
+
|-
 
| Linux Kernel
 
| Linux Kernel
 
| 5.4.8
 
| 5.4.8
|- valign="top"
+
|-
 
| Systemd
 
| Systemd
 
| 243.2
 
| 243.2
|- valign="top"
+
|-
 
| Chromium
 
| Chromium
 
| 79.0.3945
 
| 79.0.3945
|- valign="top"
+
|-
 
| Docker-ce
 
| Docker-ce
 
| 19.03.2
 
| 19.03.2
|- valign="top"
+
|-
 
| SUSI
 
| SUSI
 
| 4.2.16327
 
| 4.2.16327
|- valign="top"
+
|-
 
| Qt5
 
| Qt5
 
| 5.13.2
 
| 5.13.2
|- valign="top"
+
|-
 
| Qt5 Creator
 
| Qt5 Creator
 
| 4.9.2
 
| 4.9.2
 
|}
 
|}
  
 +
== <span style="color:#0070c0">Quick Start Guide</span> ==
  
 +
Please check [[Win/temp/x86/Yocto_BSP/QSG|this]] out.
  
== Quick Start Guide ==
+
== <span style="color:#0070c0">Docker image for Build Environment</span> ==
  
See [[Win/temp/x86/Yocto_BSP/QSG|this]]
+
Please check [[Win/temp/x86/Yocto_BSP/QSG#Install pre-built docker image|this]] out.
  
== Docker image for Build Environment ==
+
== <span style="color:#0070c0">How to create installer USB</span> ==
  
See [[Win/temp/x86/Yocto_BSP/QSG#Build_docker_image|this]]
+
Please check [[Win/temp/x86/Yocto_BSP/QSG#Create_Bootable_Device|this]] out.
  
== How to create installer USB ==
+
== <span style="color:#0070c0">Revision History</span> ==
  
See [[Win/temp/x86/Yocto_BSP/QSG#Create_Bootable_Device|this]]
+
{| class="wikitable" style="text-align: center" border="2"
 
+
|-
== Revision History ==
+
! style="width: 6em" | '''Revision'''
 
+
! style="width: 6em" | '''Date'''
{| class="wikitable" border="2"
+
! style="width: 40em" | '''Description'''
 
|-
 
|-
| style="background:#f0f0f0" align="center" | '''Revision'''
 
| style="background:#f0f0f0" align="center" | '''Date'''
 
| style="background:#f0f0f0" align="center" | '''Description'''
 
|- valign="top"
 
 
| 1.0.0000
 
| 1.0.0000
 
| 2021-04-26
 
| 2021-04-26
| Initial Version
+
| align="left" | Initial Version
 
|}
 
|}
  
== Known issues ==
+
== <span style="color:#0070c0">Known issues</span> ==
  
 
{| class="wikitable" style="width: 90%" border="2"
 
{| class="wikitable" style="width: 90%" border="2"
 
|-
 
|-
| style="width: 40%" align="center" | '''Subject'''
+
! style="width: 40%" align="center" | '''Subject'''
| style="width: 60%" align="center" | '''Word Around'''
+
! style="width: 60%" align="center" | '''Work Around'''
|- valign="top"
+
|-
 
| 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.
 
| 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.
 
|  
 
|  
|- valign="top"
+
|-
 
| root user playback video file via VLC media player will pop "Audio output failed"
 
| root user playback video file via VLC media player will pop "Audio output failed"
 
|  
 
|  
|- valign="top"
+
|-
 
| Hardware acceleration can not enable while playback video on Youtube via Chromium
 
| Hardware acceleration can not enable while playback video on Youtube via Chromium
 
|  
 
|  
|- valign="top"
+
|-
 
| No sound output while playback video on Youtube via Chromium
 
| No sound output while playback video on Youtube via Chromium
 
|  
 
|  
|- valign="top"
+
|-
 
| No correct audio output device can be selected while use adv user to playback video file via VLC media player
 
| No correct audio output device can be selected while use adv user to playback video file via VLC media player
 
|  
 
|  
|- valign="top"
+
|-
 
| All COM port was config as debug port
 
| All COM port was config as debug port
 
| Use below command to disable debug function<br/>
 
| Use below command to disable debug function<br/>
Line 90: Line 87:
 
  # reboot
 
  # reboot
  
|- valign="top"
 
|
 
|
 
|- valign="top"
 
|
 
|
 
 
|}
 
|}

Latest revision as of 10:05, 4 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 check this out.

Docker image for Build Environment

Please check this out.

How to create installer USB

Please check this out.

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