Peter

Steenbergen

Open-Source Advocator & Innovator | Voice AI Developer | Co-Founder of OpenVoiceOS

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 5

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 5

It has been a while once again since the last update. The previous blogpost on this topic mentioned a second alpha version being available. This blogpost is actually about the fourth alpha release. Yes we skip the third. It has been released on the Mycroft A.I. forums in between, but that was already some time […]

Read more
[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 4

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 4

A first (very) early alpha release is ready. Still a lot of things to fix/change/create/etc however it looks like I have all Mycroft stuff working one way or the other. I could use some feedback, both positive as negative. So if you have some free/spare time and a spare SD card, please give it a […]

Read more
[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 3

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 3

October went by (time flies when you are having fun!), hence the first week of November is also already gone so it is about time to update you all about the progress on MycroftOS. In my last update I mentioned that the git commit history was a complete mess. Last month I took the time, […]

Read more
[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 2

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 2

In my previous first blog post about the MycroftOS project, I informed you all about the start of the project. Now I did mention in that blog post that it was most likely a bit premature to already blog about it. However in the last few weeks I have been able to work on the […]

Read more
[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 1

[DEV] MycroftOS – A bare minimal OS based on Buildroot – PART 1

This is a very early post (probably way to soon anyway, but…) in the [DEV] MycroftOS project blog series. MycroftOS is a bare minimal OS based on Buildroot which has only one purpose which is running Mycroft without any further additional packages and / or overhead. At the end of the project, it could be […]

Read more
Compiling WPE Webkit for the RaspberryPi

Compiling WPE Webkit for the RaspberryPi

Recently I became aware of a very nice project that makes it possible to run a complete fullscreen borderless hardware accelerated webbrowser on the Raspberry Pi. As you might have read in one of the blog posts in the [DiY] Personal A.I. Assistant series, I would like to run it on the device and making […]

Read more
(Cross)Compiling software for Raspbian in a chroot environment.

(Cross)Compiling software for Raspbian in a chroot environment.

By using the Raspbian distro on the Raspberry PI (or any debian / main stream distro for that matter on any embedded device), most of the software packages that you would want to install are available within the package manager of the distribution. Sometimes there some small / medium sized programs missing, or you want […]

Read more
Howto optimize Linux – SD card as rootfs

Howto optimize Linux – SD card as rootfs

The write performance of a SD card is a little bit different then using a conventional spinning disk under Linux. The main problem is that a SD card can not write data over existing data. So whenever it want to write something it has to delete the content of that section first. To add to […]

Read more
Initramfs support for Linux-ARM (Allwinner A10)

Initramfs support for Linux-ARM (Allwinner A10)

If you use any of the ubuntu based distributions out there you might want to make use of  Initramfs support for the Allwinner A10. Using a initramfs solves a lot of errors related to boot profilers such as ureadahead. Secondly you are able to load kernel modules soon in the boot process, hence the reason […]

Read more