Senbrix Runtime v0.9.1
Release Senbrix Runtime v0.9.1 (라즈베리파이 런타임 / Raspberry Pi runtime)
설치 / 업데이트
라즈베리파이 셸에서 한 줄 (처음 설치·업데이트 동일):
curl -sSL https://raw.githubusercontent.com/going-kr/Release.Senbrix/master/install-runtime.sh | sudo bash이 버전으로 고정: curl -sSL https://raw.githubusercontent.com/going-kr/Release.Senbrix/master/install-runtime.sh | sudo bash -s -- --version 0.9.1
오프라인: Senbrix-runtime-0.9.1-linux.tar.gz 를 받아 sudo bash install-runtime.sh --tarball ./Senbrix-runtime-0.9.1-linux.tar.gz
스크립트가 .NET 9 ASP.NET Core 런타임(/opt/dotnet) → 런타임 파일(/opt/senbrix, Apps/·Logs/·appsettings.json 보존) → senbrix 사용자 + systemd 서비스 senbrix-runtime 까지 처리합니다. 에디터는 Senbrix v0.9.1 에서 받습니다(같은 버전 권장).
Install / Update
One line in the Pi's shell (same for first install and update):
curl -sSL https://raw.githubusercontent.com/going-kr/Release.Senbrix/master/install-runtime.sh | sudo bashPin this version: ... | sudo bash -s -- --version 0.9.1 · Offline: download Senbrix-runtime-0.9.1-linux.tar.gz and run sudo bash install-runtime.sh --tarball ./Senbrix-runtime-0.9.1-linux.tar.gz
The script installs the .NET 9 ASP.NET Core runtime (/opt/dotnet), the runtime files (/opt/senbrix; Apps/, Logs/, appsettings.json preserved), the senbrix user and the senbrix-runtime systemd service. Get the editor from Senbrix v0.9.1 (same version recommended).
ℹ️ 하단의 "Source code (zip / tar.gz)" 는 GitHub 가 자동으로 붙이는 배포 저장소(README·이미지·설치 스크립트) 스냅샷이며 Senbrix 소스 코드가 아닙니다. / The "Source code" links are GitHub's automatic snapshot of this distribution repo, not the Senbrix source code.
이번 버전에서 달라진 점
- 메인 보드: ZPi-IO8R(Pi Zero 2 W 캐리어 보드, 포토커플러 입력 4점·릴레이 출력 4점) 정의 기본 제공 — 선택 목록에서 바로 지정.
- 런타임 설치 스크립트(install-runtime.sh): CAN 확장 보드 버스 사용 여부를 설치 때 질문(사용 안 하면 그냥 엔터). CAN 없는 장비에서 3초마다 쌓이던 재접속 경고 해소. 자동화용
--can-port <이름|none>옵션 추가.