Skip to content

Commit 445c9fe

Browse files
committed
Add CLI command lmp-device-register
1 parent 8f2bbb6 commit 445c9fe

File tree

1 file changed

+10
-0
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box

1 file changed

+10
-0
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ Check your manager connection status
157157

158158
`nmcli de`
159159

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+
160170
### Inspecting Real Time Tasks
161171

162172
Run: `journalctl -f` to see what's going on on the device

0 commit comments

Comments
 (0)