Install USB camera on Ender 3

I’m trying to install a basic logitech brio 101 camera on the ender3v3 ke and then see it in the Fluidd dashboard.
After some research it seem I have to ssh into the printer and then install crowsnest.

I’ve connected to the printer, git cloned crowsnest down from the server but cannot ‘make’ the download because you need sudo.
Sudo isn’t installed, nor are any of the following, apt, apt-get, locate etc.

Am I missing something here?
What are my options?

For reference:

/ # cat /etc/os-release
NAME=Buildroot
VERSION=2020.02.1-g655150e7b1-dirty
ID=buildroot
VERSION_ID=2020.02.1
PRETTY_NAME=“Buildroot 2020.02.1”

May want to to GitHub - trevos3d/K1-USB-Cam: Add USB Webcam to Creality K1 Printer as crowsnest is made for Rasp Pi or other computer connected to a printer using a Debian based package system

1 Like

Ahh, Many thanks.
For whatever reason my searching didn’t reveal to me it was only intended for Rasp Pi etc.
Just out of curiosity, do you know what flavour of Linux is on the Enders?
Thanks again.

It is likely some bare bones Linux possibly created by Creality

Just a follow up to say this worked perfectly.
Thanks again