Go to file
Peter Steenbergen d6f6c07c12 Buildroot: Respeaker: Mount configfs before starting seeed-voicecard 2018-11-02 23:09:18 +01:00
buildroot@5070201391 MycroftOS: Initial setup 2018-10-26 15:02:09 +02:00
buildroot-external Buildroot: Respeaker: Mount configfs before starting seeed-voicecard 2018-11-02 23:09:18 +01:00
buildroot-patches MycroftOS: Implementation of a very first initial bootable version 2018-10-30 15:55:12 +01:00
scripts Small changes in build script 2018-11-01 20:18:11 +01:00
.gitignore MycroftOS: Implementation of a very first initial bootable version 2018-10-30 15:55:12 +01:00
.gitmodules MycroftOS: Add submodule buildroot, default branch 2018.08.x 2018-10-26 15:17:06 +02:00
LICENSE MycroftOS: Initial setup 2018-10-26 15:02:09 +02:00
README.md MycroftOS: Implementation of a very first initial bootable version 2018-10-30 15:55:12 +01:00

README.md

MycroftOS

MycroftOS is a bare minimal linux OS based on Buildroot to run the Mycroft A.I. software stack on embedded devices. The software stack of Mycroft creates a hackable open source voice assistant.

More information about the development, process, ideas etc. at https://www.j1nx.nl More information about the Mycroft A.I. software stack at https://mycroft.ai

System.

  • Linux kernel 4.14 (LT)
  • Buildroot 2018.08.x
  • Mycroft 18.08.x
  • Raspberry Pi 3B (initial development hardware)

Getting started.

At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version is created, other hardware might be added.

Getting the code.

First, get the code on your system! The simplest method is via git.

If this is the very first time you are going to build an image, you need to execute the following command once;

  • ./scripts/br-patches.sh

Building the code.

Then we can build the image(s) by running the following command;

  • ./scripts/build.sh (At this moment only one image get's build. Namely the one for RPi3B. Later on in time this section will get expanded with other hardware such as, the other Raspberry Pi's, perhaps Mark-1 and/or Mark-2 and further down the road for the new Rockchip RK3399Pro SoC with RK1808 NPU

... More building instructions will follow soon ...

Credits

Mycroft AI (@MycroftAI) Buildroot (@buildroot)

Inspired by; HassOS (@home-assistant) Recalbox (Gitlab - @recalbox)