embetrix

Results 32 comments of embetrix

Hi, I dealed with the same issue but there are workarounds, you could disable completely the autentication in hawkbit and let Nginx completely handle the security (probably better) : https://github.com/eclipse/hawkbit/issues/723...

@qNnOtTk you can't just run it on your host ! it's probably running X11 or Wyland, try it on a target with framebuffer

just as note lvgl is already supported in yocto: https://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-graphics/lvgl But building it using own recipe is quite easy.

@kisvegabor in the documentation https://docs.lvgl.io/master/porting/project.html ist states that make menuconfig can be used but it does not work ?! any additional steps ?

Bad quality also with stm32mp157c [](url) ![Screenshot from 2022-07-05 20-56-12](https://user-images.githubusercontent.com/8821484/177396734-cea4fad9-ef92-4d21-a529-f089e0d8d56a.png) ![Screenshot from 2022-07-05 20-56-19](https://user-images.githubusercontent.com/8821484/177396738-4c718c29-ceb9-41c4-beb2-cea9c79cb709.png) ![Screenshot from 2022-07-05 20-56-28](https://user-images.githubusercontent.com/8821484/177396745-209edd91-9479-4dec-8bb8-d691291b12be.png)

is there a size limit for input data ?

after some testing it looks like there is a threshold at 512 bytes: ``` $ dd if=/dev/urandom of=somefile.bin bs=1 count=512 512+0 records in 512+0 records out 512 bytes copied, 0,00262404...

For the sake of comparison I checked sign/verification using Pycryptodome using plain keys: ``` #! /usr/bin/env python3 from Crypto.Hash import SHA256 from Crypto.PublicKey import ECC from Crypto.Signature import DSS with...

This piece of Software is sadly released to customers without a minimal Test + Verification !!!

@ldts hi, any hints how to write the fuses without breaking some devices ?