/final-project-modi-disha

final-project-modi-disha created by GitHub Classroom

Primary LanguageC

AESD-final-project-modi-disha

This Repository will include Implementation of minimal OS using buildroot for X-Client and server applications implementation done by Disha Modi

Source Code Organization

Buildroot Repository will be hosted at BuildrootServer-Repo

Yocto Repository will be hosted at YoctoServer-Repo

Client-X code will be hosted in a repository at Client-Repo

Wiki Page

Link to Project Wiki Page

Schedule Page

Link to Schedule Page

Demo Page

Link to Demo Page

buildroot-rpi

We will be using rpi3

Configuration of rpi for Buildroot:

For models A, B, A+ or B+:

$ make raspberrypi_defconfig

For model Zero (model A+ in smaller form factor):

$ make raspberrypi0_defconfig

For model 2 B:

$ make raspberrypi2_defconfig

For model 3 B and B+:

$ make raspberrypi3_defconfig

For model 4 B:

$ make raspberrypi4_defconfig