[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

Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Alejandro Vázquez
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: Hello! I am trying to create an image for raspberry using ptxdist

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_SfmZvSlpsWWNSZ1Z4d1JXc0h1RjZQei16eUdJdV9vYkVoRTdrRzZNdUdlRTAusp=sharing Thanks! 2015-03-30 13:23 GMT+02:00

[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 file

[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

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 vaz...@gmail.com: Hi!, i am trying the compile of a example

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] directFB mini2440

2015-04-17 Thread Alejandro Vázquez
) Do I have to configure something else? Thanks! Regards, Alex. 2015-04-16 14:45 GMT+02:00 Juergen Borleis j...@pengutronix.de: On Thursday 16 April 2015 13:28:34 Alejandro Vázquez wrote: Hi, I'm trying to use directfb in mini2440, but when I try to launch dfbinfo gives me an error

[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

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 m...@pengutronix.de: On 07/06/2015 02:32 PM, Alejandro Vázquez wrote: Hi All. I am

[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

[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

[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

[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

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 <j...@pengutronix.de>: > 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 p

Re: [ptxdist] use waf in ptxdist

2017-01-31 Thread Alejandro Vázquez
I_DIR)" && \ > $(LIBIMXVPUAPI_PATH) $(LIBIMXVPUAPI_ENV) \ > python2 ./waf --destdir=$(LIBIMXVPUAPI_PKGDIR) install > @$(call touch) > > 8<

[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

[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

[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] The second symbolic links are not copied to the target

2018-07-05 Thread Alejandro Vázquez
@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 should not happen as the

Re: [ptxdist] custom FIT image

2020-10-09 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

[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] 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