Go to file
Peter Steenbergen 091f5720e6 MycroftOS: Firstboot systemd system
- System to run sccripts at the very first boot. Now currently used
  only for resizing the partion using the full SD size.
- Can be expanded to run other scripts to prepare stuff at the
  very first boot.
2019-09-27 09:12:17 +02:00
buildroot@93d8af9743 MycroftOS: Update README for new Buildroot bump 2019-01-08 14:49:28 +01:00
buildroot-external MycroftOS: Firstboot systemd system 2019-09-27 09:12:17 +02:00
buildroot-patches MycroftOS: Buildroot: Update Mimic to latest dev version 2019-09-24 16:21:35 +02:00
documentation Documentation: Add supported kernel documentation. 2019-01-29 17:04:06 +01:00
scripts MycroftOS: Comment out the menuconfig part as it should. 2019-01-29 09:04:15 +01:00
.gitignore MycroftOS: Implementation of a very first initial bootable version 2018-10-30 15:55:12 +01:00
.gitmodules [MycroftOS] Bump .gitmodules to checkout Buildroot 2019.05.x 2019-09-02 14:02:34 +02:00
LICENSE MycroftOS: Initial setup 2018-10-26 15:02:09 +02:00
README.md MycroftOS: Update README to reflect buildroot version bump 2019-09-03 14:10:05 +02: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 2019.05.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.

Documentation.

More information and instructions can be found within the "documentation" folder.

Credits

Mycroft AI (@MycroftAI)
Buildroot (@buildroot)

Inspired by;

HassOS (@home-assistant)
Recalbox (Gitlab - @recalbox)