Skip to content

Troubleshooting Foundries Registration

Alex J Lennon edited this page Oct 7, 2025 · 1 revision

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

Clone this wiki locally