We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2bbb6 commit 445c9feCopy full SHA for 445c9fe
content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md
@@ -157,6 +157,16 @@ Check your manager connection status
157
158
`nmcli de`
159
160
+### Register device on the factory
161
+
162
+Make sure the name is not already being used on your Factory.
163
164
+`lmp-device-register -n <newDeviceName>`
165
166
+**Not recommended:** In case you cannot register the new device, you can erase the current device info by removing `/var/sota/sql.db`
167
168
+`sudo rm /var/sota/sql.db`
169
170
### Inspecting Real Time Tasks
171
172
Run: `journalctl -f` to see what's going on on the device
0 commit comments