<div dir="ltr"><span style="font-family:monospace,monospace">I've created kernel and gadget snaps for my new board.<br>I successfully deployed the image created by ubuntu-image into the emmc of my board.<br><br>I can complete the device configuration (console-conf terminates with the message "Congratulations! This device is now registered to" ...).<br><br>Logging into my device and typing:<br><br>snap changes<br><br>I obtain the following output:<br>ID   Status  Spawn                 Ready                 Summary<br>1    Done    2017-01-30T09:02:08Z  2017-01-30T09:04:08Z  Initialize system state<br>2    Doing   2017-01-30T09:02:18Z  -                     Initialize device<br><br>The system change with ID 2 ("Initialize device") seems to be in progress.<br>More in detail with the command:<br><br>snap change 2<br><br>I obtain:<br><br>Status  Spawn                 Ready                 Summary<br>Done    2017-01-30T09:02:18Z  2017-01-30T09:04:08Z  Generate device key<br>Doing   2017-01-30T09:02:18Z  -                     Request device serial<br>......................................................................<br>Request device serial<br>2017-01-30T09:24:06Z ERROR cannot deliver device serial request: unexpected status 400<br>2017-01-30T09:25:09Z ERROR cannot deliver device serial request: unexpected status 400<br>2017-01-30T09:26:12Z ERROR cannot deliver device serial request: unexpected status 400<br>2017-01-30T09:27:15Z ERROR cannot deliver device serial request: unexpected status 400<br>[...]<br><br><br>Am I missing something in my gadget snap implementation?<br>Is only an Ubuntu server side problem?<br><br>Regards,<br>Bruno</span></div>