-
It's not an issue: I like your project and hope that you will be continuing it. Could nearly reproduce your results using different versions of OpenOCD and gdb under Ubuntu. The communication OpenOCD/…
-
I was checking how device tree files are preprocessed and whether or not it is OK to use pre-processor macros such as the `BIT()` (see discussion: https://github.com/OP-TEE/optee_os/pull/6547#discussi…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
We are trying to use esp-hosted-ng on a STM32MP157D-DK1 running yocto.
**These are the packages installed in yocto:**
IMAGE_INSTALL:append = " kernel-devsrc kernel-modules"
EXTRA_IMAGE_FEATU…
-
Dear Sir
Can you simplify the code to port easily for STM32 micro controllers
Since code contains most of OS dependent line and also static string constants in code that makes more RAM
-
Hi,
Since commit `mk/compile.mk: separate rule to produce preprocessed dts files` (f0bb1a5a), the device tree pre-processing makefile rule is separated from the device tree blob (DTB) build rule.
…
GseoC updated
2 months ago
-
I'm working on a custom Yocto image based upon the Distribution Package from ST.
First, I built a working image for STM32MP157C-DK2 evaluation board. Now I need to change the target MPU to STM32MP15…
ghost updated
3 months ago
-
Hi all,
I'm writing a firmware for STM32MP135 A7 ARM micro.
I'd like to include CMSIS-RTOS2 libraries and compile a simple basic program (to blink 2 LEDS in 2 different threads) by gcc cross toolcha…
-
I am trying to configure the arm trusted firmware of the stm board, but when I place TRUSTED_BOARD_BOOT=1 \GENERATE_COT=1 \, the compilation will fail, and the error code is as follows:
`
/home/tflg…
-
You are using rootfs.squashfs. It is read only. Can I change the rootfs type?
i set
Filesystem images
ext2/3/4 root filesystem
ext2/3/4 variant (ext4) --->
>>> Executing post-image …