Open mikejgray opened 1 year ago
New image with many of the improvements here. Some were not necessary, and some just not implemented with the image.
Can be tested here https://ovosimages.ziggyai.online/raspbian/mark1
@mikejgray did you test this image? can I close this?
@builderjer I did, and there were some regressions that caused it to not work for me. Will try to get you more details tonight or this weekend
I made quite a few customizations on the Mark 1 image to dial it in. Some are probably more personal preference than anything, but others are notes from Jarbas and some of my own. Please feel free to not include certain things with the image, like some of the skills, but I figured they helped give it some of the personality of the original.
Swapped out Pi 3 for Pi 4 (not relevant to image build, but giving a little context)
Update /boot/config.txt to allow USB boot (
program_usb_boot_mode=1
)Update /boot/config.txt to append:
dtoverlay=vc4-kms-v3d
->dtoverlay=vc4-kms-v3d,audio=off
(turns off HDMI audio, to limit potential audio confusion)pip install padatious
pip install neon-skill-speak
pip install git+https://github.com/jarbasskills/skill-icanhazdadjokes
pip install git+https://github.com/OpenVoiceOS/ovos-skill-easter-eggs
pip install --force-reinstall --no-deps git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk1
New user config:
sudo systemctl enable avahi-daemon && sudo systemctl start avahi-daemon
(I like logging in via hostname)pip install neon-mana-utils
(Mana!)ZRAM installation:
sudo su
, then:pip install git+https://github.com/OpenVoiceOS/ovos-mplayer-plugin
to use mplayer with OCP (VLC doesn't seem to behave nicely all the time)pip install git+https://github.com/OpenVoiceOS/ovos-vlc-plugin
pip install git+https://github.com/OpenVoiceOS/ovos-ocp-youtube-plugin
(nice to have some kind of music playing capability out of the box)osm install https://github.com/MycroftAI/skill-singing
(a classic Mark 1 skill)Thanks for supporting the original hardware!