Versions Compared

Key

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

...

4.2.3 Build AGL minimal image for AGL Reference Hardware.

$ source meta-agl/scripts/aglsetup.sh -m h3ulcb -b build-h3ulcb agl-demo agl-refhw-h3

In build-h3ulcb/conf/local.conf add

...

Add virtio kernel to the AGL Reference Hardware Linux rootfs:

$ cp build-virtio-aarch64/tmp/deploy/images/virtio-aarch64/Image build-h3ulcb/tmp/work/h3ulcb-agl-linux/agl-image-minimal/1.0-r0/rootfs/linux2
$ bitbake agl-image-minimal -c image_ext4 -f
$ bitbake agl-image-minimal -c image_complete

Flash root file system to the first partition on SD-Card or eMMC.
Ex. SD-Card (/dev/sdb)

...