Coder Social home page Coder Social logo

fedbox's Introduction

FedBox: Turnkey Federated Social Networks

Build Instructions

Dependencies

The dependencies required for building this project are:

  • None yet

The dependencies for Buildroot are described in this document.

If you are using Windows Subsystem for Linux, you must add the following to /etc/wsl.conf:

[interop]
appendWindowsPath=False

Preparing Sources

First clone the Buildroot source and this repository:

git clone https://github.com/buildroot/buildroot.git
cd buildroot
git checkout -b stable 2021.08.2

cd ..
git clone https://github.com/HOGGL/fedbox.git fedbox-external

Next find the defconfig for your single board computer in buildroot/configs and build the system image. The following example will build an image to be used by Qemu. This is useful for testing purposes. For details on running the image see board/qemu/arm-vexpress/readme.txt under the Buildroot tree.

  cd fedbox-external
  make -C ../buildroot BR2_EXTERNAL=$PWD O=$PWD/output \
	  qemu_arm_vexpress_defconfig

Image Creation

Creating the filesystem image for the device is as follows:

cd output
make

It is a good idea to enable build caching if you will compile often. To enable this setting preform the following:

make menuconfig # -> Build options -> Enable compiler cache

There will now be a complete filesystem image located under output/images. For example, when using the BeagleBone defconfig, a sdcard.img will be located in that folder and it can be flashed to a SD card using dd(1) and inserted into the device.

fedbox's People

Contributors

hoggl 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.