Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [swupdate]

The tag has no usage guidance.

0 votes
0 answers
15 views

How SWUpdate Designs Rescue Systems?

How SWUpdate Designs OTA Dual-Partition Upgrades and What Specifically Exists in the Rescue System? SWUpdate's approach to designing OTA dual-partition upgrades involves carefully considering the ...
emo_jiang's user avatar
0 votes
0 answers
26 views

compiling SWUpdate into a toolchain

My apologies for my poor explanation, I am autistic and poor with English. And Grammarly doesn't like code being anywhere near. So I solved my previous issue. I had an environment variable set wrong ...
Joshua Strutton's user avatar
0 votes
0 answers
60 views

ostree and yocto integration

I want to implement a easy upgrade OS mechanism on our custom developed board, we are using imx8mp processors with yocto kirkstone. I just need to be upgradable locally, with an usb stick. I have to ...
Marco Savo's user avatar
0 votes
0 answers
30 views

angular17 SwUpdate versionUpdates detects new version only for one tab if app is opned in multiple brower tabs

I have an angular17 app in which I am subscribing versionUpdates of SwUpdate. But If I have opened app in multiple tabs of browser then it detects new version availablity only for one tab and for all ...
Ankur Sharma's user avatar
1 vote
1 answer
187 views

Use fstab generated by wic in other FSTYPE used by SWUpdate

I am trying to implement an update for a system based on yocto using swupdate. The issue is that I actually don't have the same content in the .wic and .tar.gz versions of the image. The first one has ...
Sibear Jo's user avatar
0 votes
0 answers
131 views

Make swupdate service recheck sw-versions file before update by swupdate-client?

I am using swupdate to do software updates for our embedded system. We have implemented version check feature where swupdate will only update components that have mismatch in versions reported by ...
22332112's user avatar
  • 2,387
0 votes
0 answers
157 views

eMMC Memory Layout for SWUpdate

In order to implement SWUpdate Dual Copy (A/B) update on an eMMC embedded Linux sistem, I'd like to partitioning the eMMC so as to have two kernel partitions with the goal of switch from uImageA to ...
Sbon's user avatar
  • 11
0 votes
0 answers
73 views

how to run hawkbit server as a public server as it is a local server

how to run hawkbit server as a public server as it is a local server? We need a scenario that, Hawkbit server should run on a ubuntu machine, hawkbit url should be public accessible. run script file ...
user23189491's user avatar
0 votes
0 answers
116 views

updating embedded linux using swupdate and is there any other projects related to same?

Hi i am wondering if there is any projects similiar to swupdate in linux for updating linux. I have tried understanding the swupdate the swupdate documentation seems so vague. if there is any can any ...
Anzal Nizam's user avatar
0 votes
0 answers
98 views

How to install an update on a maintenance window using swupdate?

I've configured a project with swupdate on a Raspberry Pi and hawkbit as the OTA update server. My goal is to send updates in advance and have swupdate install them during a designated maintenance ...
greenbee's user avatar
0 votes
0 answers
134 views

I am able to build swupdate using Yocto but it fails when suricatta is enabled because it cannot find -ljson-c

I can build swupdate without suricatta but when I enable it, fails to find -ljson-c. I am using ubuntu 20.04 and yocto kirkstone, with an A55 processor. The problem is normally that libjson-c-dev has ...
chris's user avatar
  • 1
0 votes
0 answers
77 views

Using SWUpdate on debian

Debian offers the swupdate package in a stable release now. I'm currently building a complete debian image using FAI. The system has a GRUB bootloader and a single partition for the root filesystem ...
Gustavo's user avatar
  • 973
0 votes
0 answers
138 views

Yocto SWUpdate include RPi boot partition in update

On my RPi image, I have currently 4 partitions: boot, rootfs 1, rootfs 2 and persistent. I'm currently updating root partitions with standard dual copy update. But it means I'm not able update boot ...
Thugmek's user avatar
  • 73
0 votes
0 answers
380 views

Can not update version number in sw-description (swupdate) file using BitBake variable expansion

I am trying to use BitBake variable expansion (e.g., using @@VARIABLE@@) to update version numbers of several components in sw-description file. Here is example of my sw-description file: software = { ...
22332112's user avatar
  • 2,387
0 votes
1 answer
248 views

SWUpdate use copy-handler from Yocto meta-swupdate layer

Trying to copy /etc/machine-id from one partition to another using SWUpdate. When running the .swu update I get the error ERROR : feature 'copy' required for '' in sw-description is absent! I guess I'...
André Ricardo's user avatar

15 30 50 per page