Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Extra step for type 3b build.

Attention!!:

This step has some issue. This extra step can select 4a or 4b.  When you want to build AGL demo IVI guest shall use tested stable version or stable pre build image, shall not use same as IC side recipe tree.  Need to update section 4 procudere. Now discuss how to provide prebuild guestcontainer guest in myself, please select 4a work flow.  When you want to create AGL IC container demo quicly, please select 4b work flow.

Typically 4a step require long build time about 6h.  When you want to build AGL Ref HW/ SK+ Kinfgisher software, you can't select select 4b work flow that depend to Renesas propriety license limitation.

4a. Extra step for type 3b build myself.

1st step: Configure 2nd build tree.

...

bitbake agl-instrument-cluster-container-demo

...

4b. Extra step for type 3b using pre build image.

...


1st step: Download stable pre build prebuild image from AGL site.

Download IVI guest images from this link.

Prebuild AGL Demo IVI container images for Raspberry Pi 4.

Extract download tar.bz2 archive to any directory.

Ex.
cd /path/to/directory/
tar xvJf /path/to/download/agl-demo-ivi-container-guest-raspberrypi4-64.tar.bz2

2nd step: Set deploy path of AGL IVI Demo to IC side config.

Set extracted directory using OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR in local.conf (or site.conf).

Ex.

OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR="/path/to/directory/prebuild/"

4th step: Build all in one image (3b).

Back to terminal for ic build.

bitbake agl-instrument-cluster-container-demo

5. Write imgae to SD card.

...