Question/Issue:
This is my first project and I have followed this tutorial: Raspberry Pi 4 | Documentation
Everything works fine until:
"and
/lib/systemd/systemd-udevd --daemon
You should now be able to run Edge Impulse CLI tools from the container running on your Raspberry."
But I get this error:
root@RPI4EdgeImpuls:/# /lib/systemd/systemd-udevd --daemon
bash: /lib/systemd/systemd-udevd: No such file or directory
And then:
root@RPI4EdgeImpuls:/# edge-impulse-linux
bash: edge-impulse-linux: command not found
I have to add that install the: running Docker as non-root user.
What am I doing wrong?