Giter Club home page Giter Club logo

raspmin's Introduction

How to use

Inside the raspmin directory create a share directory and change its ownership based on the container user uid (builder)

$ mkdir share && chown -R 5000:5000 share
This directory will be used for sharing files between the host and container, the compiled binaries and builded images will be stored at the directory you specified, this way it wont be necessary build to recipes every host boot.

Build the container inside image directory

$ cd image
$ docker build -t raspmin .

After building the image, enter the container using the init script and source poky directory

$ . oe-init-build-env
$ bitbake core-raspmin

The project image will be found at share/tmp/deploy/images/raspberry4-64/*.rpi-sdimg

For wifi capabilities the wpa_supplicant must be initilized as service using openrc, pass the initialization args to /etc/conf.d/wpa_supplicant file and set it as a service using

rc-update add wpa_supplicant default
rc-service wpa_supplicant start

dont forget to add your network at /etc/wpa_supplicant.conf.

raspmin's People

Contributors

zoh-j02r 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.