Skip to content

Commit

Permalink
chore: add Yumi sbc
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 15, 2024
1 parent 257f28d commit 2c7ea87
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflow_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@

buildtest:
# armbian based images
- armbian/bananapim2zero
- armbian/orangepi3lts
- armbian/orangepi4lts
# - armbian/bananapim2zero
# - armbian/orangepi3lts
# - armbian/orangepi4lts
- armbian/smartpad
- armbian/smartpi
# Orange Pi OS based images
- orangepi/orangepi_zero2
# - orangepi/orangepi_zero2
# Raspberry Pi OS based images
- raspberry/rpi32
- raspberry/rpi64
# - raspberry/rpi32
# - raspberry/rpi64
# rpi 64 with KS
- raspberry/rpi64-ks
# - raspberry/rpi64-ks

# This is used to setup release build chain.
# Each entry will be used in setup matrix for releases
Expand Down
28 changes: 28 additions & 0 deletions config/armbian/smartpad
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/usr/bin/env bash
# Shebang for better file detection
# shellcheck enable=require-variable-braces
# shellcheck disable=SC2034



# Image source
DOWNLOAD_URL_CHECKSUM="https://github.com/KwadFan/SmartPi-armbian/releases/download/20240215-1515/Yumi-smartpad-bookworm-server.img.xz.sha256"
DOWNLOAD_URL_IMAGE="https://github.com/KwadFan/SmartPi-armbian/releases/download/20240215-1515/Yumi-smartpad-bookworm-server.img.xz"


BASE_USER="yumi"
BASE_USER_PASSWORD="smartpad"

MODULES="base(pkgupgrade,udev_fix,armbian(armbian_net,mainsailos,klipper,is_req_preinstall,moonraker,mainsail,timelapse,klipperscreen,crowsnest,sonar))"

# export Variables
export BASE_ARCH
export DOWNLOAD_URL_CHECKSUM
export DOWNLOAD_URL_IMAGE

### JSON sniplet Setup
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Yumi SmartPad"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="smartpad-64bit"
28 changes: 28 additions & 0 deletions config/armbian/smartpi
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/usr/bin/env bash
# Shebang for better file detection
# shellcheck enable=require-variable-braces
# shellcheck disable=SC2034



# Image source
DOWNLOAD_URL_CHECKSUM="https://github.com/KwadFan/SmartPi-armbian/releases/download/20240215-1515/Yumi-smartpi1-bookworm-server.img.xz"
DOWNLOAD_URL_IMAGE="https://github.com/KwadFan/SmartPi-armbian/releases/download/20240215-1515/Yumi-smartpi1-bookworm-server.img.xz.sha256"


BASE_USER="yumi"
BASE_USER_PASSWORD="smartpi"

MODULES="base(pkgupgrade,udev_fix,armbian(armbian_net,mainsailos,klipper,is_req_preinstall,moonraker,mainsail,timelapse,klipperscreen,crowsnest,sonar))"

# export Variables
export BASE_ARCH
export DOWNLOAD_URL_CHECKSUM
export DOWNLOAD_URL_IMAGE

### JSON sniplet Setup
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Yumi SmartPi"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="smartpi-64bit"

0 comments on commit 2c7ea87

Please sign in to comment.