Questions tagged [arago]

Arago Project is a set of layers (i.e. meta-ti for BSP and meta-arago for Distro and Apps) for OpenEmbedded and the Yocto Project, which targets current and some legacy Texas Instruments platforms.

Arago Project is a set of layers (i.e. meta-ti for BSP) for OpenEmbedded and the Yocto Project, which targets current and some legacy Texas Instruments platforms.

http://arago-project.org/

14 questions
6
votes
1 answer

How to get ISO8601 seconds format from "date" in busybox?

Without adequate examples I keep going around in circles to get the 'seconds' version of iso8601 printed out by 'date'. Please look at the help that is provided with date with busybox 1.22.1. I can't seem to understand the syntax required. Examples…
nndhawan
  • 597
  • 6
  • 24
6
votes
1 answer

What are the differences between Yocto Poky and Texas Instruments Arago?

I am very new to this field so my terminology may be incorrect. My goal is to build a custom linux distribution for an embedded device equipped with Texas Instruments AM335x ARM processor. I played a little with Yocto 1.6.1 (Daisy release), bitbake…
Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
2
votes
1 answer

Qt - How to detect Resume from Standby & Mem states

We are currently developing an embedded device based on the am335x sdk from ti (based on Arago project) The main application on the device is being developed using Qt4.8 We want to detect when the device is entering Standby / Mem states so that we…
evanol
  • 21
  • 2
2
votes
1 answer

Do I need cache invalidate before reading from frame buffer?

I'm trying to read from /dev/fb0 on a Linux machine. I just open("/dev/fb0", O_RDWR), then mmap, then memcpy from the mapped pointer. Everything seems fine, except the top right corner of the image I get is from the previous frame. It seems like a…
user3528438
  • 2,737
  • 2
  • 23
  • 42
1
vote
0 answers

Is ROS installed by default in Arago?

I am trying to learn about Arago, still a beginner. Reading this question gives me the impression that ROS is by default installed in the default Arago image. Is this understanding correct? Is ROS (or the meta-ros layer) installed by default in…
KansaiRobot
  • 7,564
  • 11
  • 71
  • 150
1
vote
1 answer

how to install gcc in arago project embedded linux?

everyone. I am currently using a phycore am65x embedded board. I'm a student, and I don't know much because it's my first time dealing with Embedded. So I need your help. As mentioned earlier, the phycore am65x board does not cover packages. It…
188cm
  • 11
  • 1
1
vote
1 answer

How to get ISO8601 seconds format from “date” in busybox?

[DISCLAIMER: This question is intended to be in question and answer format. The solution has already been determined and is provided with the question.] Without adequate examples from the busybox help section, I was unable to determine the how to…
nndhawan
  • 597
  • 6
  • 24
1
vote
0 answers

ERROR: input-utils-1.0-r0 do_compile: oe_runmake failed in arago project in Ubuntu 16.04

yocto@ilx:~/tisdk/build$ MACHINE=am335x-evm bitbake arago-core-tisdk-image I am building sdk. Not able to resolve this errors: ERROR: input-utils-1.0-r0 do_compile: oe_runmake failed ERROR: input-utils-1.0-r0 do_compile: Function failed:…
1
vote
2 answers

How can I figure out what colors I have in this code?

I'm working on a TI AM335x EVM. It uses the Arago Linux distribution. Now I want to modify the splash screen for this device, it has a user space application called psplash, and there is a file which defines colors, here's the code in that…
Mike
  • 47,263
  • 29
  • 113
  • 177
0
votes
1 answer

qtwidgets no big font on beaglebone black

I managed to build and boot the tisdk-default-image-am335x-evm using 07.03.00.005. I run some of the qt demo apps that are packaged into that image, and it looks good to me. I created a simple qtwidgets app (cross-compiling on the host with…
jgnoss
  • 33
  • 5
0
votes
0 answers

How to upgrade Python using Yocto pinned to Thud?

I'm running an embedded Linux build on the TI Sitara AM335x module, and using their Processor SDK to build a custom u-boot, kernel, and root filesystem. Their latest version of the SDK is 06.03 and is pinned against Yocto Thud distributions (which…
SJoshi
  • 1,866
  • 24
  • 47
0
votes
1 answer

Remove ROS from Yocto Bitbake to Reduce Image Size

I pulled a default Arago/yocto image to build using bitbake and the output image is 8 GB. I need to reduce the size ot be less than 4 GB, so I tried to remove the meta-ros layer. I am getting an error, but cannot determine the source of the…
Chad
  • 111
  • 1
  • 12
0
votes
1 answer

tiovx-app-host error on arago yocto project on cunstom AM57xx board

I'm trying to compile tiovx-app-host for arago yocto(ROCKO) project for AM57xx-evm board its compiled, But same for my custom am57xx board gives an error regarding ld. Even I did not changed tiovx-app-host.bb file. DEBUG: Executing shell function…
yoctotutor.com
  • 5,145
  • 4
  • 26
  • 36
0
votes
0 answers

Failed to obtain external Linaro toolchain version error

I am trying to build rootfs with Yocto-Arago SDK and get Failed to obtain external Linaro toolchain version error. ERROR: Failed to obtain external Linaro toolchain version: Execution of…
ephemerr
  • 1,833
  • 19
  • 22