Versions Compared

Key

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

...

bitbake agl-ivi-demo-platform
bitbake agl-ivi-demo-platform-flutter
bitbake agl-ivi-demo-platform-html5

3rd step: Set deploy path of AGL IVI Demo to IC side config.

Type 3b integration refer to IVI pre build image.  Please set IVI side deploy directory in ic side local.conf (or site.conf).

At $AGL_TOP/build-ic-XXXX/conf/local.conf

Add to

OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR = "/path/to/deploy/"

ex.  When your board is AGL RefHW and your home directory is "/home/user/".

OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR = "/home/user/

...

AGL/

...

octopus/build-ivi-refhw/tmp/deploy"

ex.  When your board is R- CarH3 Starter Kit with Kingfisher board and your home directory is "/home/user/".

OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR = "/home/user/AGL/octopus/build-ivi-h3kf/tmp/deploy"

ex.  When your board is Raspberry Pi 4 and your home directory is "/home/user/".

OUT_OF_TREE_CONTAINER_IMAGE_DEPLOY_DIR = "/home/user/AGL/octopus/build-ivi-rpi4/tmp/deploy"

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.

sudo bash -c "xzcat /path/to/image/directory/agl-instrument-cluster-container-demo-XXXXX.wic.xz | dd of=/dev/sdXXX bs=128M"