Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:core [2022/09/24 09:43] – external edit 127.0.0.1 | tools:core [2022/09/24 10:30] (current) – [Ubuntu Core] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Ubuntu Core==== | ====Ubuntu Core==== | ||
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
Ubuntu core is a so called embedded Linux used to host SNAP apps and Microk8s. It is not designed for development of SNAPs, only their deployment. | Ubuntu core is a so called embedded Linux used to host SNAP apps and Microk8s. It is not designed for development of SNAPs, only their deployment. | ||
Line 5: | Line 8: | ||
This guide is for the UBUNTU core 22 on the RPi version 2. | This guide is for the UBUNTU core 22 on the RPi version 2. | ||
- | The initial problem with this is that it requires a monitor and US keyboard to setup. | + | The initial problem with this is that it requires a monitor and US keyboard to setup. |
- | WiFI is required, then it must be supported and the only supported USB wireless adapter at | + | |
+ | If WiFI is required, then it must be supported and the only supported USB wireless adapter at | ||
hand was a Broadcom type BCM43143/2. Neither a RALINK or Atheros USB | hand was a Broadcom type BCM43143/2. Neither a RALINK or Atheros USB | ||
adapter were supported. | adapter were supported. | ||
+ | |||
+ | The integrated WiFi on the RPi3 and RPi4 should also be supported but I have not tested this. | ||
It is necessary to setup the system using supported hardware at the outset and UBUNTU core can be considered to be a SNAP appliance. | It is necessary to setup the system using supported hardware at the outset and UBUNTU core can be considered to be a SNAP appliance. | ||
Line 17: | Line 23: | ||
Download Ubuntu Core from [[https:// | Download Ubuntu Core from [[https:// | ||
- | Eg. for Raspberry Pi 2 | + | Eg. for Raspberry Pi 2. |
< | < | ||
Line 23: | Line 29: | ||
</ | </ | ||
- | The official RPi install guide can be found [[https:// | + | Write the image to a microSD card. |
< | < | ||
xzcat ubuntu-core-22-armhf+raspi.img.xz | dd if=/ | xzcat ubuntu-core-22-armhf+raspi.img.xz | dd if=/ | ||
</ | </ | ||
+ | |||
+ | The official RPi install guide can be found [[https:// | ||
/* | /* | ||
Line 42: | Line 50: | ||
</ | </ | ||
- | After enabling DHPCv4 on the network interface and it will ask for an email address (remember that the @ symbol is SHIFT-2). | + | After enabling DHPCv4 on the network interface and it will ask for an email address (remember that the @ symbol is SHIFT-2 |
The e-mail address must be registered on UBUNTO ONE at https:// | The e-mail address must be registered on UBUNTO ONE at https:// | ||
Line 51: | Line 59: | ||
< | < | ||
- | ssh-keygen -t rsa -b 4096 -f id_rsa_ubuntu | + | ssh-keygen -t rsa -b 4096 -f |
</ | </ | ||
Line 59: | Line 67: | ||
< | < | ||
- | ssh username@hostname -i id_rsa_ubuntu | + | ssh username@hostname -i |
... | ... | ||
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-1008-raspi armv7l) | Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-1008-raspi armv7l) |