aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamodar Santhapuri <damodar.santhapuri@arm.com>2021-04-27 21:30:57 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2021-04-29 16:37:14 +0530
commit9f0e442c6af402243cfa9350291d57449f89e31e (patch)
tree01df84027d1ec2319851ac58ed50b8717e238090
parent097f757ca7ade4ddbf8c8f0ac8e68c26ac26a2e6 (diff)
juno: update release tag in the script and u-boot autoboot fixJUNO-2021.04.27
This commit updates juno release tag in the userguide, and change-log JUNO-2021.04.27 Signed-off-by: Damodar Santhapuri <damodar.santhapuri@arm.com>
-rw-r--r--docs/juno/change-log.rst14
-rw-r--r--docs/juno/user-guide.rst18
2 files changed, 25 insertions, 7 deletions
diff --git a/docs/juno/change-log.rst b/docs/juno/change-log.rst
index 381230a..d920ce5 100644
--- a/docs/juno/change-log.rst
+++ b/docs/juno/change-log.rst
@@ -4,6 +4,20 @@ Change Log & Release Notes
This document contains a summary of the new features, changes, fixes and known
issues in each release of platform software support for Juno Development Board.
+
+Version 21.04 (2021-Q1 release)
+-------------------------------
+Changed
+^^^^^^^
+- Update to U-Boot version 2020.07
+- Update to yocto layers with openembedded gatesgarth branch
+
+Features
+^^^^^^^^^
+- Yocto based Poky distro supported with u-boot version 2020.07
+- u-boot autoboot supported with default running uenvcmd
+
+
Version 20.08 (2020-Q2 release)
-------------------------------
Changed
diff --git a/docs/juno/user-guide.rst b/docs/juno/user-guide.rst
index 2983749..b079352 100644
--- a/docs/juno/user-guide.rst
+++ b/docs/juno/user-guide.rst
@@ -46,6 +46,10 @@ To resolve these dependencies, run:
curl libncurses-dev libz-dev python-pip repo
+Note that this software has been tested with
+ * repo version 2.11
+ * python version 2.7
+
Provided components
-------------------
Within the Yocto project, each component included in the Juno software stack is specified as
@@ -64,8 +68,8 @@ in these instructions
mkdir <workspace>
cd <workspace>
- repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m juno-yocto.xml -b refs/tags/JUNO-2020.08.28
- repo sync -j${nproc}
+ repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m juno-yocto.xml -b refs/tags/JUNO-2021.04.27
+ repo sync -j$(nproc)
export DISTRO="poky"
export MACHINE="juno"
source setup-environment
@@ -114,11 +118,11 @@ U-Boot
Based on `U-Boot gitlab <https://gitlab.denx.de/u-boot/u-boot>`__
-+--------+-------------------------------------------------------------------------------+
-| Recipe | <workspace>/layers/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend |
-+--------+-------------------------------------------------------------------------------+
-| Files | * <workspace>/build-poky/tmp-poky/deploy/image/juno/u-boot.bin |
-+--------+-------------------------------------------------------------------------------+
++--------+-------------------------------------------------------------------------------------+
+| Recipe | <workspace>/layers/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2020.07.bbappend |
++--------+-------------------------------------------------------------------------------------+
+| Files | * <workspace>/build-poky/tmp-poky/deploy/image/juno/u-boot.bin |
++--------+-------------------------------------------------------------------------------------+
Linux