summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-07-07 15:33:23 -0500
committerAníbal Limón <anibal.limon@linaro.org>2020-07-08 10:23:32 -0500
commit13163c13e9151495fa04ec72c07fa26ebe82d89c (patch)
treebf81e2c7261c35e286637d98aa7792f24e8540ff
parent63c992562c5afd9836ee3cd73ebb5f432a7b00cc (diff)
Debian: - Vars update release to Sid remove OS_REL (not exists in Sid), set Kernel and Mesa versions. - DB845c add Wireless 802.11 and Audio details on what's new. - DB845c update notes to point GNOME image instead of ALIP. Openembedded: - Vars update release to dunfell, set Kernel and Mesa versions. - DB845c add Wireless 802.11 and Audio details on what's new. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ib7aa8b7c7a89c00ccd8cfa0f8eabc1b0b5ae16b0
-rw-r--r--debian/boards/dragonboard410c/README.textile.in5
-rw-r--r--debian/boards/dragonboard410c/README.textile.vars13
-rw-r--r--debian/boards/dragonboard845c/README.textile.in16
-rw-r--r--debian/boards/dragonboard845c/README.textile.vars13
-rw-r--r--openembedded/boards/dragonboard410c/README.textile.in2
-rw-r--r--openembedded/boards/dragonboard410c/README.textile.vars14
-rw-r--r--openembedded/boards/dragonboard845c/README.textile.in5
-rw-r--r--openembedded/boards/dragonboard845c/README.textile.vars14
8 files changed, 44 insertions, 38 deletions
diff --git a/debian/boards/dragonboard410c/README.textile.in b/debian/boards/dragonboard410c/README.textile.in
index af61188..f2039f5 100644
--- a/debian/boards/dragonboard410c/README.textile.in
+++ b/debian/boards/dragonboard410c/README.textile.in
@@ -2,6 +2,7 @@ The Linaro Qualcomm Landing Team is pleased to announce the new release of the _
h4. What's new in this release
+* Major system upgrade to Debian ##OS_REL_NICK##.
* Major kernel upgrade to Linux kernel ##KERNEL_VER##.
* MESA upgrade to ##MESA_VERSION##.
@@ -17,7 +18,7 @@ h4. Features
The Linaro Linux version ##RELEASE## for the Snapdragon 410 supports the following features:
-* Provides a working Debian environment with access to Debian repositories (apt-get) and updates. It is based on Debian ##OS_REL## (aka ##OS_REL_NICK##).
+* Provides a working Debian environment with access to Debian repositories (apt-get) and updates. It is based on Debian ##OS_REL_NICK##.
* It is based on Linux kernel ##KERNEL_VER##.
* It is based on proprietary firmware available on "Qualcomm Developer Network or 96boards.org":##QDN_FIRMWARE_LINK##.
* The following images are released:
@@ -183,7 +184,7 @@ bc. sudo fastboot flash aboot ./build-msm8916/emmc_appsboot.mbn
h4. How to get and customize Debian/Ubuntu packages source code
-This release is based on Debian ##OS_REL## (aka ##OS_REL_NICK##), and it is not possible to use a different Debian release (e.g. it is not possible to downgrade to an older Debian release, nor is it possible to use a newer release, such as the one being currently developed).
+This release is based on Debian ##OS_REL_NICK##, and it is not possible to use a different Debian release (e.g. it is not possible to downgrade to an older Debian release, nor is it possible to use a newer release, such as the one being currently developed).
Since all packages installed in Linaro Debian-based images are maintained either in Debian archives or in Linaro repositories, it is possible for users to update their environment with commands such as:
diff --git a/debian/boards/dragonboard410c/README.textile.vars b/debian/boards/dragonboard410c/README.textile.vars
index f46553d..d407132 100644
--- a/debian/boards/dragonboard410c/README.textile.vars
+++ b/debian/boards/dragonboard410c/README.textile.vars
@@ -1,11 +1,10 @@
-export RELEASE="20.02"
-export RESCUE_RELEASE="20.02"
-export OS_REL="10.0"
-export KERNEL_VER="5.4.17"
-export KERNEL_VER2="5.4.0"
-export OS_REL_NICK="buster"
+export RELEASE="20.07"
+export RESCUE_RELEASE="20.07"
+export KERNEL_VER="5.7.7"
+export KERNEL_VER2="5.7.0"
+export OS_REL_NICK="Sid"
export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz"
export QDN_FIRMWARE_LINK="http://builds.96boards.org/releases/dragonboard410c/qualcomm/firmware/linux-board-support-package-r1032.1.zip"
-export MESA_VERSION="19.1.8"
+export MESA_VERSION="20.1.2"
export LK_RELEASE="LA.BR.1.2.7-03810-8x16.0-linaro3"
export LK_GCC_REL="LA.BR.1.1.3.c4-01000-8x16.0"
diff --git a/debian/boards/dragonboard845c/README.textile.in b/debian/boards/dragonboard845c/README.textile.in
index 6537460..1d37537 100644
--- a/debian/boards/dragonboard845c/README.textile.in
+++ b/debian/boards/dragonboard845c/README.textile.in
@@ -2,8 +2,11 @@ The Linaro Qualcomm Landing Team is pleased to announce the new release of the _
h4. What's new in this release
+* Major system upgrade to Debian ##OS_REL_NICK##.
* Major kernel upgrade to Linux kernel ##KERNEL_VER##.
* MESA upgrade to ##MESA_VERSION##.
+* Wireless 802.11 enablement using ATH10k.
+* HDMI Audio enablement.
h4. Important note(s) about this release
@@ -17,13 +20,13 @@ h4. Features
The Linaro Linux version ##RELEASE## for the Snapdragon 845 supports the following features:
-* Provides a working Debian environment with access to Debian repositories (apt-get) and updates. It is based on Debian ##OS_REL## (aka ##OS_REL_NICK##).
+* Provides a working Debian environment with access to Debian repositories (apt-get) and updates. It is based on Debian ##OS_REL_NICK##.
* It is based on Linux kernel ##KERNEL_VER##.
* It is based on proprietary firmware released by the board manufacturer, Thundercomm. A copy of the firmware is available "here":##FIRMWARE_LINK##.
* The following images are released:
** @boot@ image that includes prebuilt kernel and initrd
** @developer@ image that includes core packages as well as typical development packages (headless)
-** @alip@ image that includes a minimal desktop environment GUI using LXQt
+** @gnome@ image that includes a desktop environment GUI using GNOME3
* All images have a pre-configured user called @linaro@, and the password for this user is set to @linaro@
* The root file system should be flashed in the onboard UFS.
* The following features are supported on the DragonBoard 845c:
@@ -37,8 +40,9 @@ The Linaro Linux version ##RELEASE## for the Snapdragon 845 supports the followi
** USB 3.0 (Mouse, Keyboard, Storage, Ethernet)
** Hardware accelerated video codecs using dedicated Snapdragon coprocessor
** Bluetooth using integrated WCN3990 chip.
+** WiFi 802.11 using ATH10k.
** Analog audio using WCD934x.
-** The Audio over HDMI and WiFi are not working in this release.
+** HDMI audio using Lontium Lt9611.
h4. Information about the DragonBoard 845c
@@ -57,9 +61,9 @@ h4. Proprietary firmware
This release contains proprietary firmware. You can download the proprietary firmware separately, from "here":##FIRMWARE_LINK##. All the required firmware files are pre-installed, and our images are bound to the Qualcomm Linux BSP license agreement. A copy of the LICENSE can be found in the image as @/etc/QCOM-LINUX-BOARD-SUPPORT-LICENSE@.
-h4. Running the ALIP Desktop image
+h4. Running the GNOME Desktop image
-The ALIP/LXQt image is expected to provide a _desktop-like_ experience, as such it is recommended to use an HDMI monitor, as well as USB keyboard and mouse. The default image will directly boot to the login screen by default. However a root console login will also be started on the serial console.
+The GNOME image is expected to provide a _desktop-like_ experience, as such it is recommended to use an HDMI monitor, as well as USB keyboard and mouse. The default image will directly boot to the login screen by default. However a root console login will also be started on the serial console.
Note: The default bootargs enable the kernel messages to be displayed on the serial console.
@@ -166,7 +170,7 @@ make all \
h4. How to get and customize Debian/Ubuntu packages source code
-This release is based on Debian ##OS_REL## (aka ##OS_REL_NICK##), and it is not possible to use a different Debian release (e.g. it is not possible to downgrade to an older Debian release, nor is it possible to use a newer release, such as the one being currently developed).
+This release is based on Debian ##OS_REL_NICK##, and it is not possible to use a different Debian release (e.g. it is not possible to downgrade to an older Debian release, nor is it possible to use a newer release, such as the one being currently developed).
Since all packages installed in Linaro Debian-based images are maintained either in Debian archives or in Linaro repositories, it is possible for users to update their environment with commands such as:
diff --git a/debian/boards/dragonboard845c/README.textile.vars b/debian/boards/dragonboard845c/README.textile.vars
index f758e41..1493ad1 100644
--- a/debian/boards/dragonboard845c/README.textile.vars
+++ b/debian/boards/dragonboard845c/README.textile.vars
@@ -1,11 +1,10 @@
-export RELEASE="20.02"
-export RESCUE_RELEASE="20.02"
-export OS_REL="10.0"
-export KERNEL_VER="5.4.17"
-export KERNEL_VER2="5.2.0"
-export OS_REL_NICK="buster"
+export RELEASE="20.07"
+export RESCUE_RELEASE="20.07"
+export KERNEL_VER="5.7.7"
+export KERNEL_VER2="5.7.0"
+export OS_REL_NICK="Sid"
export ARM_GCC="https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz"
export FIRMWARE_LINK="http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip"
-export MESA_VERSION="19.1.8"
+export MESA_VERSION="20.1.2"
export ABL_RELEASE="dragonboard845c-LE.UM.3.2.2.r1-02700-sdm845.0-linaro1"
export ABL_CLANG_REL="LA.UM.7.9.r1-07300-sm6150.0"
diff --git a/openembedded/boards/dragonboard410c/README.textile.in b/openembedded/boards/dragonboard410c/README.textile.in
index 8aa3077..308a9fe 100644
--- a/openembedded/boards/dragonboard410c/README.textile.in
+++ b/openembedded/boards/dragonboard410c/README.textile.in
@@ -2,8 +2,8 @@ The Linaro Qualcomm Landing Team is pleased to announce the new release of the _
h4. What's new in this release
+* Major system upgrade to ##OS_REL_NICK##.
* Major kernel upgrade to Linux kernel ##KERNEL_VER##.
-* Major system upgrade from sumo to zeus relases.
* MESA upgrade to ##MESA_VERSION##.
h4. Important note(s) about this release
diff --git a/openembedded/boards/dragonboard410c/README.textile.vars b/openembedded/boards/dragonboard410c/README.textile.vars
index 12a92e4..0297c6f 100644
--- a/openembedded/boards/dragonboard410c/README.textile.vars
+++ b/openembedded/boards/dragonboard410c/README.textile.vars
@@ -1,11 +1,11 @@
-export RELEASE="20.02"
-export RESCUE_RELEASE="20.02"
-export OS_REL="3.0.1"
-export KERNEL_VER="5.4.17"
-export KERNEL_RECIPE_VER="5.4"
-export OS_REL_NICK="zeus"
+export RELEASE="20.07"
+export RESCUE_RELEASE="20.07"
+export OS_REL="3.1.0"
+export KERNEL_VER="5.7.7"
+export KERNEL_RECIPE_VER="5.7"
+export OS_REL_NICK="dunfell"
export LINARO_GCC="http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz"
export QDN_FIRMWARE_LINK="http://builds.96boards.org/releases/dragonboard410c/qualcomm/firmware/linux-board-support-package-r1032.1.zip"
-export MESA_VERSION="19.1.6"
+export MESA_VERSION="20.0.2"
export LK_RELEASE="LA.BR.1.2.7-03810-8x16.0-linaro3"
export LK_GCC_REL="LA.BR.1.1.3.c4-01000-8x16.0"
diff --git a/openembedded/boards/dragonboard845c/README.textile.in b/openembedded/boards/dragonboard845c/README.textile.in
index 881ecef..5a74fb4 100644
--- a/openembedded/boards/dragonboard845c/README.textile.in
+++ b/openembedded/boards/dragonboard845c/README.textile.in
@@ -5,6 +5,8 @@ h4. What's new in this release
* Major system upgrade to ##OS_REL_NICK##.
* Major kernel upgrade to Linux kernel ##KERNEL_VER##.
* MESA upgrade to ##MESA_VERSION##.
+* Wireless 802.11 enablement using ATH10k.
+* HDMI Audio enablement.
h4. Important note(s) about this release
@@ -40,8 +42,9 @@ The Linaro OpenEmbedde RPB version ##RELEASE## for the Snapdragon 845C supports
** USB 3.0 (Mouse, Keyboard, Storage, Ethernet)
** Hardware accelerated video codecs using dedicated Snapdragon coprocessor
** Bluetooth using integrated WCN3990 chip.
+** WiFi 802.11 using ATH10k.
** Analog audio using WCD934x.
-** The Audio over HDMI and WiFi are not working in this release.
+** HDMI audio using Lontium Lt9611.
h4. Information about the DragonBoard 845c
diff --git a/openembedded/boards/dragonboard845c/README.textile.vars b/openembedded/boards/dragonboard845c/README.textile.vars
index d4e71b8..d81d956 100644
--- a/openembedded/boards/dragonboard845c/README.textile.vars
+++ b/openembedded/boards/dragonboard845c/README.textile.vars
@@ -1,11 +1,11 @@
-export RELEASE="20.02"
-export RESCUE_RELEASE="20.02"
-export OS_REL="3.0.1"
-export KERNEL_VER="5.4.17"
-export KERNEL_RECIPE_VER="5.4"
-export OS_REL_NICK="zeus"
+export RELEASE="20.07"
+export RESCUE_RELEASE="20.07"
+export OS_REL="3.1.0"
+export KERNEL_VER="5.7.7"
+export KERNEL_RECIPE_VER="5.7"
+export OS_REL_NICK="dunfell"
export ARM_GCC="https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz"
export FIRMWARE_LINK="http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip"
-export MESA_VERSION="19.1.6"
+export MESA_VERSION="20.0.2"
export ABL_RELEASE="dragonboard845c-LE.UM.3.2.2.r1-02700-sdm845.0-linaro1"
export ABL_CLANG_REL="LA.UM.7.9.r1-07300-sm6150.0"