summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2021-10-19 09:53:37 +0000
committerLinaro Code Review <review@review.linaro.org>2021-10-19 09:53:37 +0000
commitf365f7be840de4da0c93da3955518ddda1488fa6 (patch)
tree2978f2081c903325815d8f51478c038e642e9f86
parentd0315403f5c16befa6e2f915875d429f33b353bb (diff)
parent364249694cd939f9ae4f3d67be10a4709e4f182d (diff)
Merge "openembedded: sa8155p-adp: Fix some issues raised by qcom for 21.09 release"openembedded-qcom-sa8155p-adp-21.09
-rw-r--r--openembedded/boards/sa8155p-adp/README.textile.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/openembedded/boards/sa8155p-adp/README.textile.in b/openembedded/boards/sa8155p-adp/README.textile.in
index 3b1dad3..bc63915 100644
--- a/openembedded/boards/sa8155p-adp/README.textile.in
+++ b/openembedded/boards/sa8155p-adp/README.textile.in
@@ -41,6 +41,23 @@ Before starting, download necessary file(s). This should include:
* boot image: boot-initramfs-kerneltest-full-image-sa8155p-adp--5.14-r0-sa8155p-adp.img
(with the rootfs image 'initramfs-test-full.rootfs.cpio.gz' appended to the kernel image).
+Non-HLOS images / meta for the SA8155p-ADP IoT platform shipped by Lantronix / Intrinsyc are available here:
+* "https://www.lantronix.com/products/sa8155p-automotive-development-platform":https://www.lantronix.com/products/sa8155p-automotive-development-platform
+* "https://tech.intrinsyc.com/projects/8155-adp/files":https://tech.intrinsyc.com/projects/8155-adp/files
+
+For example, for obtaining the Non-HLOS images / meta from Intrinsyc, follow these steps:
+
+1. To 'register' on the Intrinsyc site, use:
+* "https://tech.intrinsyc.com/account/register":https://tech.intrinsyc.com/account/register
+
+2. The latest version of the non-HLOS images / meta shipped by Intrinsyc is:
+* 'BSP 3.0 - snapdragon-auto-gen3-la-1-0', which was released on '02 Dec 2020'.
+
+3. Download this and use the instructions inside to flash the 'stock' meta on the board.
+
+NOTE-1: This release is mainly tested with Qualcomm provided Non-HLOS images / meta version - 'SA8155P.UBUN.1.0-00005-STD.PROD-1'
+NOTE-2: This release is also tested (sanity checks only) with Intrinsyc provided Non-HLOS images / meta version - 'BSP 3.0 - snapdragon-auto-gen3-la-1-0'
+
Make sure that you have fastboot tool installed. It can be either a part of "android-tools" package (Fedora, old Debian/Ubuntu) or a separate package ("android-tools-fastboot" or just "fastboot", contemporary Debian/Ubuntu).
Connect host computer to SA8155p-adp board. Board must be powered off (unplugged from power).
@@ -80,6 +97,13 @@ h4. Flashing the prebuilt images
The default partition scheme, provided by the board manufacturer, has the following partition(s):
* @boot@ for the boot image (which includes the kernel Image + initramfs.cpio.gz)
+To erase the default/AOSP images on the board, from the host PC, run the following commands.
+Note that these are *mandatory* steps for running the Linaro SA8155p-ADP OpenEmbedded RPB releases:
+
+bc. sudo fastboot erase boot_a
+
+bc. sudo fastboot erase dtbo_a
+
To flash the boot image, from the host PC, run the following command:
bc. sudo fastboot flash boot <boot image file>