meta-iot2050
meta-iot2050 copied to clipboard
SIMATIC IOT2050 Isar/Debian Board Support Package
Hi, in the newest v1.4.1, board-bootup-conf and iot2050setup miss the executable permission. you can check the .bb file : [https://github.com/siemens/meta-iot2050/blob/V01.04.01/recipes-app/board-conf-tools/board-conf-tools_0.1.bb](https://github.com/siemens/meta-iot2050/blob/V01.04.01/recipes-app/board-conf-tools/board-conf-tools_0.1.bb) `do_install() {` ` install -v -d ${D}/usr/bin/` ` install -v...
I am trying to read the value of 2 pin (Header X12 pin 5 and 6 the GPIO 18 and 19) It totally works fine using mraa_gpio_read, but the problem...
There were likely inherited from the EVM defconfig, but the IOT2050 does not support EP mode of its PCI controllers.
This MR fixes some issues related the MRAA API access, as non-root user. The following things have been changed/fixed: 1. Add gpio chardev support for MRAA (switch from sysfs to...
optee-ftpm builds successfully only in cross-compilation mode; therefore, setting the recipe to default to cross-compilation can resolve the following build error. make[2]: Entering directory '//Samples/ARM32-FirmwareTPM/optee_ta' /usr/bin/make -C fTPM CROSS_COMPILE= make[3]:...
When I try to follow the instructions in the readme, I get this error message from Docker: ``` ❯ ./kas-container menu Unable to find image 'ghcr.io/siemens/kas/kas-isar:4.0' locally 4.0: Pulling from...
I have IOT2050 Basics FS:04 and 4G modem Huawei ME909s-821 . Everything is running with Example Image V1.3.1. The operation is correct. But after a few days working correctly on...
When a k3s-agent is installed to the recent image and a hazelcast pod is deployed to the iot-2050-node, ip-tables can not be modified by k3s-agent since XT_STATISTIC Kernel module is...
As mentioned in earlier issues, the limiting factor to freely updating NodeJS is the mraa library. By compiling the latest master, one would end up with NodeJS 18 with a...
Hi team, I am using the IOT2050 PG2 advanced boad and trying to boot the secure boot image(iot2050-image-swu-example-iot2050-debian-iot2050.wci) in there. I have used the below command to generate the signed...