Questions tagged [automotive-grade-linux]
11 questions
3
votes
0 answers
AGL:"bitbake agl-demo-platform" hangs in task 16
I am an agl and pokey newbie, and have followed the steps in https://wiki.automotivelinux.org/agl-distro/source-code
(I am running the following in a docker container)
$source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo…

user7942834
- 305
- 3
- 8
2
votes
0 answers
agl-sota u-boot raspberrypi3 - Card did not respond to voltage select! Device 0: unknown device
I am building an automotive-grade-linux demo image using yocto for raspberrypi3.
I am adding a layer agl-sota for OTA feature. This is where my u-boot breaks.
While booting up according to defconfig CONFIG_ENV_EXT4_DEVICE_AND_PART="0:1" u-boot takes…

cadmaxx
- 21
- 1
2
votes
1 answer
Is there a way we can disable a warning on a specific line that is generatedby CodeSonar
We are using a third party library dlt for Logging purpose and codeSonar shows warnings in the specific logs for eg:-
INFO_LOG(dltContext,"This is my log");
Warning text : Inappropriate Assignment Type
This assignment to a parameter is to a location…

Kartikey Som
- 31
- 5
2
votes
0 answers
pulseaudio: Failed to initialize PA contextaudio: Could not init `pa' audio driver
While trying to run AGL demo image using following command
qemu-system-x86_64 -enable-kvm -m 2048 \
-hda agl-demo-platform-qemux86-64.vmdk \
-cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt \
-vga virtio -show-cursor \
-device…

Meetika
- 21
- 1
- 2
0
votes
0 answers
Build file 'G:\Restorant app\gebeta\android\build.gradle' line: 11
FAILURE: Build failed with an exception.
Where:
Build file 'G:\Restorant app\gebeta\android\build.gradle' line: 11
What went wrong:
A problem occurred evaluating root project 'android'.
Could not find method id() for arguments…
0
votes
1 answer
Trouble running ./gradlew build
Gradle cannot build to an unknown error
I attempted to build an application by typing the command ./gradelw build on the terminal. It throws an error message that Build file '/home/muhammad/bootcamp-projects/java-app/build.gradle'
line: 28
A problem…

Muhammad Hussain
- 35
- 3
0
votes
0 answers
Automotive grade linux like apt-get and dkpg missing
I am using a very light linux os for a customer (device with a touchscreen).
Both apt-get and dkpg are missing.
wget also missing.
Install linux again is not an option.
The device can be somethimes connected to the internet.
Plan is to install evemu…

coji ion
- 1
0
votes
1 answer
What is meant by required-api: param name=”#target” in config.xml file of AGL widgets?
I am trying to understand various available AGL specific options that we can give in config.xml and I am referring to the link below
https://docs.automotivelinux.org/docs/en/halibut/apis_services/reference/af-main/2.2-config.xml.html
This is the…

Kishore Pula
- 322
- 2
- 9
0
votes
1 answer
how to make building environment for AGL?
I want to implement or create a bhuild environment for Automotive Grade Linux that I can virtually create some which is to be installed on AGL.

Ajay Shimpi
- 1
- 4
0
votes
1 answer
Building Automotive Grade Linux for Raspberry Pi
I am currently trying to run the AGL demo platform on the RaspberryPi3.
I have proceeded according to the following instructions:
Building the AGL Demo Platform for Raspberry Pi instructions
However, the output Image…

Christian
- 1
- 1
0
votes
2 answers
How does a RTOS like Green Hill Software's INTEGRITY RTOS integrate with automotive grade linux?
I'm trying to understand the stack for automotive code - I know that Linux/Android can sit on top of it, and so I would presume AGL, but I'm uncertain of the distinction and what framework the RTOS provides as a platform.
Secondary point: Is Tizen,…