1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-18 03:49:03 +01:00
Commit Graph

739 Commits

Author SHA1 Message Date
j1nx
66e38969f1 Disable systemd-vconsole
Was only needed for Weston and had some quircks in the first place
2021-04-06 11:35:45 +02:00
j1nx
ac7ae78e67 Disable the virtual touchscreen driver
This was only a work around for Weston issues, which we no longer
use anyhow.
2021-04-06 11:21:59 +02:00
j1nx
22389700ba Remove deprecated elevator= from cmdline.txt 2021-04-06 10:36:04 +02:00
j1nx
7fce721c92 Bump mycroft-gui 2021-04-06 10:34:30 +02:00
j1nx
f944bc57cc Add and/or Bump of all OVOS related packages and skills 2021-04-06 10:28:53 +02:00
j1nx
196affff22 Upgrade mycroft-service to use systemd notify through previous scripts 2021-04-05 20:15:47 +02:00
j1nx
d3211bbfbf Forgot to make ovos-config executable 2021-04-05 18:27:29 +02:00
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
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
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
70fa66f615 Add and configure 20% of memory as zram swap with a low agressive swappiness 2021-03-01 21:58:30 +01:00
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
j1nx
3b2096531c Add default ncpamixer configuration file. 2021-02-25 12:47:04 +01:00
j1nx
ace870174e Again small cosmetic changes to cli_login 2021-02-25 12:16:18 +01:00
j1nx
81fbba93b9 Make cli_login screen a bit smaller 2021-02-25 12:04:23 +01:00
j1nx
b625b97e56 Fix mistake in dynamically loading pulseaudio configuration. 2021-02-25 11:36:19 +01:00
j1nx
975a106747 Add Google Noto Sans fonts 2021-02-24 16:19:04 +01:00
j1nx
1d5f57a06f Add Configuration and Files for QT5CT (Issue: #48) 2021-02-24 13:03:09 +01:00
j1nx
81387b0ea5 Remove enclosure and mycroftgui skills from priority skills 2021-02-23 15:18:10 +01:00
j1nx
5a6e1cb0cc Install non-lib files from qt5ct as well 2021-02-23 13:05:10 +01:00
j1nx
df88e213f4 Create and add qt5ct buildroot package 2021-02-23 10:06:38 +01:00
j1nx
3454da0bca Bump ovos related packages and skills 2021-02-22 19:41:33 +01:00
j1nx
0bac479c98 Cosmetic changes to the CLI part of OVOS 2021-02-19 12:46:55 +01:00
j1nx
b681eb2820 Bump mycroft-ovos-parting skill 2021-02-18 20:39:27 +01:00
j1nx
8968f515a0 Fix enclosure issues for our first run wizard.
QuickFix for now, will be changed by proper enclosure plugin.
2021-02-18 20:35:00 +01:00
j1nx
b732a1221a Fix mycroft-gui missing environment variables 2021-02-18 19:59:00 +01:00
j1nx
9f1fed5844 Add and apply PR2843 to mycroft-core. 2021-02-18 15:34:58 +01:00
j1nx
79d6473893 Bump mycroftgui and homescreen skill 2021-02-17 21:00:40 +01:00
j1nx
058caf6d49 Bump mycroft-gui package 2021-02-17 15:08:36 +01:00
j1nx
2984d9bfe5 Bump mycroft-core and gtts dependency 2021-02-17 13:59:44 +01:00
j1nx
4cf82004a6 Optimizations for the OS and Python 2021-02-17 12:07:33 +01:00
j1nx
f9ab398d08 Make use of disk identifier 2021-02-12 10:54:20 +01:00
j1nx
eb77855931 Enable forgotten KMS mesa3d driver 2021-02-12 10:53:42 +01:00
j1nx
93fccc10a3 Switch to tun the GUI onto eglfs instead wayland / weston. 2021-02-09 21:04:04 +01:00
j1nx
3de64b84f5 Config and packages cleanup 2021-02-09 21:00:21 +01:00
j1nx
4b02c2a839 Remove unmaintained config files.
As soon as the rpi4-gui image is released it will be rebased for rpi3
2021-02-09 20:27:42 +01:00
j1nx
2ed2e092ca Cleanup of old and now unneeded files. 2021-02-09 20:25:46 +01:00
j1nx
9320bd286b More bumps and sound related changes 2021-02-09 20:05:18 +01:00
j1nx
39ef6633f1 Bump packages and more work on sound architecture 2021-02-08 11:19:49 +01:00
j1nx
3d2532b405 Update busybox configuration 2021-02-08 08:35:14 +01:00
j1nx
7943fe42f3 Revert "Switch alsactl over to daemon mode (although doubt it will be any better)"
This reverts commit f9cd5e45b9.
2021-02-08 08:16:13 +01:00
j1nx
73028bf309 Revert "Small change/fix in weston.service"
This reverts commit 734b387faf.
2021-02-08 08:15:18 +01:00
j1nx
f9cd5e45b9 Switch alsactl over to daemon mode (although doubt it will be any better) 2021-02-05 17:39:04 +01:00
j1nx
df54370b02 Small cosmetic changes for the CLI 2021-02-05 17:38:39 +01:00
j1nx
17a59feec9 Changes to sound architecture, prepare system no longer needed 2021-02-05 16:10:50 +01:00
j1nx
f6df47f452 Keep /var/log on disk for the moment as we are still debugging
As soon as we might reach a stable release, we can revert this again
2021-02-04 13:26:45 +01:00
j1nx
c3ea8a3827 Bump skill-ovos-pairing to the latest version to squueze the last quirks 2021-02-04 10:35:22 +01:00
j1nx
6a59dcb1e1 [DONE] Implementation of own growdisk architecture.
This is temporarily till we switch to A/B mirrored rootfs
and data-overlay for all writable mounts.
2021-02-04 09:45:00 +01:00
j1nx
1d42e2b31f [WIP] Switch to a Hybrid MBR/GPT partition scheme.
- rootfs based on PARTUUID
2021-02-02 20:52:02 +01:00
j1nx
390e3efde6 MycroftOS: Build, install and use the dtbo files from the kernel sources.
Instead of the pre-compiled version from the rpi-firmware repository
this to make sute everything is using the same version.
2021-01-30 09:14:05 +01:00
j1nx
4be50966fa Enable systemd-repart option 2021-01-30 08:57:13 +01:00
j1nx
640f418648 Revert "MycroftOS: (experimental) respeaker 2mic pulseaudio support."
This reverts commit df2ee2d4a5.
2021-01-29 13:24:27 +01:00
j1nx
150722002a [WIP] Resize the partition at first boot using systemd-repart 2021-01-29 10:42:23 +01:00
j1nx
efd22994ca [TMP] Reverting the pairing skill to before the backend selection
For now, to get things done sound architecture wise so I can work and test things.
2021-01-28 14:41:03 +01:00
j1nx
16f6b8e187 [WIP] Preinstall vosk so we can remove unneeded firstboot service 2021-01-28 14:11:04 +01:00
j1nx
607f7f7418 [WIP] Use systemd-growfs instead of own scripts to expand the rootfs 2021-01-28 13:59:14 +01:00
j1nx
734b387faf Small change/fix in weston.service 2021-01-28 13:31:56 +01:00
j1nx
47e353c672 Copy over submodules dirs and .git directories seperately. 2021-01-28 09:42:54 +01:00
j1nx
6616f3fbc2 [WIP] refactor the mycroft installed skills to buildroot packages. 2021-01-27 22:45:35 +01:00
j1nx
9e6b622d31 Changes and bumps 2021-01-26 14:10:03 +01:00
j1nx
0238263f65 Getting into shape for possible release. 2021-01-24 21:08:05 +01:00
j1nx
c82028beed Bump ovos-utils 2021-01-21 10:32:48 +01:00
j1nx
cf85618850 Bump mycroft-embedded-shell 2021-01-21 07:02:14 +01:00
j1nx
c7b6b23a06 Bump ovos-utils + add python-kthread package 2021-01-20 15:31:27 +01:00
j1nx
34b16b34ed Bump skills and mycroft 2021-01-20 10:16:08 +01:00
j1nx
07088e02e2 Downgrade pairing skill for the moment.
Easier for testing other stuff while the selection method
is being figured out / worked upon.
2021-01-18 08:20:35 +01:00
j1nx
23d303a198 Make sure the default mycroft skills remain git directories 2021-01-17 19:21:22 +01:00
j1nx
c480fc1ee8 Fix stupid overlay mistake for precise 2021-01-17 13:18:48 +01:00
j1nx
952fc5af1a Re-enable the no sudo patch for msm 2021-01-16 11:02:31 +01:00
j1nx
3305309e52 Implement: PEP 370 -- Per user site-packages directory.
Empty directory structure, hopefully the first run of Python
picks it up and allows pip install into it without racecondition issues.
2021-01-16 10:59:31 +01:00
j1nx
4780a27d03 Changes to weston.ini 2021-01-15 16:31:02 +01:00
j1nx
aad6671a67 Bump snapcast package 2021-01-15 12:03:54 +01:00
j1nx
f9f5c4c009 Bump mycroft-core 2021-01-15 11:06:59 +01:00
j1nx
f3f22264e2 Update pre-installed skill-repo 2021-01-15 10:52:57 +01:00
j1nx
75978a29c1 Switch over to use embedded-gui as default 2021-01-15 10:24:37 +01:00
j1nx
24d8eb2b9e Bump embedded gui package 2021-01-15 10:06:04 +01:00
j1nx
da925d6417 Quickfix for vosk package 2021-01-14 20:38:49 +01:00
j1nx
77f6286acf Enable python-ipaddress package 2021-01-14 20:34:25 +01:00
j1nx
dec6568ba2 Downgrade accidentally upgraded python-fasteners 2021-01-14 20:27:15 +01:00
j1nx
ea663a0747 Bump lingua-franca to intermediate version 0.2.2+ 2021-01-14 20:10:03 +01:00
j1nx
8df821f6c8 Revert "Bump lingua-franca"
This reverts commit e061c87cea.
2021-01-14 19:04:31 +01:00
j1nx
fefcea98cb Fix mycroft.conf for precise plugin 2021-01-13 20:53:43 +01:00
j1nx
2dafb99a39 Bump mycroft-gui-embedded 2021-01-13 20:52:34 +01:00
j1nx
7790c73034 Bump linux kernel 2021-01-12 11:35:14 +01:00
j1nx
a8bad90a20 Fix python-jarbas-stt-plugin-vosk/Config.in 2021-01-11 14:14:52 +01:00
j1nx
74d78ffd24 Add preinstalled modified volume skill 2021-01-11 14:11:20 +01:00
j1nx
9c6f99be5e Add jarbas-stt-plugin-vosk plugin 2021-01-11 13:33:20 +01:00
j1nx
7cc7a68fb7 Pip install vosk-api at first boot 2021-01-11 12:57:29 +01:00
j1nx
b06d5eee1b See if qtvirtualkeyboard works 2021-01-10 18:44:52 +01:00
j1nx
bcc454e508 Bump ovos-utils 2021-01-10 18:41:29 +01:00
j1nx
e061c87cea Bump lingua-franca 2021-01-10 18:37:04 +01:00
j1nx
a1ce0f5e9e Fix forgotted hash for precise-wake-word plugin package 2021-01-10 18:06:32 +01:00
j1nx
d07ca1ede7 Switch precise-engine over to plugin based version 2021-01-10 17:20:54 +01:00
j1nx
dd5a529572 Update pairing-skill to latest version 2021-01-10 16:40:29 +01:00
j1nx
060cad1764 Reorder priority skills 2021-01-10 16:39:22 +01:00
j1nx
f5f551b2d8 Remove default precise mic.monitor 2021-01-10 16:31:48 +01:00
j1nx
9f904fb811 Implement local-backend 2021-01-09 18:47:29 +01:00
j1nx
bb7e6c3d3b Fix resting screen issue. 2021-01-09 14:58:33 +01:00
j1nx
a606114deb Make date-time skill a priority skill 2021-01-07 22:26:11 +01:00
j1nx
68d555fb16 WIP: Implementing all goodies and required changes / dependencies. 2021-01-07 21:21:21 +01:00
j1nx
96ddea2de3 Bump mycroft-core to grab latest fixes. 2021-01-06 21:53:58 +01:00
j1nx
1f78a12c9d QuickFix: A quick fix to make sure the pre-installed skills can load.
This it temporarily till we go the full XDG compliant way.
2021-01-06 18:07:01 +01:00
j1nx
f36b651595 Bump wifi skill (again again) 2021-01-05 20:57:31 +01:00
j1nx
74ca185bc0 Bump wifi skill (again) 2021-01-05 16:08:56 +01:00
j1nx
f06e49c20f Bump wifi skill 2021-01-05 15:46:30 +01:00
j1nx
2c6f69505a Rebrand mycroft-gui to OpenVoiceOS. 2021-01-05 15:01:48 +01:00
j1nx
dafa8154cc Update pairing skill 2021-01-05 14:17:37 +01:00
j1nx
3eb157a4fa Change to own pairing skill and make sure MSM doesn't hang on very first boot.
Mycroft doesn't continue if the repo skill doesn't get fetched which
obviously can't be fetch without network. So include a local copy
of the skills-repo so at least it doesn't stall the boot.
2021-01-04 20:57:46 +01:00
j1nx
b7f5b9ebee Add a virtual touchscreen driver as quick fix for Weston.
Weston segfaults if it can't find input devices despite it being
configured to load without it (require-input=false)
2021-01-03 20:57:48 +01:00
j1nx
71675566b6 Allow the normal user to control the backlight of screens 2021-01-03 15:24:55 +01:00
j1nx
87440d6bc8 Disable wifi power management for wlan0 for rpi 2021-01-03 15:15:49 +01:00
j1nx
69c08638a7 Enable rng-tools for hardware random support 2021-01-03 15:14:49 +01:00