You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,13 +170,13 @@ skip updating some packages.
176
170
If this is the first time the Unify SDK is installed, you will be prompted with
177
171
configuration options.
178
172
179
-
After setting the first-time configuration options, configure system to restart Unify components automatically on every boot with the following commands:
173
+
After setting the first-time configuration options, configure system to restart
174
+
Unify components automatically on every boot with the following commands:
180
175
181
176
```bash
182
177
sudo systemctl enable uic-zpc
183
178
sudo systemctl start uic-zpc
184
179
```
185
-
186
180
### Evaluation
187
181
188
182
The Unify dev_ui can be accessed from a browser on [http://raspberrypi.local:3000](http://raspberrypi.local:3000).
@@ -193,6 +187,17 @@ the Raspberry Pi.
193
187
See the [Dev-UI manual](applications/dev_ui/dev_gui/readme_user.md)
194
188
for more information about using this interface.
195
189
190
+
### Building
191
+
192
+
Use the command following command to get the latest sources.
0 commit comments