Questions tagged [hawkbit]

Eclipse hawkBit enables rolling out software updates to constrained edge devices.

18 questions
2
votes
0 answers

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 configuration to make my theme work…
Exc0
  • 21
  • 1
2
votes
1 answer

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, executing post update actions" and then asks me to…
1
vote
0 answers

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 a multi tenant config possible and what are the…
pltqs
  • 11
  • 3
1
vote
1 answer

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 ssl = false ssl_verify …
alanturing
  • 214
  • 1
  • 8
1
vote
1 answer

How to connect a device using direct device integration API(DDI) in Eclipse hawkbit

I am new to hawkbit and I want to test things out a little bit, I am trying to eclipse hawkbit to the company I work in as an intern. There are a few things I understand and a few things I do not understand. I would really appreciate it if someone…
1
vote
1 answer

How to properly run eclipse hawkBit

I am new to the tech world, I want to get to know eclipse hawkBit, I am a total noob and beginner so any help is mucha appreciated. My scenario: I have a Windows 10 OS with VMware workstation on it, I have installed Ubuntu on it to run eclipse…
1
vote
1 answer

Eclipse IoT Binding Hawkbit-Ditto-Hono

I am trying out Eclipse IoT Framework on my RP3. On the host-side (local PC backend) I would like to bind Hawkbit with Ditto and at least Ditto with Hono. From here and here I can read that it is still not possible to connect Hawkbit with Ditto?…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
1
vote
1 answer

AWS cloudwatch terminal output logs

I'm currently doing my internship, and we were tasked to set up a hawkbit service on EWS ECR. Hawkbit is used for software update roll-outs. We hace hit 2 bumps that we're currently stuck on. first if we run the docker image on our local server the…
0
votes
0 answers

Replace HTTP protocol with FTP to download large files

I am considering using Hawkbit + SWUpdate to manage my update environment. I am wondering if it is possible to use FTP protocol to download the update image, instead of HTTP protocol, as my update image is quite large. I couldn't find any…
Julien P
  • 11
  • 1
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…
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

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 run eclipse hawkbit update server with java and use containers for rabbitmq/mysql/simulater

I am new to community, I am new to eclipse hawkbit i would really appreciate it if someone could help me fix this issue I have: I want run hawkbit through java but if I do I have to disable rabbitmq but I need RabbitMQ. docker already starts the…
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

Eclipse Hawkbit: Cannot integrate OpenId for the Management UI

Components: Keycloak:11 Hawkbit-mysql Runtime: Docker ( Docker compose ) Hi, I use Keycloak 11 to integrate OpenId to Hawkbit. This works with Management API but not with the Management UI. I followed the instuctions in the docs and added the…
FishingIsLife
  • 1,972
  • 3
  • 28
  • 51
1
2