Skip to content

Commit 6e56d2e

Browse files
committed
Merge branch 'enhancement/add-support-for-adxl345'
2 parents 10f4d4b + 65bc27d commit 6e56d2e

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Simplified Recore and Replicape board image generation toolset, based on Armbian
33

44
[![Build](https://github.com/intelligent-agent/Refactor/actions/workflows/main.yml/badge.svg)](https://github.com/intelligent-agent/Refactor/actions/workflows/main.yml)
55

6-
The starting point for Refactor is the Arbian/Debian console image, details are in the wiki here:
6+
The starting point for Refactor is the Armbian/Debian console image, details are in the wiki here:
77
https://wiki.iagent.no/wiki/Refactor
88

99
Refactor is a build-tool to install a printer's Firmware (at the moment Klipper), a printer control interface (OctoPrint), a touch-screen interface (Toggle w/ OctoPrint) and a few miscellaneous items (webcam streamer, network file share for gcode file uploads, etc.).

roles/install_klipper/files/ar100.bin

100644100755
5.61 KB
Binary file not shown.
32.2 KB
Binary file not shown.

roles/install_klipper/tasks/recore.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676
owner: debian
7777
group: debian
7878

79+
- name: Recore - Install bl31 binary
80+
copy:
81+
src: "{{ role_path }}/files/bl31.bin"
82+
dest: /opt/firmware/bl31.bin
83+
owner: debian
84+
group: debian
85+
7986
- name: Recore - Copy STM32 config
8087
copy:
8188
src: "{{ role_path }}/files/stm32f0.config"
-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)