Skip to content

kallmanjaa/YoctoRpi3Headunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hobby/Learning

Bring up rpi3 as an car headunit

Notes:

The rpi image is based on core-image-minimal 

Kernel:

used kernel version is 5.5y

Image file

wic file need to be flashed to sdcard using dd command or your favorite tools like rufus
Image file: <path-to-src>/build/tmp/deploy/images/rpi3/rpi3-image-rpi3.wic

Next steps/TODO:

Building Headunit is ok
Fine tune kernel recipie, implemented in hurry.. hahahah
Next test it on device, if some problem fix them
Next Project/learning: understand how Andorid Auto protocol is working from the source code

Get started

Manifest

repo init -u https://github.com/kallmanjaa/YoctoRpi3Headunit.git -b develop -m manifest.xml
repo sync

Docker

used docker to replicate same build env everywhere
ubuntu 18.04
docker build -t kalmanjaa_yocto .
docker run --rm --user=kallmanjaa --name test_yocto -v ${PWD}/../YoctoRpi3Headunit:/YoctoRpi3Headunit -it kalmanjaa_yocto /bin/bash

Usage

In the docker env,
just run ./build.sh, everything is taken care

Reference

https://git.yoctoproject.org/git/meta-raspberrypi

HEADUNIT Source code [REFERENCE] :

https://github.com/gartnera/headunit.git
branch: master 

NOTE:

This is just a hobby project, do not use it on your real driving car.

DEMO:

DEMO.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published