Skip to content

Commit 54761f1

Browse files
matteiusclaude
andcommitted
Fix outdated Raspberry Pi build instructions
Remove non-existent --platform=raspberry-pi flag from build command. ARM architecture is detected automatically by CMake. Also note the availability of pre-built .deb packages for arm64/armhf. Closes #351 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c17909 commit 54761f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/INSTALLATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ scp -r web/* root@ingenic-device:/var/lib/lightnvr/www/
330330

331331
### Raspberry Pi
332332

333-
Raspberry Pi installation is similar to Debian/Ubuntu, with some optimizations.
333+
Raspberry Pi installation is similar to Debian/Ubuntu. Pre-built `.deb` packages for `arm64` and `armhf` are available on the [Releases](https://github.com/opensensor/lightNVR/releases) page for both Debian trixie (stable) and sid. To build from source instead:
334334

335335
#### 1. Install Dependencies
336336

@@ -365,8 +365,8 @@ cd lightnvr
365365
# Initialize submodules (required for go2rtc)
366366
git submodule update --init --recursive
367367

368-
# Build with Raspberry Pi optimizations
369-
./scripts/build.sh --release --platform=raspberry-pi
368+
# Build (ARM architecture is detected automatically)
369+
./scripts/build.sh --release
370370

371371
# Install
372372
sudo ./scripts/install.sh

0 commit comments

Comments
 (0)