-
I just set up a new Ubuntu 24.04.1 LTS machine to develop for the STM32MP157F-DK2 board (using [bootlin instructions](https://bootlin.com/blog/updated-buildroot-support-for-stm32mp1-platforms/)). I h…
-
**Problem description:**
1. Currently, some of the meta-data such as the ones in [av96-root-files](https://github.com/dh-electronics/meta-av96/tree/dunfell/recipes-bsp/av96-root-files) will affect al…
ghost updated
3 years ago
-
Hereafter the list of all new variants requested and their linked issue.
Feel free to file an new issue then it will be added to this list.
> [!NOTE]
> **This is a community projects.**
> **A…
-
For hwmv2, there should be a match between the names and values of SoCs, this should take the form of:
```
config SOC_SERIES
default "nrf51" if SOC_SERIES_NRF51
default "nrf52" if …
-
Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to…
-
bitbake -f -c clean st-image-userfs
bitbake -f -c configure st-image-userfs
bitbake -f -c compile st-image-userfs
bitbake -f -c install st-image-userfs
-
Hi,
I compiled on my ARM device and it runs, but I keep getting these errors:
root@stm32mp1:/usr/bin# minerd -a cryptonight -o stratum+tcp://pool.minexmr.com:4444 -u 4318tW8SFCr4UjksRM5hwRGXPUFV…
-
I try execute code with stm32mp1 stm32mp1 (two core) armV7:
I have exeption
Child terminated with signal = 0xb (SIGSEGV)
//=======================================
#include
#include…
-
Hello,
first of all thank you for your great work! I've been testing rauc for some days and it almost works flawlessly. Unfortunately when installing a bundle on my embedded system it fails 😟:
``…
-
The block reference manual (RM0433) lists different interrupts and registers than the current driver expects.
Found so far:
- RM044 section 56.5.16 `FDCAN_IE` is different than what [src/interrupt…