-
### Environment details
* Operating System+version: Debian 11 (bullseye) -> 5.10-hardknott cortexa53-crypto-poky-linux
* Compiler+version: GCC 10
* Conan version: 1.60.0
* Python version: 3.9.2
…
-
By default rtd theme navigation depth is not enough for the imx8 BSP Manuals to display all the Subsections. The depth can be modified with
```
html_theme_options = {
'navigation_depth': 4,
}…
-
@Ysurac, hi. Error again when building new kernel.
```
debian@debian-nitro:~/GIT/openmptcprouter/x86_64/6.7/source$ make -j6 V=sc
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency…
-
I receive the following error while executing:
`ros2 run realsense2_camera realsense2_camera_node`
on my SBC **Debix Model A (2GB RAM**) with **Ubuntu 22.04 LTS (Kernel: 5.15.71) and ROS2 Humb…
-
**Describe the bug**
When running a playback or record with 8000Hz the following error is met:
```
root@imx8mpevk:~# aplay -Dhw:3,0 -f S32_LE -c 2 -r 8000 -d 3 -t raw /dev/urandom
Playing raw dat…
-
Hello
I am working on a project using one of the i.MX8 variants. The code running on the Cortex-M is bare metal and I have integrated rpmsg-lite into the firmware using the appropriate environment…
-
**Describe the bug**
Whenever I'm trying to play back two streams on the mixer interface, I'm getting an error that prevents the second stream from loading (unable to install hardware params on the…
-
Hello,
I am trying to build a full image for my Thor96 board with
Kernel 5.10.52 or 5.4.47, using the scripts (yocto_build_setup_thor96.sh) from the repo -
The problem, I am facing, is that th…
-
HI ,
One question about the NXP GPU support.
The LV_USE_GPU_NXP_PXP abd LV_USE_GPU_NXP_VG_LITE macro the remark is note support `iMX RTxxx platforms`.
IMX8 mini have PXP and VG_LITE GPU als…
-
OpenSSL 3.1.0 build issue
Since 37f1828d8701662c40cc98172001a533fe49764c builds failing on linux-armv4 (if userland is arm32 / not aarch64)
A quick fix is to configure with `no-sm4` on ARM 32-…