Help in installing Edge Impulse onto Raspberry Pi 3 Model A+

Hello!

I’ve tried so many commands to try to install Edge impulse onto our Raspberry Pi (Raspberry Pi 3 Model A+). Some commands we tried pasted below:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
sudo yarn global add edge-impulse-cli --unsafe-perm=true --allow-root
sudo npm install -g edge-impulse-cli --unsafe-perm=true --allow-root

our npm -v is 9.7.1 and our nodejs version is 14.17.0. We are also currently running in a 64-bit Bulleseye OS. Every time we try to install Edge Impulse, either there will be a bunch of warning depreciations and the Raspberry Pi would be frozen for a long time. Not sure if we are installing Edge Impulse using the wrong commands but any help and resources would be very appreciated.

Thank you!

Try following the tutorial mentioned here. I just verified the tutorial works for a RPi 4 Model B.