Difference between revisions of "IoTGateway/BSP/Linux/APQ8016/BSP User Guide V1"

From ESS-WIKI
Jump to: navigation, search
Line 579: Line 579:
  
 
That's all. This OTA package can be uploaded to the OTA server now!
 
That's all. This OTA package can be uploaded to the OTA server now!
 +
 +
= Package List =
 +
 +
'''In BSP''', list all packages which will be built in the image
 +
 +
bitbake -g '''fsl-image-qt5''' && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' \
 +
| awk '{print $1}' | sort | uniq
 +
 +
File:[[:File:BSP_package1.docx|Package List]]
 +
 +
Show all recipes (include non-installed packages)
 +
 +
bitbake -s
 +
 +
File:[[:File:BSP_package2.docx|Package Version List]]
 +
 +
you can also check <span style="color:purple">'''${BDIR}'''</span>/tmp/deploy/images/fsl-image-qt5-<span style="color:purple">'''${MC}'''</span>.manifest
 +
 +
It will show the same content with checking by rpm tool on target board.
 +
 +
'''On target board''', list all packages by rpm tool
 +
 +
rpm -qa --root / --dbpath /var/lib/rpm | sort
 +
 +
File:[[:File:Onboard_package.docx|Package List]]

Revision as of 04:40, 20 September 2017

Getting Started

Package Content

An official build release consists of the following contents. We take V1.070 for RSB-4760 as example.

Filename Usage
410cLBV1070_2017-07-30.tgz BSP source code (Yocto meta-layers & bootloader sources)
410cLBV1070_2017-07-30_sdk.tgz SDK installer
4760LIV1070_2017-07-30.tgz Yocto Linux Image binaries (boot, recovery images & rootfs)
4760LIV1070_2017-07-30_sd_installer.img.gz Installation SD card image for Yocto Linux
4760LIV1070_2017-07-30_sd_factory.img.gz Factory SD card image
4760LIV1070_2017-07-30_sdboot.tgz Boot images for sd_installer & sd_factory
4760LIV1070_2017-07-30_misc.tgz Kernel, DTS & kernel modules
4760DIV1070_2017-07-30.tgz Debian Image binaries (boot & rootfs)
4760DIV1070_2017-07-30_sd_installer.img.gz Installation SD card image for Debian
4760LIV1070_2017-07-30.csv Official build information
update_4760LIV1070_2017-07-30_*.zip OTA packages
*.md5, *log.tgz & *.log MD5 checksum & Log files

Conventions

${BSP_HOME}: home directory of the BSP

${BDIR} : build directory (e.g. build/)

${MACHINE} : available target boards list below

rsb-4760 / epc-r4761

${DISTRO} : Linux distribution

rpb / rpb-wayland

${RPB-IMAGES} : meta-rpb provides the following images

rpb-console-image / rpb-desktop-image / rpb-minimal-image / rpb-qt5-image / rpb-weston-image

Build Environment on Host

Currently, we adopt Docker as build environment.

You can get the latest version of advrisc/u14.04-410clbv1 Docker image for developing Qualcomm APQ8016 projects.

If you don't know much about Docker, please refer to IoTGateway/Docker for details.

BSP

BSP Source

You have two methods to put BSP into Docker container.

[1] Download BSP from GitHub

The oe-rpb-manifest @GitHub is our manifest repository for Qualcomm APQ8016 projects. You can use repo init & repo sync to get the entire BSP we put on GitHub.

Create your own BSP folder first.

$ mkdir ${BSP_HOME}
$ cd ${BSP_HOME}

To get the latest version of Advantech meta layers, you can use BSP specific XML.

$ repo init -u https://github.com/ADVANTECH-Corp/oe-rpb-manifest.git -b krogoth -m 16.09.xml

To get an official release version, you can assign a specific xml, e.g. 410cLBV1070.xml.

$ repo init -u https://github.com/ADVANTECH-Corp/oe-rpb-manifest.git -b krogoth -m 410cLBV1070.xml

Finally, pull down the BSP by running

$ repo sync

Checking the steps in oe-rpb-manifest for details.

[2] Copy BSP tarball into Container

The BSP tarball file can be found in BSP & Image Binaries field in OS Support List.

You can use docker cp to do this.

// Copy BSP source code into container
$ docker cp 410cLBV1070_2017-07-30.tgz <your container id>:/home/adv

Or Use docker run with -v options to enable data volume. Then, you are able to put the BSP into the data volume folder.

For example, you can put the BSP into /home/root/workspace folder.

$ docker run -it --name docker_test -v /home/root/workspace:/home/adv/BSP advrisc/u14.04-410clbv1 /bin/bash

BSP Content

The descriptions of some important folders in BSP are listed below:

bitbake/  : Yocto build command

bootloader/ : Bootloader binaries including of CDT, SBL, RPM, LK, etc.

layers/ : Sources for meta-layers

        meta-96boards/ : meta layer of 96Boards definitions

        meta-advantech/ ':' meta layer by Advantech

        meta-qcom/ : meta layer for APQ8016 configurations

        meta-rpb/ : meta layer for RPB distro

setup-environment : to set up build environment for Yocto

Naming Rule

The tarball/prebuilt image name consists of the model name followed by "LB" or "LI" plus version number and released date.

For example, BSP file name: 410cLBV1070_2017-07-30.tgz

Which "410c" means Dragonboard410c which a demo board for APQ8016 we use

 "LB" is acronym of Linux BSP,

           "V1070" stands for Version 1.070.

Another example, Yocto image name: 4760LIV1070_2017-07-30.tgz

which "4760" stands for RSB-4760

          "LI" is acronym for prebuilt Linux Image.

And, Debian image name: 4760DIV1070_2017-07-30.tgz

which "4760" stands for RSB-4760

          "DI" is acronym for prebuilt Debian Image.

Pre-built Images

In LIV tarball file, you can get binary images. For example,

boot-Image--4.4-r0-rsb-4760-20170730151529-3.img : Boot Image

rpb-desktop-image-rsb-4760-20170730152516-3.rootfs.img : Root filesystem

recovery-rsb-4760.img : Recovery Image

 

For bootloader binaries, the contents are as below.

advantech_bootloader_emmc_linux-79/

        cache.img : Cache partition for OTA feature

        cdt_1.1_MT52L256M32D1PF.bin : DDR CDT parameters

        emmc_appsboot.mbn : Little Kernel (LK) responsible to load Linux kernel

        flashall : Shell script to flash bootloader binaries

        gpt_both0.bin : GPT partition table

        hyp.mbn : Trust Zone / QHEE

        rpm.mbn : Resource and Power Management (RPM)

        sbl1.mbn : Secondary Boot Loader (SBL)

        tz.mbn : Trust Zone / QSEE

Build Instructions

Create New Build Environment

To create one new build environment, perform following commands in terminal console:

$ cd ${BSP_HOME}
$ MACHINE=${MACHINE} DISTRO=${DISTRO} source setup-environment ${BDIR}

You need to read and accept the EULA. Press "Y"

Load Existed Build Environment

To continue an existed build environment, perform following commands in terminal console:

$ cd ${BSP_HOME}
$ source setup-environment ${BDIR}

Build Images

To build the desktop image, run

$ bitbake rpb-desktop-image

Build Linux Kernel

To build kernel only, run

$ bitbake linux-linaro-qcomlt

Build Toolchain Installer

To build SDK toolchain installer, perform following commands in terminal console:

$ bitbake ${RPB-IMAGES} -c populate_sdk

The installer (oecore-x86_64-aarch64-toolchain-nodistro.0.sh) will be located in the directory "./tmp-rpb-glibc/deploy/sdk".

Build Bootloader

To build & sign LK bootloader, run

$ cd ${BSP_HOME}
$ cd bootloader/lk
$ make -j4 msm8916 EMMC_BOOT=1 TOOLCHAIN_PREFIX=../toolchain/bin/arm-eabi-

$ mv ./build-msm8916/emmc_appsboot.mbn ./build-msm8916/emmc_appsboot_unsigned.mbn
$ ../signlk/signlk.sh -i=./build-msm8916/emmc_appsboot_unsigned.mbn -o=./build-msm8916/emmc_appsboot.mbn -d

Flash Pre-built Images

We provide two ways to flash pre-built images, Fastboot & Installation SD card.

Boot Configurations

Before you start flashing, make sure the SW1 boot switch is set correctly.

For example, to boot from rescue or sd-installer sdcard, you have to set 01 (Boot Config 1 = Off, Boot Config 2 = On).

Boot Config 1 Boot Config 2 Boot Option
0 0 eMMC -> SD card -> USB
0 1 SD card -> eMMC ->USB
1 0 eMMC -> USB
1 1 USB

Fastboot Tool

By default, we use fastboot utility to flash images into on-board eMMC.

[Ubuntu] You can get the package by this way.

$ sudo apt-get install android-tools-fastboot

[Windows] Please get the Android standalone tool here.

To flash the images, the target device must be booted into fastboot mode.

There are 2 ways to do this.

1. Boot from rescue sdcard

  • Download the rescue image from here. It will be named like advantech_sdcard_rescue-<version>.zip.
  • Flash the rescue image into a sdcard. Then, insert the sdcard and boot from it. You will enter the fastboot mode by default.

2. Hold volume down key when booting

  • While holding down volume down key, power on the target device.
  • After a few seconds, release Vol down key. Then, it will enter fastboot mode as well.
  • You can only do this, when bootloader is already flashed on your target device.

Once you enter fastboot mode, you can plug a USB cable from host to target device. To verify the fastboot connection, you can run:

[Ubuntu]

$ sudo fastboot devices

[Windows]

$ cd <android-standalone-tool-unzip-path>
$ fastboot devices

Bootloader

Besides, you also need the bootloader packages from here, it will be named something like advantech_bootloader_emmc_linux-<version>.zip.

Unzip the file and run the flashall script to update bootloader.

Flash into eMMC

At the end of any successful build you will end up with the following artifacts.

  • ${RPB-IMAGES}-${MACHINE}.ext4.gz and
  • boot-${MACHINE}.img

If your ${RPB-IMAGES} is rpb-desktop-image and ${MACHINE} is rsb-4760, the images will be rpb-desktop-image-rsb-4760.ext4.gz and boot-rsb-4760.img respectively.

You can use fastboot to flash them as well.

$ fastboot flash boot boot-${MACHINE}.img

Because fastboot supports sparse image, you have to transform the rootfs image before flashing.

$ gunzip ${RPB-IMAGES}-${MACHINE}.ext4.gz
$ ext2simg -v ${RPB-IMAGES}-${MACHINE}.ext4 ${RPB-IMAGES}-${MACHINE}.img
$ fastboot flash rootfs ${RPB-IMAGES}-${MACHINE}.img

You can also download & flash the pre-built images, e.g. 4760LIV1070_2017-07-30.tgz or 4760DIV1070_2017-07-30.tgz

Both Debian & Yocto Linux have the same boot & rootfs partition names.

$ fastboot flash boot <boot image>
$ fastboot flash rootfs <rootfs image>

Installation SD card

1. Download specific sd-installer images into SD card, e.g. 4760LIV1070_2017-07-30_sd_installer.img.gz or 4760DIV1070_2017-07-30_sd_installer.img.gz

2. Boot from installation SD card, and Click "Install"

DIV for Debian
RTENOTITLE
LIV for Yocto
Install_1

3. Select "Yes" to flash all partitions

Install_2

4. Waiting for process finished

Install_3

5. Finish and Reboot

Install_4

Screenshot

After flashing images, you can boot into OS. Here are the screenshots you should see.

Yocto Linux

A simple desktop environment with Xorg and openbox. You can use Xterm program for terminal.

Rsb4760-yocto-screen.jpg

Debian

A desktop environment using LXQt. You can configure network & other settings via GUI.

Rsb4760-debian-screen1.png

Rsb4760-debian-screen2.png


Customization

Set Up SDK

You can get the SDK installer from official releases, or build by yourself.

$ tar zxvf 410cLBV1070_2017-07-30_sdk.tgz
$ cd 410cLBV1070_2017-07-30_sdk
-OR-
$ cd ${BSP_HOME}/${BDIR}/tmp-rpb-glibc/deploy/sdk

Perform the following command to install.

$ sudo ./oecore-x86_64-aarch64-toolchain-nodistro.0.sh

Enter new installed directory or just press Enter to use default directory. (/usr/local/oecore-x86_64)

Once you see the following prompt, the SDK is installed successfully.

Extracting SDK......................................................done
Setting it up...done
SDK has been successfully set up and is ready to be used.
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
 $ . /usr/local/oecore-x86_64/environment-setup-aarch64-oe-linux

Create Debian Images

In this section, we will show you how to generate a Debian image based on the same Yocto kernel.

This is also how we generate the official Debian images. If you are only interested in the images, you can just skip this section and download the DIV binaries, e.g. 4760DIV1070_2017-07-30.tgz or 4760DIV1070_2017-07-30_sd_installer.img.gz for V1.070.

Customize the kernel source code

In Yocto BSP, you can build kernel easily. To learn how to build kernel, you can refer to oe-rpb-manifest.

Then, we need three output files in your build artifacts.

  • Kernel image (Image-MACHINE.bin)
  • DTS image (dt-Image-MACHINE.img)
  • Modules (modules-MACHINE.tgz)

Now you need to create a valid boot image with your own kernel build.

On your host PC, we need to install the following tools:

$ git clone git://codeaurora.org/quic/kernel/skales

To create the boot image, you also need a ramdisk image, and you can get one from the 96Boards release:

$ wget https://builds.96boards.org/releases/dragonboard410c/linaro/debian/16.09/initrd.img-4.4.23-linaro-lt-qcom

The tool mkbootimg is a standalone application that will process all files and create the boot image that can then be booted on the target board, or flash into the on-board eMMC. The boot image also contains the kernel bootargs, which can be changed as needed in the next command:

$ ./skales/mkbootimg --kernel Image-MACHINE.bin \
                   --ramdisk initrd.img-4.4.23-linaro-lt-qcom \
                   --output boot-MACHINE-debian.img \
                   --dt dt-Image-MACHINE.img \
                   --pagesize 2048 \
                   --base 0x80000000 \
                   --cmdline "root=/dev/disk/by-partlabel/rootfs rw rootwait console=ttyMSM0,115200n8"

After this step, you will get a boot image for Debian called boot-MACHINE-debian.img.

Revise Debian Rootfs

Basically, we can adopt Linaro's Debian rootfs directly with a little modifications for kernel modules. First, you can get the Debian rootfs from the 96Boards release:

$ wget https://builds.96boards.org/releases/dragonboard410c/linaro/debian/16.09/linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144.img.gz

Second, unzip the file and transform it from sparse image to raw image.

$ gunzip linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144.img.gz
$ simg2img linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144.img rootfs.raw

Then, you are able to mount the raw rootfs, and update with your kernel modules.

$ sudo mount -o loop rootfs.raw /mnt
$ sudo rm -rf /mnt/lib/modules/

// Copy firmware & modules into /lib
$ tar zxf modules-MACHINE.tgz
$ sudo cp -a lib/* /mnt/lib
$ sudo umount /mnt

Finally, make the rootfs into sparse image.

$ ext2simg -v rootfs.raw linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144-MACHINE.img

Flash Debian Images

Now, you have both boot & rootfs images. You can easily flash them into eMMC via fastboot utility.

$ sudo fastboot erase boot
$ sudo fastboot flash boot boot-MACHINE-debian.img
$ sudo fastboot erase rootfs
$ sudo fastboot flash rootfs linaro-jessie-alip-qcom-snapdragon-arm64-20161006-144-MACHINE.img

Note: After booting up, you have an important thing to do! You have to generate modules.dep and map files.

$ depmod -a

After reboot, the Debian system should work well!


Add-On Values

RMM

The installation files of RMM (Remote Monitoring and Management) 3.2 Agent are prepared and it's ready to install in our pre-built images.

Please refer to WISE-PaaS/RMM_Agent for details.

OTA

It is a new feature Advantech provides to upgrade your devices easily through OTA (Over The Air). Customers can upload their own update packages onto OTA server, and handle the update procedures via specific website.

Please refer to RISC_FOTA for details.

Note: If your version is 1.090, you have to create the OTA package manually. Please follow the instructions below. Or you can upgrade your device to 1.110 (or later) to fix this OTA issue.

When you generate the OTA package zip file by OTA PACKAGE TOOL, the contents should look like below.

rsb4760-v0.0.0.2-69d11df073258d6de8357614d5cf43ec.zip
|- PackageInfo.xml
|- rsb4760.zip
|- Deploy.xml
|- rsb4760/
|- install.sh
|- OTAPackager SOP-Chinese.pdf
|- OTAPackager-1.0.9.exe
|- result.sh
|- update.zip


Now, we are going to create a similar one by ourselves. The goal is to unzip the 2nd ZIP in the package.

1. First, create new folders we need with specific package name, e.g. rsb4760.

For example, we create a new rsb4760-v0.0.0.1-checksum folder with two rsb4760 folders inside. Totally, we have 3 layers of folder now.

rsb4760-v0.0.0.1-checksum
|- rsb4760/
|- rsb4760/

2. Put PackageInfo.xml into the 1st folder.

Please make sure the <Password> field is empty.

<?xml version="1.0" encoding="utf-8" standalone="no"?> <PackageDescription>
  <BaseSettings>
    <PackageType>rsb4760</PackageType>
    <Version>0.0.0.1</Version>
    <OS></OS>
    <Arch></Arch>
  </BaseSettings>
  <Password></Password>
</PackageDescription>

3. Put Deploy.xml into the 2nd folder.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<DeployDescription>
  <DeploySetting>
    <DeployFileName>rsb4760/install.sh</DeployFileName>
    <RebootFlag>1</RebootFlag>
    <ResultCheckScript>rsb4760/result.sh</ResultCheckScript>
  </DeploySetting>
</DeployDescription>

4. Finally, put the remainders into the 3rd folder. You can find these files in OTA PACKAGE TOOL.

The update.zip is created by ota-package.sh

- install.sh
- OTAPackager SOP-Chinese.pdf
- OTAPackager-1.0.9.exe
- result.sh
- update.zip

5. ZIP the entire folder, and calculate the MD5 checksum.

cd rsb4760-v0.0.0.1-checksum
zip -r rsb4760-v0.0.0.1-checksum.zip .
md5sum rsb4760-v0.0.0.1-checksum.zip

If the MD5 value is 84c14f0cebb5814b98e61259e88f352a, you have to rename the ZIP file as rsb4760-v0.0.0.1-84c14f0cebb5814b98e61259e88f352a.zip

That's all. This OTA package can be uploaded to the OTA server now!

Package List

In BSP, list all packages which will be built in the image

bitbake -g fsl-image-qt5 && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' \
| awk '{print $1}' | sort | uniq

File:Package List

Show all recipes (include non-installed packages)

bitbake -s

File:Package Version List

you can also check ${BDIR}/tmp/deploy/images/fsl-image-qt5-${MC}.manifest

It will show the same content with checking by rpm tool on target board.

On target board, list all packages by rpm tool

rpm -qa --root / --dbpath /var/lib/rpm | sort

File:Package List