Code Monkey home page Code Monkey logo

projet_5's Introduction

Projet_5

Création microLinux

Ce projet_5 consiste à crée un micro Linux qu'on pourra par la suite mettre dans une carte SD et l'intréger sur une carte rapberry_pi ou tout type d'appareils embarqués capables de prendre un OS.

Pour ce faire, on a suivi des tutoriels et ainsi télécharger virtuelBox sur notre machine personnelle ensuite télécharger la machine virtuelle pour Linux (UBUNTU) et grace au terminal de ce dernier, on exécute les commandes suivantes:

sudo apt-get install qemu-system-arm #telecharger qemu

sudo apt-get install libncurses5-dev bc

sudo apt install build-essential #telecharger buildroot

sudo apt-get install manpages-dev unzip

sudo apt-get upgrade

sudo apt-get update

git clone https://github.com/buildroot/buildroot.git # cloner buildroot

make raspberrypi3_defconfig #fichier de configuration pour notre platforme RP3

make menuconfig # Panneau de configuration

make #Pour Générer l'image

Vous pouvez télécharger l'image de MicroLinux ainsi crée sur le drive suivant: https://drive.google.com/file/d/17e6TqwNUmZGBkknBM2SkWO_1hIUnjBrL/view?usp=sharing.

Consernant la communication, on n'a pas pu réussir à faire la communiquer entre le Bluetooth de notre smartphone et l'application BLE.

projet_5's People

Contributors

bambafall576 avatar

Watchers

 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.