26 questions
1
vote
0
answers
83
views
How should I use soft and forced rollouts in DDI API?
I created two rollouts, one with type soft and the other one with type forced. When using DDI API fetching a controller in the different rollouts the have the same attributes. I expected some ...
1
vote
1
answer
900
views
Running Eclipse-HawkBit Update Server Using Docker
I have been working on a project working a lot with the Zephyr RTOS. I have been flashing and executing my Zephyr applications onto my ESP32 DevkitC Wroom device with a lot of success. I am now trying ...
1
vote
0
answers
218
views
How to create Hawkbit update server docker image with extensions for AWS and Azure?
In our application we need hawkbit to store artifacts in AWS S3 or Azure Blobstore - for which I believe we can use hawkbit-extensions. I need to create a Hawkbit update server docker image with ...
0
votes
0
answers
120
views
Hawkbit server doesn't work after few hours online
I have an hawkbit server behind a traefik proxy running on docker-compose
mysql:
image: "mysql:latest"
environment:
MYSQL_DATABASE: "hawkbit"
MYSQL_ALLOW_EMPTY_PASSWORD:...
1
vote
1
answer
156
views
Eclipse Hawkbit - Actions History API
I am trying to get some information about the action history of a target but I can't find anything helpful in the API docs, regarding actions states and messages. Am I missing something?
Here is what ...
1
vote
1
answer
256
views
upload same artifact to hawkbit
We have just updated to latest version of hawkbit. Before we for testing uploaded the same artifact on different softwaremodules.
After update to latest version that is no longer possible. We get 409 ...
0
votes
1
answer
170
views
Eclipse Hawkbit match empty string in filter query
In Eclipse Hawkbit UI. I am searching for a set of devices that are not currently assigned with a specific distribution.
When I write a filter with assignedds.name!="foo" it returns all ...
1
vote
1
answer
369
views
Is it possible to use hawkbit in multi tenant mode?
How to start hawkbit in a multi tenant config?
If I set the tenant parameter (tenant-id or tenant_id) in authentication token via Keycloak (oidc), the DEFAULT tenant is always displayed in the UI.
Is ...
0
votes
1
answer
239
views
Is there possibility in hawkbit update devices by MAC address?
Is there possibility in havkbit tup different groups of devices based on MAC adress ?
For example if i need to update some devices and other dos not update
I didnot find that option in UI of hawkbit
-2
votes
2
answers
975
views
How to store curl response in bash script? [closed]
I am trying to download file from hawkbit using curl in a bash script. Below is the curl invocation
curl --fail -sS -O -C - --location "${HEADERS[@]}" -w "%{http_code}\n" -X GET &...
2
votes
0
answers
157
views
HawkBit - Custom theme in docker image
I would like to create a new color scheme on the server's management UI page. According to the instructions from the help page:
I created my own theme containing color changes
I changed the ...
0
votes
1
answer
206
views
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]...
1
vote
1
answer
414
views
Rauc-Hawkbit-Updater cant connect to hawkBit
I successfully deployed rauc-hawkbit-updater. But when I try to run it, it always get a 401 Unauthorized Error. I used following config file:
[client]
hawkbit_server = 192.168.10.29:8080
...
0
votes
0
answers
1k
views
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 ...
2
votes
1
answer
469
views
How to use sendtohawkbit or Suricatta daemon to send feedback messeges to hawkbit?
This is yet another question relating to hawkbit and SWUpdate(Suricatta daemon):
Basically I used hawkbit and SWupdate to run a firmware update on the RPi on the target it says "Update successful,...