Benjamin Marty

Results 9 issues of Benjamin Marty

How about implementing the Mongoose Library into this SDK? https://github.com/cesanta/mongoose Shouldn't be that hard as this SDK offers Sockets API. But I didn't get it working due to some weird...

I'm currently trying to implement SPIFFS into a project running on a RP2040. This is a Cortex M0+ 32-Bit MCU. My work buffer is created according to the implementation guide:...

It seems that something with the timing is horrible wrong. Propably a wrong implementation of the timer in the hal or wrong configration in the LMIC.

### Setup: - Raspberry Pi 1B with Raspbian Buster - bbq10pmod_module - master (Setup done like described here https://github.com/berkutta/bbq10pmod_module/blob/improve-docs/README.md) - bbq10kbd_i2c_sw - master - pmod_bbq10_keyboard - master ### Issue: It...

I'm trying to get this meta layer running on an A20 Board. Unfortunately, the Board uses NAND Flash. Thus, I need to use the legacy kernel. Is the legacy kernel/u-boot...

I'm using the meta-raspberrypi layer (scarthgap) on CM4. I have two root filesystems (A/B), which I update via RAUC in conjunction with rauc-hawkbit-updater. After RAUC finishes an update cycle, it...

I have encountered issues with DSI (Raspberry Pi 7" Display) and eMMC (kernel hang during reboot) when using Yocto Scarthgap on a CM4 with the kernel version 6.6.22. These issues...

### Describe the bug On rpi-6.6.y the nwe080 description have the lanes parameter set to 4: https://github.com/raspberrypi/linux/blob/rpi-6.6.y/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c#L2044-L2050 On rpi-6.12.y, this parameters is missing: https://github.com/raspberrypi/linux/blob/rpi-6.12.y/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c#L2506-L2511 Without lanes being specified, the display...