Questions tagged [swupdate]
40 questions
0
votes
1 answer
Missing headerfiles running SWUpdate on Raspberrypi 2
I'm trying SWUpdate out on my RaspberryPi 2 by following this guide but I'm getting stuck when trying to 'make' as it from core/swupdat.c loads include/flash.h which in turn depends on libmtd.h and libubi.h.
~ make
CC core/swupdate.o
In file…

Anton Schillén
- 331
- 1
- 4
- 11
0
votes
1 answer
Yocto do_install action not performed
here is my bbappend file.
LICENSE = "MIT"
IMAGE_LINGUAS = " "
# User preferences
inherit extrausers
# Change root password (note the capital -P)
EXTRA_USERS_PARAMS = "\
usermod -P toor root; \
useradd -P michael -G sudo michael; \
useradd…

Michael
- 399
- 2
- 17
0
votes
0 answers
SWUpdate building error in yocto. make[1]: *** [swupdate_unstripped] Error 1 , make: *** [sub-make] Error 2
I am building custom image in yocto and I want to include SWUpdate in my image but while building the image I am getting a build error of make[1]: *** [swupdate_unstripped] Error 1 and make: *** [sub-make] Error 2 below are the log…
0
votes
1 answer
SWUpdate ERROR : feature 'archive' required
I am attempting to use SWUpdate to update my device kernel and device tree. However I am getting the error ERROR : feature 'archive' required. I have been told to configure SWUpdate to include archive then build it. To do this I run bitbake -c…

Michael
- 399
- 2
- 17
0
votes
0 answers
"ERROR : invalid main GPT header" after SWUpdate on a Raspberry Pi 3
I am getting started on embedded systems and I am using BuildRoot to update the Linux OS on my Raspberry Pi 3. I started by building the OS and testing it on my board. The system boots without any problems. Then I wanted to use SWUpdate to update…

Sherlocky
- 1
- 1
0
votes
1 answer
SWUpdate RootFS and Device Tree
I am using Yocto to create a Linux build for an IMX6. This is going great and I am not looking into using SWUpdate to perform kernel and device tree updates. So far I have a bitbake script which does the following.
source setup-environment…

Michael
- 399
- 2
- 17
0
votes
1 answer
Suricatta daemon mode: No suitable .swu image found
I'm trying to use hawkbit + swupdate to update my embedded linux system, the swupdate is already working, I can update the system locally. But when I try to use with hawkbit some erros appears.
[ERROR] : SWUPDATE failed [0] ERROR…

Samuel Alves
- 3
- 1
0
votes
2 answers
sw-description file not getting sha256
I am trying to build a signed swu file for my board using yocto/bitbake.
The swu that gets created is signed, but the sha256 is not getting set in the sw-description file.
(below omitting some folders and files, showing relevant directory tree)
My…

rosewater
- 604
- 2
- 8
- 22
0
votes
1 answer
Getting Parse error for LUA and WWW license on swupdate yocto
running meta-swupdate recipe for yocto on dunfell branch, getting error for license of bot lua and www in swupdate.inc file
New to this field, help would be really appreciated. Building for octavo
In conf/local.conf: I set MACHINE =…

affankhan12
- 1
- 1
0
votes
1 answer
SWUpdate API with Qt
I'm trying to update my application using SWUpdate tool for my embedded board.
I already created my .swu pack, anche with ssh command line, it works fine.
I need to launch the update from my Qt application.
How can I do?
Maybe I can launch…

Luca Olimpio
- 13
- 2
0
votes
1 answer
Cannot build package due to missing GCC headers in Buildroot (stdio.h)
Recently, I updated the Buildroot directory from 2019.11 to 2022.2 in order to build for a new board (RPi4B Rev1.5) and access the updated Linux kernel and headers. Unfortunately, I have been unable to build due to missing headers for the SWUpdate…

hal
- 33
- 6
0
votes
1 answer
Local software updates using SWUpdate failed | Hash mismatch
I am using SWUpdate to install updates to my Avnger96 board using A+B(dual copy) scheme. I am integrating SWUpdate with Yocto. But while installing updates locally using command line parameters, installation fails with error:
Trying to update with…

Preeti
- 535
- 1
- 6
- 30
0
votes
1 answer
Prompt not enough free space when I use swupdate
I encountered a problem when using the swupdate image built by yocto.
Software Update started !
[network_initializer] : Software update started
[extract_file_to_tmp] : Found file
[extract_file_to_tmp] : filename sw-description
[extract_file_to_tmp]…

migu
- 1
- 1
0
votes
0 answers
Failed to start SWUpdate deamon on bootup
I am trying to set-up an embedded linux update system with SWUpdate and Hawkbit. I am using Yocto as build system. I am able to create an image with SWUpdate binaries installed as given in SWUpdate documentation. Now, I want to start SWUpdate deamon…

Preeti
- 535
- 1
- 6
- 30
0
votes
1 answer
feature 'postinstall' required for "adu-swupdate.sh" in sw-description is absent
I am currently working on Azure Device Update using layers meta-azure-device-update and meta-swupdate. I want to run a post-install script. I have followed sources mentioned…

Vishwasrao
- 41
- 6