Set up a new Pi
The Suta image is 64-bit Raspberry Pi OS Lite with the Suta agent already installed. It contains no accounts, passwords or Wi-Fi details. Each device creates its own identity the first time it starts.
Install the Suta CLI
Section titled “Install the Suta CLI”curl -fsSL https://suta.dev/install.sh | bashChoose Suta CLI when asked. If the installer prints a PATH hint, follow
it, then open a new terminal window.
curl -fsSL https://suta.dev/install.sh | bashChoose Suta CLI when asked. If the installer prints a PATH hint, follow
it, then open a new terminal window.
curl -fsSL https://suta.dev/install.sh | bash -s -- --cliTo update the CLI later, run suta update. Updating keeps you signed in.
Flash the SD card
Section titled “Flash the SD card”-
Insert an SD card of 16 GB or more.
-
Run:
Terminal window suta flash -
Use the arrow keys to choose the card, then press Enter.
-
Confirm that you want to erase the card. No is selected by default, so move to Yes first. Press Esc to cancel at any time.
suta flash downloads the image the first time and reuses it after that. It
refuses to write to internal disks, your startup disk or a partition.
Start the Pi
Section titled “Start the Pi”Put the card in the Pi. Connect Ethernet if you plan to use it, then connect power. Wait a minute or two for the first boot to finish.
Connect the device
Section titled “Connect the device”-
In Chrome, open app.suta.dev and go to Devices > Add device > Flash an SD card.
-
Select Find my device, then choose your Pi in Chrome’s Bluetooth window. macOS might ask you to allow Bluetooth or to pair.
-
Enter a Device name and, optionally, tags. Select Claim this device.
-
Choose a connection:
- Ethernet: select Check connection.
- Wi-Fi: select Find networks, choose your network, enter the password, then select Connect to Wi-Fi.
-
Wait for Device connected.
Bluetooth is used only for setup. The Pi uses Ethernet or Wi-Fi for internet.
-
Run:
Terminal window suta device addIf you’re not signed in, your browser opens so you can sign in.
-
The CLI looks for nearby devices over Bluetooth and on your local network over Ethernet for up to 30 seconds. Choose your Pi.
-
Enter a name and optional tags, then choose Ethernet or Wi-Fi.
-
Wait for the CLI to confirm that the device is connected.
On macOS, allow your terminal app under System Settings > Privacy & Security > Bluetooth. Ethernet discovery needs mDNS on your network. A direct cable between your computer and the Pi works, but can take a little longer to connect.
If setup stops partway
Section titled “If setup stops partway”Waiting for connection means the device is registered but hasn’t reached Suta yet. Check its network, or select Check network settings. You can also select Finish later: the device keeps its registration.
If you reflashed a card, your computer might remember an old Bluetooth pairing. Forget the device in your Bluetooth settings and try again.
For more fixes, see Troubleshooting.