Christian Ege

Results 8 issues of Christian Ege

From my understanding the packages [s905-autoscript](https://github.com/superna9999/meta-meson/tree/kirkstone/recipes-bsp/s905-autoscript) and [s905-autoscript-multiboot](https://github.com/superna9999/meta-meson/tree/kirkstone/recipes-bsp/s905-autoscript-multiboot) are intended to support the vendor U-Boot boot process. Like described in the [README](https://github.com/superna9999/meta-meson#selecting-machine-to-build-for) > This layer aims to support all mainline...

question

**Is your feature request related to a problem? Please describe.** The linux-firmware package blows up the initrd image size from 19MB to 235MB. This slows down for example the network...

enhancement

This issue is a follow up of the discussion with @sephalon and @dominiquehunziker on pull request #376 I have the following scenario in mind. We develop a embedded embedded system...

enhancement
major-work-task

Thanks to @fmntf there is a kernel 4.1 port available for [udoo boards](https://github.com/UDOOboard/linux_kernel/issues/23) the branch is located in his [kernel repo](https://github.com/fmntf/linux_kernel/tree/4.1.15_1.x-udoo)

enhancement

The Quad/Dual boards are equipped with a PWR button. when shutting down the board with ``` bash $ halt ``` The board wakes up again but during runtime nothing happens...

enhancement

This enhancement will add [meta-swupdate](https://github.com/sbabic/meta-swupdate) to the supported layers. To get the [swupdate](https://github.com/sbabic/swupdate) working proper the bootcounter patch is needed for both u-boot and linux.

enhancement

I am not sure if this is related to Go 1.22 or in general an issue. When I do compile the example client and run it I do get: ```...

What I did: ```sh git clone https://github.com/labgrid-project/labgrid.git cd labgrid/ git checkout -b v24.0 v24.0 docker build --target labgrid-coordinator -t nexus3.dev.ifm:18443/labgrid-coordinator:24.0 -f dockerfiles/Dockerfile . ``` This is the error I do...

docker