1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-11 08:36:13 +01:00
Go to file
2018-10-26 15:47:16 +02:00
buildroot@5070201391
buildroot-external MycroftOS: Initial buildroot-external setup 2018-10-26 15:43:30 +02:00
buildroot-patches MycroftOS: Initial buildroot-patches setup 2018-10-26 15:47:16 +02:00
.gitignore
.gitmodules MycroftOS: Add submodule buildroot, default branch 2018.08.x 2018-10-26 15:17:06 +02:00
LICENSE
README.md MycroftOS: Add submodule buildroot, default branch 2018.08.x 2018-10-26 15:17:06 +02: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.

Focus

  • Linux kernel 4.14 (LT)
  • Buildroot 2018.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.

  • cd ~/
  • git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git
  • cd MycroftOS

More building instructions will follow soon...