Giter VIP home page Giter VIP logo

meta-infotainment's Introduction

meta-infotainment

This is the layer for In-Vehicle Infotainment fit in OpenEmbedded/Yocto

Details of In-Vehicle Infotainment, go to In In-Vehicle-Infotainment

Dependencies

This layer depends on:

Quick Start

Install basic environment for yocto.

sudo apt-get update
sudo apt-get upgrade -y
sudo apt install -y bmap-tools zstd liblz4-tool gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm python
sudo apt install -y curl

Install the repo command by Google first.

mkdir -p ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH

Create workspace

mkdir yocto-infotainment && cd yocto-infotainment
repo init -u https://github.com/SEA-ME-COSS/meta-infotainment -b kirkstone -m tools/ivi-yocto.xml
repo sync
repo start work --all

Setup Build Environment

cd poky
. ./meta-infotainment/setup.sh

Build Images

This headunit works fully on Raspberry Pi 4 with full hardware setup.

bitbake infotainment-rpi-image

Download Image

  1. Find where SD card is

    sudo fdisk -l
    
    
  2. Write image to SD card

    You should write rpi-sdimg.

    cd tmp/deploy/images/raspberrypi4-64
    sudo dd if=infotainment-rpi-image-raspberrypi4-64-[timewhenyoubuild].rootfs.rpi-sdimg of=/dev/sda
    sync
    
    

Architecture

metainfotianmentstructure.png

Details

  1. recipes-connectivity & recipes kernel
    • Files for match poky(kirkstone) and meta-rapsberrypi(master)
    • Refer meta-raspberrypi issue #1211
  2. recipes-env
    • Basic setting for run our ivi app
    • Install qt5, wifi, raspi-config etc
  3. recipes-ipc
    • Module for IPC(vsomeip)
    • We have to downgrade boost version for particular version of commonapi
  4. recipes-pypi
    • Install piracer and dependent pip packages
    • Use setuptools3
  5. recipes-module
    • Apps that we made. Including headunit & ivi
    • Supervisor is for auto start and managing the process
  6. recipes-core
    • Main bb files for making our image

References

meta-infotainment's People

Contributors

dongdongo avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.