Skip to content
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
82f5ec7
docs(changelog): update changelog
meteyou Jan 20, 2024
12f20c1
fix: add supported sbc to non rpi images (#277)
meteyou Jan 21, 2024
9e7fc38
chore(ci): skip build on push to master branch (#280)
KwadFan Feb 10, 2024
c88f2dd
fix(ci): Fix annotations from actions (#285)
KwadFan Feb 10, 2024
257f28d
feat(ci): add KlipperScreen module (#284)
KwadFan Feb 10, 2024
47096a7
chore: update urls and base image version (#288)
KwadFan Mar 21, 2024
3d328f7
fix(build): fix location of boot partition (#289)
KwadFan Mar 22, 2024
b5b0c74
chore: add piwheels config, if it doesnt exists (#290)
KwadFan Mar 26, 2024
fc97610
chore: change module order (#291)
KwadFan Mar 26, 2024
bb12882
chore: switch to armbian for Opi Zero2 (#292)
KwadFan Mar 27, 2024
a7e6d4e
refactor: change version handling (#296)
KwadFan May 24, 2024
2e04d34
fix(build): fix log file upload (#297)
KwadFan May 26, 2024
0d951e4
fix(moonraker): PKGLIST variable rename (#298)
ada-phillips Aug 4, 2024
a453eef
refactor: transition from CustomPiOs to CustoPiZer (#314)
meteyou May 15, 2025
bfdcbc1
fix: fix current version number (#317)
meteyou May 19, 2025
7773978
chore: bump version to v2.0.0
actions-user May 19, 2025
1a23c7c
docs(changelog): update changelog
actions-user May 19, 2025
efec117
feat: add module for KIAUH (#318)
GiacomoGuaresi May 22, 2025
3272945
docs: readme CanBoot -> katapult (#320)
docgalaxyblock May 26, 2025
0ca333f
docs: readme fix newline (#321)
docgalaxyblock May 27, 2025
c3f4e3a
feat: add Zero2W support
cat-master21 Jun 4, 2025
31c5e6f
Remove uneeded Zero2 module
cat-master21 Jun 11, 2025
d9a27aa
Merge branch 'develop' into fork/cat-master21/refactored-zero2w
meteyou Jul 7, 2025
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
17 changes: 17 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,20 @@
icon: "https://os.mainsail.xyz/rpi-imager.png"
devices:
- "opizero2-64bit"

- name: armbian-orangepi_zero2w-bookworm
type: armbian
img_download_url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi_zero2w_bookworm.img.xz"
img_hash_url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi_zero2w_bookworm.img.xz.sha256"
env:
ARCH: arm64
DISTRO: armbian
IMAGE_ENLARGEROOT: 5000
MOUNT_PROC: 1
MOUNT_SYS: 1
rpi_json:
name: "MainsailOS $VERSION$ - Orange Pi Zero2W (64-bit)"
description: "A port of Armbian with preinstalled Klipper/Moonraker/Mainsail for 3D printers"
icon: "https://os.mainsail.xyz/rpi-imager.png"
devices:
- "opizero2w-64bit"