Re: [ptxdist] custom FIT image

2020-10-08 Thread Alejandro Vázquez
Thanks! That was just what I needed. El mié., 7 oct. 2020 a las 9:18, Michael Olbrich () escribió: > On Wed, Sep 30, 2020 at 12:41:13PM +0200, Alejandro Vázquez wrote: > > El mar., 29 sept. 2020 a las 15:13, Roland Hieber () > > escribió: > > > > > On Tue, Se

Re: [ptxdist] custom FIT image

2020-09-30 Thread Alejandro Vázquez
El mar., 29 sept. 2020 a las 15:13, Roland Hieber () escribió: > On Tue, Sep 29, 2020 at 01:28:34PM +0200, Alejandro Vázquez wrote: > > Hi all! > > I need to create a FIT image kernel and I need to add the arguments: > load > > and entry. > > These arguments

[ptxdist] custom FIT image

2020-09-29 Thread Alejandro Vázquez
Hi all! I need to create a FIT image kernel and I need to add the arguments: load and entry. These arguments are not defined in the script ptxd_make_fit_image.sh Is there a way to indicate these arguments? Can I use a custom "its" file? Can I modify the script locally in my BSP? Thanks! Alex ___

Re: [ptxdist] The second symbolic links are not copied to the target

2018-07-05 Thread Alejandro Vázquez
lt; guille.rodrig...@gmail.com>: > Hi there, > > 2018-07-01 6:28 GMT+02:00 Alejandro Vázquez : > > Hi! > > I've come across the following problem: > > When installing classpath, the second symbolic links are not copied to > the > > target. > > This

[ptxdist] The second symbolic links are not copied to the target

2018-06-30 Thread Alejandro Vázquez
Hi! I've come across the following problem: When installing classpath, the second symbolic links are not copied to the target. This should not happen as the library is installed as install_lib and you should install the second symbol links. I came from an older version of ptxdist and this didn't ha

[ptxdist] antlr3 in ptxdist

2018-02-19 Thread Alejandro Vázquez
Hi,All. I'm trying to compile a library that uses antlr3. Previously I had already been able to compile this library but in the last updates have changed from autotools to CMake and it doesn't compile me because It can't find the command. Could NOT find Antlr3 (missing: ANTLR3_COMMAND) Antlr is

Re: [ptxdist] use waf in ptxdist

2017-01-31 Thread Alejandro Vázquez
; \ > $(LIBIMXVPUAPI_PATH) $(LIBIMXVPUAPI_ENV) \ > python2 ./waf --destdir=$(LIBIMXVPUAPI_PKGDIR) install > @$(call touch) > > 8<--- > > > Am Montag, den 30.01.2017, 13:13 +0100 schrieb Aleja

Re: [ptxdist] kernel headers in ptxdist

2017-01-31 Thread Alejandro Vázquez
Perfect. This way work fine. Thanks! 2017-01-31 10:49 GMT+01:00 Juergen Borleis : > Hi Alejandro, > > On Tuesday 31 January 2017 10:27:04 Alejandro Vázquez wrote: > > I need use kernel headers to build a IPU app. > > I select KERNEL_HEADERS in ptxdist and

[ptxdist] kernel headers in ptxdist

2017-01-31 Thread Alejandro Vázquez
Hi, All. I need use kernel headers to build a IPU app. I select KERNEL_HEADERS in ptxdist and I add CFLAGS="-I$(KERNEL_HEADERS_INCLUDE_DIR)" in *.make. Also I have added in the makefile -I$(KERNEL_HEADERS_INCLUDE_DIR) But it still does not compile because it does not find the headers. It looks li

[ptxdist] use waf in ptxdist

2017-01-30 Thread Alejandro Vázquez
Hi all. I have found a project (libimxvpuapi) that is configured and built using waf. Is there any way I can build this project with ptxdist? Thanks! ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] create an minimal kernel

2016-10-28 Thread Alejandro Vázquez
Hi !! I would like to create an image of a minimal kernel that integrates all. Kernel + device tree + initramfs. My idea is to have the device tree and initramfs image into the kernel. In initramfs image I want to integrate the minimum (busybox and some own application). I'm stuck with this proble

[ptxdist] Create alias for device event

2016-02-25 Thread Alejandro Vázquez
Hi. In my /dev/input I have some device (touchscreen, gpios, etc) and I want to know if it's posible create a alias for a device event automatically with ptxdist to identify devices faster. Also I have the problem that if I add a new device, it change the order of device event. This has taken up a

[ptxdist] Gstreamer in mini2440

2015-08-01 Thread Alejandro Vázquez
Hi All. I want to use gstreamer in mini2440 to show a video on the screen. My problem is that i don't know which is the best video sink to use with mini2440. someone already has a ptxdistconfig configured with gstreamer to mini2440? Thanks. Regards! -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] change orientation landscape portrait

2015-07-11 Thread Alejandro Vázquez
Hello Marc! I want to use cairo for drawing images , figures, etc. And I want to show these elements in portrait without having to rotate the images Thanks. Regards 2015-07-11 23:04 GMT+02:00 Marc Kleine-Budde : > On 07/11/2015 10:24 PM, Alejandro Vázquez wrote: > > By default the or

[ptxdist] change orientation landscape portrait

2015-07-11 Thread Alejandro Vázquez
Hi all! By default the orientation is landscape but i want to change it to portrait. Where can I do this change? Thanks! Regards! -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] u-boot link down

2015-07-06 Thread Alejandro Vázquez
Hello Marc! I try download but is down too. Error 404: Not Found The requested URL /pub/u-boot/u-boot-2011.12.tar.bz2 was not found on this server. Thanks! 2015-07-06 14:45 GMT+02:00 Marc Kleine-Budde : > On 07/06/2015 02:32 PM, Alejandro Vázquez wrote: > > Hi All. > > I am

[ptxdist] u-boot link down

2015-07-06 Thread Alejandro Vázquez
Hi All. I am trying create a image to mini2440 but the package u-boot is down. Is there any way to fix this or I have to wait becomes available ? The error is: -- target: u-boot-2011.12.tar.bz2 -- --2015-07-06 14:26:30-- http://ftp.denx.de/p

Re: [ptxdist] board tq2440

2015-05-05 Thread Alejandro Vázquez
I can solve this problem. finally it is a problem of the board. The touchscreen works with the settings mini2440 -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] makefile to directFB and cairo

2015-05-05 Thread Alejandro Vázquez
Hi! I can solve the problem. i add in the makefile the next code: examplecairo:examplecairo.c $(CC) $^ -Wall `pkg-config --cflags --libs cairo directfb` -o $@ this way compile correctly 2015-04-23 11:18 GMT+02:00 Alejandro Vázquez : > Hi!, > i am trying the compile of a example for the l

[ptxdist] mini2440 cairo example black screen

2015-04-27 Thread Alejandro Vázquez
Hi, I'm trying to run an example program with cairo. The program compile and run but don't display nothing on the screen. Someone has run some example cairo to know if I need more than enabled in ptxdist. - OSELAS.BSP-Pengutronix-Mini2440-2013.10.0 cairo settings is directfb backend and Freety

[ptxdist] makefile to directFB and cairo

2015-04-23 Thread Alejandro Vázquez
Hi!, i am trying the compile of a example for the library directFB and other for library cairo. I have isntall the libraries directFB and Cairo. The first step: i create a new package type "src-make-prog". 2: copy the example "hello world" in the new file "helloworld*.c" 3: I modify the Makefile fi

[ptxdist] board tq2440

2015-04-17 Thread Alejandro Vázquez
Hi all! I've bought the development board tq2440 3.5 ". It is very similar to mini2440. I wish I could enable the touch screen, but can not find information about the type of screen and how to enable it in the kernel. The only thing I find is: Integrated 4 wires resistive touch screen interface Doe

Re: [ptxdist] directFB mini2440

2015-04-17 Thread Alejandro Vázquez
(2): - 'IDirectFB' at 0x1dfdd8 (dfb) allocated in DirectFBCreate (directfb.c: 197) - 'IDirectFBEventBuffer' at 0x1e1a00 (iface) allocated in IDirectFB_CreateInputEventBuffer (idirectfb.c: 1097) Do I have to configure something else? Thanks! Regards, Alex. 2015-04-16 1

Re: [ptxdist] ptxdist and Rpi

2015-03-31 Thread Alejandro Vázquez
Hi. I think the problem is in the creation of the bootloader. I uploaded the image, if someone can to try if it works correctly. https://drive.google.com/folderview?id=0B5UG6eK__Z_SfmZvSlpsWWNSZ1Z4d1JXc0h1RjZQei16eUdJdV9vYkVoRTdrRzZNdUdlRTA&usp=sharing Thanks! 2015-03-30 13:23 GMT+02:00 Alexande

Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Alejandro Vázquez
here's already a BSP for RPi > > http://git.pengutronix.de/?p=DistroKit.git;a=summary > http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary > and > > > > Regards, > Bernhard > > Am 2015-03-30 12:04, schrieb Alejandro Vázquez: > > Hell

[ptxdist] ptxdist and Rpi

2015-03-30 Thread Alejandro Vázquez
Hello! I am trying to create an image for raspberry using ptxdist, but I can not create an image that works well. I followed the tutorial "OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf" Step: Compile and install 2014.05.0. Donwload toolchain. Download OSELAS.BSP-Pengutronix-Generic-2014.07.0