camflow-dev
camflow-dev copied to clipboard
Build on/for PI
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 https://github.com/CamFlow/camflow-dev/commit/6b084cf7d02686f04bcc453110b8228980913a9a
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 ;).
https://blog.michael.franzl.name/2016/10/31/raspberry-pi-debian/ <<< have a look at this.
The link is invalid now, could you please share the steps of installing and running CamFlow on ARM architecture? Thank you very much.
We haven't built for ARM/Raspberry as far as I know.
Why do you want to run on ARM devices?
We haven't built for ARM/Raspberry as far as I know.
Why do you want to run on ARM devices?
Thanks for your reply, I want to collect system provenance datas on Nvidia development board, whose architecture is ARM.