1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-12 17:10:33 +01:00
Go to file
Peter Steenbergen 04b3fff53e MycroftOS: Fix BT Speaker service for the RPI onboard BT chip.
RPI BT chip needs some extra work that is and can be solved with
an extra service running before bluetooth.service and btspeaker.service
2020-01-21 21:06:54 +01:00
buildroot@21e50b5598 MycroftOS: Buildroot: Revert back to 2019.08.x 2019-12-15 20:45:59 +01:00
buildroot-external MycroftOS: Fix BT Speaker service for the RPI onboard BT chip. 2020-01-21 21:06:54 +01:00
buildroot-patches MycroftOS: Add Bluetooth Speaker functionality. 2020-01-11 19:16:36 +01:00
documentation MycroftOS: Documentation: Update building documentation. 2019-12-11 15:39:40 +01:00
scripts MycroftOS: BNuilding now uses a proper Makefile. 2019-12-10 13:21:49 +01:00
.gitignore Small changes to .gitignore 2020-01-18 13:58:46 +01:00
.gitmodules Revert "MycroftOS: Buildroot: Update to latest stable release 2019.11.x" 2019-12-15 20:40:46 +01:00
LICENSE MycroftOS: Initial setup 2018-10-26 15:02:09 +02:00
Makefile MycroftOS: Separate log files for each target. 2019-12-10 13:45:54 +01:00
README.md MycroftOS: Buildroot: Bump kernel to 4.19.89 2019-12-22 21:06:49 +01:00

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.19.89
  • Buildroot 2019.08.3
  • Mycroft 19.8.5
  • Raspberry Pi 3|3b|3b+ (Initial development hardware = 3b)
  • Raspberry Pi 4

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)