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
Alex J Lennon edited this page Aug 25, 2025
·
2 revisions
Boards are configured to automatically register with Foundries.io using their unique ID which is contained within the SOC.
e.g.
edge-ai-board-27385209dab76c70
When a board registers all the registration data is contained within /var/sota.
If you reflash a board manually and it tries to register with its unique ID and that board is already registered with Foundries.io then registration will fail. In this case you need to go to the Foundries portal and delete the registered device corresponding to the UID.
Then delete the registration information on the board you wish to register with
sudo su
[password]
rm -rf /var/sota
mkdir /var/sota
Then kick-off the auto-registration process with
lmp-device-auto-register
This should then succeed and you will see the device has registered onto the portal