aboutsummaryrefslogtreecommitdiff
path: root/docs/juno/user-guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/juno/user-guide.rst')
-rw-r--r--docs/juno/user-guide.rst18
1 files changed, 11 insertions, 7 deletions
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