Commit Graph

915 Commits

Author SHA1 Message Date
j1nx 4960864c13 Workaround of the Python 3.9 multiprocessing issues 2021-04-05 18:25:51 +02:00
j1nx 6e89056e1e Add forgotten firstboot flag file 2021-04-05 17:02:52 +02:00
j1nx c451978c93 Change default install path of the pre-installed skills-repo 2021-04-05 17:01:50 +02:00
j1nx a8d3e23a4e Switch over to fully XDG compliant skills directories 2021-04-05 16:03:41 +02:00
j1nx b2635222ab Bump python-mycroft msm requirement to 0.9.0 2021-04-05 11:19:17 +02:00
j1nx 3717a03945 Add python-msm python3.9 multiprocessing fix patch 2021-04-04 17:46:11 +02:00
j1nx ce7edd1827 Switch python-msm sitemethod to git 2021-04-04 17:40:29 +02:00
j1nx e8b0bacf5f Add python-padatious python3.9 multiprocessing fix patch 2021-04-04 17:22:08 +02:00
j1nx 985c31abcd Switch python-padatious sitemethod to git 2021-04-04 17:19:11 +02:00
j1nx a26c671e90 Move user site-packages template to 3.9 version 2021-04-04 17:04:01 +02:00
j1nx 8766df6b2b Re-Initiate the firstboot system utilizing a different approach
ovos-config as tool, starting of with expiring the default passwd
2021-04-02 12:22:46 +02:00
j1nx 690de2d0fc Disable/remove the var zram systemd files for now
I really need to think this through, what I want and how I want it.
2021-04-02 11:33:00 +02:00
j1nx 6669ae2a6c Reverting one security limits.conf
Was a typo, but it is not recommended anyhow, so removed again
2021-04-02 11:26:32 +02:00
j1nx 3d77b065cc Lowering systemd waqtchdog timer to 10 seconds
The device keeps rebooting? Read online that the hardware watchdog
of the pi needs to be petted every 15 seconds, so giving it a try.
2021-04-02 11:24:01 +02:00
j1nx 96ccec6ddd Not needed for rpi3 and rpi4 as the watchdog is enabled by default.
And as we are not going to support rpi2 and/or lower not needed.
2021-04-02 11:18:54 +02:00
j1nx 21f35d397f Bump mycroft and mycroft-messagebus 2021-03-31 17:01:16 +02:00
j1nx 9cd15d3e92 Changes to the bluetooth system 2021-03-30 14:29:32 +02:00
j1nx ebc669e78e Prepare and add to be able to update the eeprom on boot. 2021-03-30 13:52:18 +02:00
j1nx 1e7f15c015 Tuning the sound architecture to be more Real Time aware. 2021-03-30 13:12:17 +02:00
j1nx 6449a1e75f Hardening the system by rebooting the device after a kernel panic for more then 20 seconds. 2021-03-30 13:08:30 +02:00
j1nx d7d2f65e9b Enable and configure the hardware watchdog.
(reboots the device after it hangs for 20 seconds or more)
2021-03-30 13:06:29 +02:00
j1nx d426a62f45 Merge branch 'bump/buildroot' into develop 2021-03-30 11:23:52 +02:00
j1nx 474bc0d9cf Switch respeaker drivers to a linux 5.10 compatible version. 2021-03-30 11:21:31 +02:00
j1nx e03341fdd9 Bump spotifyd 2021-03-30 11:06:48 +02:00
j1nx af2dbd3716 Bump ncpamixer 2021-03-30 10:33:55 +02:00
j1nx b205bc002d Bump snapcast 2021-03-30 10:22:10 +02:00
j1nx c75b8f0cc1 Bump ovos-utils 2021-03-29 17:33:09 +02:00
j1nx 8d00a96872 Move vosk preinstalled package to 3.9 path (for testing) 2021-03-29 14:51:57 +02:00
j1nx df7a4027dc Bump mycroft-gui 2021-03-29 14:48:28 +02:00
j1nx b9b7b9361c Bump python-mycroft and its dependencies 2021-03-29 12:26:18 +02:00
j1nx df21d07af2 Get into shape for Buildroot 2021.02 2021-03-29 09:28:25 +02:00
j1nx 3be58ed50a Bump buildroot to latest 2021.02.x LTS version 2021-03-18 09:11:54 +01:00
Peter Steenbergen 1b7514a51c
Merge pull request #50 from OpenVoiceOS/feature/zram
Next step is the r/w filesystem overlay system
2021-03-11 14:04:40 +01:00
j1nx 02908351b9 Additin of systemd profiling tools to reprofile the boot process 2021-03-11 14:01:32 +01:00
j1nx 95984efb37 Add var zram system and preperation for r/w FS overlay system 2021-03-11 09:29:17 +01:00
j1nx 5712beb181 Fix ramdisk permission errors making it below to the mycroft user 2021-03-04 20:50:26 +01:00
j1nx 5a34716366 Fix our growndisk implementation by moving it further within the boot proces 2021-03-04 20:47:27 +01:00
j1nx 2cc9d46752 Increase initial boot and rootfs partition sizes 2021-03-04 13:20:54 +01:00
j1nx 40d4f26f9f Increase the default amount of available zram drive slots to 4 (for now) 2021-03-04 11:29:15 +01:00
j1nx ad5b3114db Add ZRAM ramdisk support 2021-03-02 17:01:39 +01:00
j1nx 364d8be816 Make sure we have some overlap with when it swaps and the left memory space.
30 means, start using swap when <=30% of free memory is left
we reserve 20% of space for ZRAM compressed SWAP meaning 10% safety

This 10% margin feels safer then the hard 80/20 ratio we had.
2021-03-02 13:36:55 +01:00
j1nx 97608c67cd Merge branch 'develop' of https://github.com/OpenVoiceOS/OpenVoiceOS into feature/zram 2021-03-01 22:00:32 +01:00
j1nx 70fa66f615 Add and configure 20% of memory as zram swap with a low agressive swappiness 2021-03-01 21:58:30 +01:00
Aditya Mehra f225624140
convert all steps to use sh in jenkins 2021-02-27 16:56:01 +05:30
Aditya Mehra 2c4fd77b04
fix sh call in jenkinsfile 2021-02-27 16:51:35 +05:30
Aditya Mehra ca1afb203a
Added jenkins file for build testing 2021-02-27 16:40:02 +05:30
j1nx e54ba60296 Fix OVOS splash loading bar fill up 2021-02-25 21:13:02 +01:00
j1nx efcb8dfb39 Add missing mycroft binaries.
Although skip mic test as it needs to cancel mycroft.
We will figure something out ourselfs.
2021-02-25 20:16:12 +01:00
j1nx 0462a40cbf Bump mycroft-gui to the latest version 2021-02-25 15:11:41 +01:00
j1nx 1baad14a56 Fix icon/font size for top sliding menu 2021-02-25 13:37:35 +01:00