Questions tagged [imx8]
53 questions
0
votes
1 answer
Should both healthd and android.hardware.health@2.0-service.imx be running?
On my Android system, there are two separate healthd processes:
$ adb shell "ps -ef | grep health"
root 3535 1 3 14:33:18 ? 00:00:00 healthd
system 3548 1 5 14:33:18 ? 00:00:00…

fadedbee
- 42,671
- 44
- 178
- 308
0
votes
1 answer
Unable to get source files
I am using imx8mnevk and I was trying to rebuild an image and removed the tmp directory.
I ran bitbake core-image-minimal but now the tmp directory doesn't seem to have a work-shared folder that is supposed to have all the source files.
I want to…

Sohil Shah
- 25
- 1
- 8
0
votes
1 answer
How to Install angular js in Yocto
I have tried below names for angularjs inside conf/local.conf file, but that package is not getting installed.
IMAGE_INSTALL_append = " angular-js"
IMAGE_INSTALL_append = " angularjs"
Is the packeage name is different? How can I install AngularJs…

Aysha
- 39
- 2
0
votes
1 answer
Install CANopen package in yocto
I have tried installing CANopen in yocto using below command. But the CANOpen is not getting installed.
bitbake canopensocket_git
In local.conf file I had added
CORE_IMAGE_EXTRA_INSTALL += " canopensocket_git "
How I can install canopen…

Aysha
- 39
- 2
0
votes
0 answers
using gstreamer to correct lens distortion
Thank you for your answer.
Actually i am working on a module based on NXP imx8 processor. ( linux)
The module includes also two microdisplays which are managed by MachXO2
fpga. Data or images displayed in the microdisplays come from hdmi input.
I…

jaswork
- 21
- 1
-1
votes
1 answer
tcan4x5x driver returns -22 probe failed error
I am using tcan4x5x driver in Linux kernel v4.14.98, I am facing the below issue
[ 27.788175] tcan4x5x spi0.0: Unsupported version number: 0
[ 28.034275] [] tcan4x5x_can_probe+0x318/0x550
[ 28.085188] []…

Aysha
- 39
- 2
-1
votes
1 answer
Driving a 137,930 KHz 1080x1920 portrait HDMI screen from an IMX8M
I need to make a fixed-frequency screen (with a new custom mode line):
{ DRM_MODE("1080x1920", DRM_MODE_TYPE_DRIVER, 137930,
1080, 1140, 1150, 1185, 0,
1920, 1928, 1932, 1940, 0,
DRM_MODE_FLAG_NHSYNC |…

fadedbee
- 42,671
- 44
- 178
- 308
-2
votes
1 answer
How to apply a device tree blob overlay on MSC SM2S IMX8PLUS
I try to apply a device tree blob (overlay-hdmi.dtb provided in the build output) with UBOOT on an AVNET MSC SM2S IMX8PLUS system with QT5 following the UBOOT instructions to activate the HDMI interface.
Unfortunately this does not work as expected.…

jodá
- 342
- 7
- 25