I need to run C++ algorithm on gumstix using DSP image library. Without DSP, Algorithm is eating up 85% cpu with 20fps. I am trying to get TI Image Library IMGLIB on Gumstix with Yocto Project. I could not find any resources or hints how to do it.
It would be great if I can get some inputs on how to proceed with getting imglib on gumstix using yocto project/open-embedded
Should I write a recipe with bitbake or is there any other way to get IMGLIB on Gumstix?
am working on Linux
plz provide me the steps how to add IMGLIB into yocto..
am new to this plz help me regarding this.
As already mentioned meta-ti seems to have what you need[1]
[1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-ti/imglib/imglib-c66x_3.1.1.0.bb?h=master
Related
Hi it's my first time using esp32-S2 because now its not recommended to use esp32. I'm looking for saving images in SPIFFS for my web server. In esp32 i used to use esp32fs plugin (https://github.com/me-no-dev/arduino-esp32fs-plugin) but it doesn't work for esp32-S2. I would like to know if there is any plugin like esp32fs and if not how can i save my images (I'm using arduinoIDE 1.8.19). I've been searching but i didn't found anything. Any orientation is welcomed. Thank you for your time and assistance.
You can try my ESP32_FSWebServer_DRD or ESP_FSWebServer example of ESP_WiFiManager library
Follow the instructions in ESP_FSWebServer Example
You can use either deprecated SPIFFS or the better LittleFS
I am working on extracting strain gauge values mounted on my ATV (front suspension) with the help of a 20 bit ADC of PSoC 5LP. Before that, I would like to simulate it. So could you please suggest an appropriate simulator? I have tried it on proteus but seems like proteus does not support cypress chips.
Thank you for reading.
I got the solution: It is to upgrade the Proteus Software (Proteus 3.10).Here, libraries are provided from the internet so no need to manually search for them.
Thank you :)
I'm trying to use the Sensor Tile from ST. I downloaded the project, but when I tried to rebuild it in ST it issues this error:
Error[Li005]: no definition for "__iar_FSin" [referenced from motion_fx.o(MotionFX200_CM4F_IAR_ot.a)]
Does someone know?
You need to recompile the MotionFX200_CM4F_IAR_ot.a library with the same version of EWARM as you use for your application.
From the error message it looks like you are trying to link a library built using EWARM 7.XX into an application using EWARM 8.XX. The step from 7.XX to 8.XX breaks binary compatibility on a number points, including the floating point library implementation.
I want to add a program writtem by me to the Yocto and make it part of the build through core-image-minimal. How do I do this? I really couldn't get much info from the reference manuals regarding this.
Can anyone point me to the link where I can get a step-by-step procedure to add a user defined program?
Try
IMAGE_INSTALL_append += "<your-recipe>"
In conf file for the machine you are using.
I am a new to SUMO (Simulation of Urban Mobility). Can someone help me on how to add new car-following model in SUMO. I have read the official guidance but I cannot find "src" file. The software I use is SUMO 0.26 for Windows (49.36 MB).
You are probably looking for the sources which are the third link in the downloads section on http://sumo.dlr.de. Please be aware that sumo 0.27.0 is already out but can currently only be retrieved from http://sumo.dlr.de/wiki/Downloads. The direct link to the sources is http://prdownloads.sourceforge.net/sumo/sumo-src-0.27.0.zip?download.
Please use this version because it contains some fixes which apply to the implementation of new car following models.
First, download the SUMO source code from the Downloads section in the following link:http://sumo.dlr.de/wiki/Simulation_of_Urban_MObility_-_Wiki.
Then, you can follow the steps described in the following link to add a new car following model in sumo: http://sumo.dlr.de/wiki/Developer/How_To/Car-Following_Model.