Questions tagged [swupdate]

40 questions
0
votes
1 answer

SWupdate ERROR: No suitable .swu image found

I am rather new to eclipse hawkbit and SWupdate I have been trying to do a test implementation on a RPi before I go with the production implementation. I have Hawkbit up and running but I am having several problems with SWupdate, I have built a…
0
votes
1 answer

How to make an update image for a Raspberry Pi 3

I want to make a (firmware or application update or any update) update image for my raspberry pi 3, how do i go about doing that when i googled this same question I was quite confused with the results i read. Could someone please point me in the…
0
votes
1 answer

Getting parse error when building an image with meta-swupdate using Yocto

I'm trying to design an OTA update system and would like to use meta-swupdate with Yocto, here is what I did: bitbake-layers add-layer ../meta-openembedded/meta-oe/ bitbake-layers add-layer ../meta-swupdate bitbake-layer showlayers NOTE:…
ZSFUT
  • 3
  • 4
0
votes
0 answers

error reading X.509 key or certificate file

I'm setting hawkBit server and swupdate with SSL/TLS enabled (HTTPS). The steps are: Generate key # Generate self signed root CA cert: ca.crt and ca.key openssl req -nodes -x509 -newkey rsa:2048 -keyout ca.key -out ca.crt -days 3650 # Input the…
Huong
  • 21
  • 4
0
votes
1 answer

fatal error: openssl/bio.h: No such file or directory in Yocto

My Yocto sources are on Warrior currently and I am in a process of migrating them to dunfell so I cloned all the required layers for dunfell branch including meta-swupdate. Now, I am trying to generate swupdate image by bitbake swupdate-image…
Raxesh Oriya
  • 383
  • 6
  • 27
0
votes
0 answers

Angular Service Worker SwUpdate.available not getting triggered if we upload the locally build project to the server

We are showing a bottom sheet when there is a new update available for our Angular PWA. It is inside the SwUpdate.available method. The SwUpdate.available only gets triggered when we run the build command in the server. If we run the build command…
0
votes
1 answer

Where to put Angular PWA update service?

I've got a PWA app running and wanted to declutter the application.component. So I created this self-contained service to watch for PWA updates and notify the user: import { Injectable } from '@angular/core'; import { MatSnackBar } from…
Sam
  • 28,421
  • 49
  • 167
  • 247
0
votes
1 answer

Angular service worker not running automatically without specifying interval

My SPA is running in prod and i want to reload the page whenever a deployment is done. I can make this work by specifying interval to check for update every X minute but that won’t be the appropriate way. Can anyone suggest how to make this work out…
-1
votes
1 answer

systemctl showing different behaviour of binary

I have developed one OTA(Over The Air) manager which uses "swupdate" command internally to update the firmware. This swupdate is applied by "system()" function inside OTA manager code. My binary is working as expected and "swupdate" command is…
sam
  • 21
  • 1
-1
votes
1 answer

How to remove gpiod error in SWupdate Installations

I am currently installing swupdate but getting an error while running make command in swupdate file. I followed the following steps to first install it - sudo apt-get install libgpiod-dev Ran make command in the swupdate file Even after…
1 2
3