Skip to content

Commit f0cbad5

Browse files
committed
Portenta X8: OOTB: Add information on re-registering a device
To achieve the steps shown and de-register a board, first we need to stop aktualizr-lite and fioconfig services. Signed-off-by: Vanessa Maegima <vanessa.maegima@foundries.io>
1 parent 989b8e2 commit f0cbad5

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,11 @@ Make sure the name is not already being used in your Factory.
176176

177177
`lmp-device-register -n <newDeviceName>`
178178

179-
**Not recommended:** In case you cannot register the new device, you can erase the current device info by removing `/var/sota/sql.db`
179+
**Not recommended:** In case you cannot register the new device, you can erase the current device info by stopping the OTA services and removing `/var/sota/sql.db`. After these commands, you can register the device again.
180180

181+
`sudo systemctl stop aktualizr-lite`
182+
`sudo systemctl stop fioconfig.path`
183+
`sudo systemctl stop fioconfig.service`
181184
`sudo rm /var/sota/sql.db`
182185

183186
### Inspecting Real Time Tasks

0 commit comments

Comments
 (0)