-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
We would want to run CamFlow on Raspberry Pi (testing on V3 model B)
Progress to this point:
- kernel build on the pi as of commit 6b084cf
make compile arch=arm64. Need to ensure that CamFlow is selected duringmake config(Security->Enable different security models; you may also want to untickSecurity->Integrity subsystems - the generated image form is not correct for the Pi
- camflowd failed to install (check if mqtt lib is compatible with ARM target, if not make mqtt optional)
Help from Pi enthusiast welcome ;).