Skip to content
Open
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 .github/workflow_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ buildtest:
# Orange Pi OS based images
# - orangepi/orangepi_zero2
# Raspberry Pi OS based images
- raspberry/rpi32
# - raspberry/rpi32
# - raspberry/rpi64
- raspberry/opicm4
# - raspberry/opicm4

# This is used to setup release build chain.
# Each entry will be used in setup matrix for releases
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ jobs:
sudo chown -R $USER:$USER $WORKSPACE/repository/src/workspace || true
sudo chmod 0775 -R $WORKSPACE/repository/src/workspace || true

ls -la repository/src/workspace/

mv repository/src/workspace/*.img $IMAGE.img

ls -la

echo "image=${IMAGE}" >> $GITHUB_OUTPUT

- name: Upload failed Logfile
Expand Down
15 changes: 3 additions & 12 deletions config/armbian/CB1
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
# Shebang for better file detection
# shellcheck enable=require-variable-braces

BASE_ARCH="arm64"
BASE_IMAGE_ENLARGEROOT=10500
BASE_IMAGE_RESIZEROOT=600
BASE_ADD_USER="yes"
BASE_USER="pi"
BASE_USER_PASSWORD="raspberry"
BASE_ARCH=armv64

# Image source
DOWNLOAD_URL_CHECKSUM="https://github.com/bigtreetech/CB1/releases/download/V2.3.1/CB1_Debian11_Klipper_kernel5.16_20230215.img.sha256"
DOWNLOAD_URL_IMAGE="https://github.com/bigtreetech/CB1/releases/download/V2.3.1/CB1_Debian11_minimal_kernel5.16_20230215.img.xz"
DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}/armbian-bigtreetech_cb1_bullseye.img.sha256"
DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}/armbian-bigtreetech_cb1_bullseye.img.xz"

# export Variables
export BASE_ARCH
export BASE_IMAGE_ENLARGEROOT
export BASE_IMAGE_RESIZEROOT
export DOWNLOAD_URL_CHECKSUM
export DOWNLOAD_URL_IMAGE

export MODULES="base,deb_namserver,passwordless_sudo,pkgupgrade(network,cb1config,klipper,node,is_req_preinstall,moonraker,cb1spi,ratos(mainsail,crowsnest,linear_movement_analysis,timelapse,klipperscreen,rpi_mcu,disable-services(hotspot_cb1),dfu-util),password-for-sudo),postrename"
6 changes: 0 additions & 6 deletions src/modules/cb1config/config

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions src/modules/cb1config/start_chroot_script

This file was deleted.

8 changes: 0 additions & 8 deletions src/modules/cb1spi/config

This file was deleted.

28 changes: 0 additions & 28 deletions src/modules/cb1spi/start_chroot_script

This file was deleted.

2 changes: 0 additions & 2 deletions src/modules/hotspot_cb1/config

This file was deleted.

28 changes: 0 additions & 28 deletions src/modules/hotspot_cb1/filesystem/root/etc/create_ap.conf

This file was deleted.

11 changes: 0 additions & 11 deletions src/modules/hotspot_cb1/filesystem/root/usr/bin/start_hotspot.sh

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions src/modules/hotspot_cb1/start_chroot_script

This file was deleted.