diff --git a/content/pybytes/gettingstarted.md b/content/pybytes/gettingstarted.md index 290e9016..fe32bb0e 100644 --- a/content/pybytes/gettingstarted.md +++ b/content/pybytes/gettingstarted.md @@ -87,6 +87,31 @@ After creation, you will land on the provisioning page. This is where we 'inform 5. Continue with the firmware update to the device. +#### Installation from snap + +1. Open the terminal. +2. `sudo snap install pycom-firmware-updater`. +3. `sudo snap set system experimental.hotplug=true`. +4. `sudo systemctl restart snapd` +5. `snap interface serial-port`. + +![](/gitbook/assets/fwupdater-snap-1.png) + + +6. `sudo snap connect pycom-firmware-updater:serial-port snapd:expansion3`. + + `snapd:expansion3` is the name of the hotplug slot from the command above. + + If you have some other name paste it instead. +7. `snap connect pycom-firmware-updater:raw-usb`. +8. `snap connections pycom-firmware-updater`. + +![](/gitbook/assets/fwupdater-snap-2.png) + +In the 3d(Slot) column on the raw-usb and serial-port lines shouldn't be '-'. + +9. Run the app `pycom-firmware-updater`, or just click to the Firmware + Updater desktop entry on the App menu. ## Step 4: Your first signal diff --git a/static/gitbook/assets/fwupdater-snap-1.png b/static/gitbook/assets/fwupdater-snap-1.png new file mode 100644 index 00000000..606ed6a2 Binary files /dev/null and b/static/gitbook/assets/fwupdater-snap-1.png differ diff --git a/static/gitbook/assets/fwupdater-snap-2.png b/static/gitbook/assets/fwupdater-snap-2.png new file mode 100644 index 00000000..6ed5a51e Binary files /dev/null and b/static/gitbook/assets/fwupdater-snap-2.png differ