Main /
UbuntuCoreSummaryUbuntu Core is a light weight Linux for IoT. It uses the concepts of snaps to provide functionality. One idea is to deploy snaps.
BeagleBone BlackSummary: As of 12/2016, BeagleBone Black was not directly supported under Ubuntu Core, but there is a BBB How ToRequired:
Procedure:
BBB Resources
To create a microsd card with Ubuntu Core on it, I started following these steps, but gave up because we have a
NUCNUC AccessFor the Nuc, I installed core as a vm on swarmnuc1017.eecs.berkeley.edu
NUC SetupFor the Nuc, I installed core as a vm on swarmnuc1017.eecs.berkeley.edu
Snap on the BBBSerial Change in processThis seems stuck: cxbrooks@localhost:~$ snap changes ID Status Spawn Ready Summary 2 Done 2016-12-18T18:45:08Z 2017-01-13T23:57:10Z Initialize device 3 Done 2017-01-13T23:40:26Z 2017-01-13T23:48:28Z Refresh all snaps in the system 6 Done 2017-01-13T23:48:07Z 2017-01-13T23:48:12Z Update kernel and core snap revisions 4 Done 2017-01-13T23:49:09Z 2017-01-13T23:49:15Z Update kernel and core snap revisions 5 Doing 2017-01-13T23:57:10Z - Initialize device cxbrooks@localhost:~$ snap watch 5 2017-01-14T02:13:09Z ERROR cannot deliver device serial request: unexpected status 400 [|] Request device serial cxbrooks@localhost:~$ snap change 5 Status Spawn Ready Summary Done 2017-01-13T23:57:10Z 2017-01-13T23:57:10Z Generate device key Doing 2017-01-13T23:57:10Z - Request device serial ...................................................................... Request device serial 2017-01-14T02:07:50Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:08:54Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:09:58Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:11:01Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:12:05Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:13:09Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:14:13Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:15:17Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:16:21Z ERROR cannot deliver device serial request: unexpected status 400 2017-01-14T02:17:24Z ERROR cannot deliver device serial request: unexpected status 400 cxbrooks@localhost:~$ List and FindNot much installed or available for this platform cxbrooks@localhost:~$ snap list Name Version Rev Developer Notes bbb 16.04-1 1 ogra - core 16.04.1 716 canonical - linux-generic-bbb 4.4.0-59-1 8 ogra - cxbrooks@localhost:~$ snap find Name Version Developer Notes Summary docker 1.11.2-9 canonical - The docker app deployment mechanism lxd 2.7 canonical - LXD - the container lightervisor rocketchat-server 0.39.0 rocketchat - Group chat server for 100s, installed in seconds. cxbrooks@localhost:~$ snap info --verbose bbb name: bbb summary: "Beagle Bone Black" publisher: ogra description: | This package is used to setup a Beagle Bone Black type: gadget notes: private: false confinement: strict devmode: false jailmode: false trymode: false enabled: true broken: false tracking: installed: 16.04-1 (1) 266kB refreshed: 2016-09-18 20:54:02 +0000 UTC channels: stable: 16.04-1 (1) 0B - candidate: 16.04-1 (1) 0B - beta: 16.04-1 (1) 0B - edge: 16.04-1 (1) 0B - cxbrooks@localhost:~$ snap info --verbose core name: core summary: "snapd runtime environment" publisher: canonical description: | The core runtime environment for snapd type: core notes: private: false confinement: strict devmode: false jailmode: false trymode: false enabled: true broken: false tracking: stable installed: 16.04.1 (716) 67MB refreshed: 2016-12-16 04:41:44 +0000 UTC channels: stable: 16.04.1 (716) 0B - candidate: 16.04.1 (716) 0B - beta: 16.04.1 (893) 0B - edge: 16.04.1 (893) 0B - cxbrooks@localhost:~$ snap info --verbose linux-generic-bbb name: linux-generic-bbb summary: "The generic armhf kernel built for beaglebone" publisher: ogra description: | The Ubuntu linux-generic kernel package as a snap type: kernel notes: private: false confinement: strict devmode: false jailmode: false trymode: false enabled: true broken: false tracking: stable installed: 4.4.0-59-1 (8) 124MB refreshed: 2017-01-12 18:53:46 +0000 UTC channels: stable: 4.4.0-59-1 (8) 0B - candidate: 4.4.0-59-1 (8) 0B - beta: 4.4.0-59-1 (8) 0B - edge: 4.4.0-59-1 (8) 0B - cxbrooks@localhost:~$ See Also
|