Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pre-release OS and InitramFS update tracks #526

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ PHAL:
admin:
neon-phal-plugin-device-updater:
enabled: true
initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/dev/overlays/02-rpi4/boot/firmware/initramfs"
initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs"
initramfs_path: /opt/neon/firmware/initramfs
initramfs_update_path: /opt/neon/initramfs
squashfs_url: "https://2222.us/app/files/neon_images/pi/mycroft_mark_2/updates/"
squashfs_url: "https://2222.us/app/files/neon_images/pi/mycroft_mark_2/updates/{}/"
squashfs_path: /opt/neon/update.squashfs
neon-phal-plugin-linear-led-neopixel:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ovos-stt-plugin-vosk~=0.1,>=0.1.4
# PHAL Plugins
neon-phal-plugin-reset~=0.3
neon-phal-plugin-core-updater~=1.2,>=1.2.1
neon-phal-plugin-device-updater~=0.0,>=0.0.1a7
neon-phal-plugin-device-updater~=0.0,>=0.0.1a8
neon-phal-plugin-fan~=0.0.3
neon-phal-plugin-switches~=0.0.4
neon-phal-plugin-linear_led~=0.2,>=0.2.2
Expand All @@ -47,7 +47,7 @@ ovos-phal-plugin-ipgeo~=0.0.2
ovos-gui-plugin-shell-companion~=0.0.0

# Pi-specific skills
neon-skill-update~=1.0,>=1.0.1a6
neon-skill-update~=1.0,>=1.0.1a7
ovos-skill-homescreen~=0.0.2,>=0.0.3a6
ovos-skill-setup~=0.0.1
ovos-skill-volume~=0.0.1
Expand Down
Loading