Building the GENIVI Development Platform

I started to learn core things with GDP (GENIVI Development Platform). I followed Documentations and tutorials on yocto and bitbake to learn about the platform. My mentors helped me to get familiar with the environment.

Clone the GENIVI Development Platform https://github.com/GENIVI/genivi-dev-platform and start building it inside my laptop.

But it was so long process so I asked my university to access the high-performance server and started building the project.

To initiate and build the environment used following commands given by the Documentation

1:  https://github.com/GENIVI/genivi-dev-platform.git  
2:  cd genivi-dev-platform  
3:  source init.sh qemux86-64  


First time building I got some proxy issues in the department server. But fixed them and finally successfully built the GDP in the server.

My next step is to include zebra packages inside the GDP. For that, I have to write a recipe for the kernel.

Comments

Popular posts from this blog

IOT Greenhouse project part 1

How to fix FirebaseApp with name [DEFAULT] doesn't exist issue with flutter

Node.js how to work with Serial ports and display data on a beautiful frontend using Highcharts API Part 2