Go to file
Peter Steenbergen 262b3c89da MycroftOS: Buildroot: Bump python-coveralls dependency to 1.5.1
- This to remove the pytest-runner dependency for new clean builds
2018-11-13 11:15:41 +01:00
buildroot@5070201391 MycroftOS: Initial setup 2018-10-26 15:02:09 +02:00
buildroot-external MycroftOS: Buildroot: Bump python-coveralls dependency to 1.5.1 2018-11-13 11:15:41 +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: Update README 2018-11-12 14:04:25 +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)

Stats:

| Build Status || GitHub last commit | |:---:|:---:| | This shows if the code is valid and can be build. | This shows when this repo was updated for the last time | | GitHub stars | GitHub issues | | Please this repo if you find it useful | Issues are like my personal TODO list and information archive | |License: Apache License 2.0| contributions welcome | | I'm using the Apache License 2.0 similar as Mycroft A.I. which means commercial use is allowed | If you have any ideas, they're always welcome. Either submit an issue or a PR! | | Uptime Robot status | Buy me a | | I use uptime robot to monitor for things i can't monitor when the connection drops. | If you feel the need, now it's as easy as clicking this button! |

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)