Re: [ptxdist] [PATCH 1/1] add new packet x-load

2012-06-07 Thread Flavio de Castro Alves Filho
Castro Alves Filho Phi Innovations www.phiinnovations.com Phone: +55 19 3709 1358 Mobile: +55 19 9823 9332 Skype: flavio.de.castro.alves.filho 2010/8/6 Stephan Linz l...@li-pro.net Am Freitag, 6. August 2010, um 09:20:17 schrieb Marc Kleine-Budde: ---snip-- tnx, pushed to master

Re: [ptxdist] Application Development on Ptxdist based OS's

2011-11-02 Thread Flavio de Castro Alves Filho
Hello, I would like to share my thoughts about this too. Currently we are using Ptxdist to build embedded Linux distributions for some boards and customized applications. Recently we started to provide training sessions. And our first training is not about how to build new Linux distributions,

Re: [ptxdist] General Ptxdist usecase question

2011-11-02 Thread Flavio de Castro Alves Filho
Hello Erwin, I would encourage you use the pre-built packages approach from Ptxdist, as suggested. The main issue will be managing the packages correctly. For now, I'm not using this approach. But, for bigger systems, it seems to be inevitable. Best regards, Flavio 2011/10/28 Michael

Re: [ptxdist] Order of packages to be built

2011-02-11 Thread Flavio de Castro Alves Filho
, Feb 10, 2011 at 10:02:07AM -0200, Flavio de Castro Alves Filho wrote: How do I know the order of the packages that will be compiled in ptxdist? I am currently creating the packages for the EFL libraries and I need to build the X11 before starting the build of my packages. have a look at rules

[ptxdist] Order of packages to be built

2011-02-10 Thread Flavio de Castro Alves Filho
Hello, How do I know the order of the packages that will be compiled in ptxdist? I am currently creating the packages for the EFL libraries and I need to build the X11 before starting the build of my packages. Best regards, Flavio -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Toolchain - generating big endian arm cortex a8 toolchain

2010-11-17 Thread Flavio de Castro Alves Filho
Castro Alves Filho wrote: Hello Marc, I was quite daring ... I tried the default configuration file ptxconfigs/armeb-cortexa8-linux-gnueabi_gcc-4.3.2_glibc-2.8_binutils-2.18_kernel-2.6.27-sanitized.ptxconfig and changed the arm- to armeb-, as you adviced. Unfortunatelly, it doesn't worked. I got

Re: [ptxdist] Toolchain - generating big endian arm cortex a8 toolchain

2010-11-17 Thread Flavio de Castro Alves Filho
be big endian. Am I correct? Thank you for your help. Best regards, Flavio 2010/11/17 Marc Kleine-Budde m...@pengutronix.de: On 11/17/2010 03:19 PM, Flavio de Castro Alves Filho wrote: Hello Marc, I used ptxdist 2010.10 and it worked perfectly. Thank you for your help. Just one final

Re: [ptxdist] Toolchain - generating big endian arm cortex a8 toolchain

2010-11-17 Thread Flavio de Castro Alves Filho
/2010 05:04 PM, Flavio de Castro Alves Filho wrote: Does it mean that, even if I build a big endian toolchain, my arm-cortex-a8 kernel (in my case, the am3517 from TI) will be built in little endian? That depends on your kernelconfig. I don't know if big endian is supported by the processor

[ptxdist] Toolchain - generating big endian arm cortex a8 toolchain

2010-11-08 Thread Flavio de Castro Alves Filho
Hello, We are currently working on a platform migration from a big endian processor to an ARM Cortex A8 processor. I saw that ARM processors are bi-endian - it supports both little endian and bi endian software. And the compiler must be prepared to generate both little endian and big endian

[ptxdist] Backport of udev

2010-11-07 Thread Flavio de Castro Alves Filho
Hello, I am currently working on a project that I have to use udev version 140. The reason is that I have to use a kernel version 2.6.23, which does not support signalfd. This features (signalfd) is used by udev in order to create devices configuration. I am using ptxdist 2010.11, which uses a

Re: [ptxdist] Backport of udev

2010-11-07 Thread Flavio de Castro Alves Filho
. That's not that bad, considering that's a small system. I will perform again the procedure and send you more details. Thank you and best regards, Flavio 2010/11/7 Juergen Beisert j...@pengutronix.de: Hi Flavia, Flavio de Castro Alves Filho wrote: I am currently working on a project that I have

[ptxdist] Several partitions in ptxdist images

2010-10-18 Thread Flavio de Castro Alves Filho
Hello, I am using ptxdist to build a x86 Linux to be inserted in a compact flash disk. I intend to have two partitions: one with the operating system and another with the application. With ptxdist I could easily create both partitions. Using ptxdist images, the image with both partitions is

[ptxdist] Ptxdist for mpc8313 rdb

2010-09-23 Thread Flavio de Castro Alves Filho
Hello, I am currently trying to build a ptxdist application for the Freescale PowerPC MPC8313 RDB board. I configured the linux kernel 2.6.34 using the 83xx/mpc8313_rdb_defconfig configuration file and compiled with the gcc 4.3.2 from the OSELAS toolchain project for the powerpc-603e. All the

Re: [ptxdist] Ptxdist for mpc8313 rdb

2010-09-23 Thread Flavio de Castro Alves Filho
/23 Gary Thomas g...@mlbassoc.com: On 09/23/2010 12:42 PM, Flavio de Castro Alves Filho wrote: Hello, I am currently trying to build a ptxdist application for the Freescale PowerPC MPC8313 RDB board. I configured the linux kernel 2.6.34 using the 83xx/mpc8313_rdb_defconfig configuration

Re: [ptxdist] How to apply a u-boot patch?

2010-08-24 Thread Flavio de Castro Alves Filho
It worked. Thank you very much. Flavio 2010/8/23 Robert Schwebel r.schwe...@pengutronix.de: On Mon, Aug 23, 2010 at 04:56:39PM -0300, Flavio de Castro Alves Filho wrote: As previously defined, the patch series file field in ptxdist platformconfig - bootloaders - U-Boot contains the value

[ptxdist] How to apply a u-boot patch?

2010-08-23 Thread Flavio de Castro Alves Filho
Hello, I am trying to build u-boot on ptxdist and I am having problems with the patch file. As previously defined, the patch series file field in ptxdist platformconfig - bootloaders - U-Boot contains the value series. I created the series file in patches/u-boot directory and stored the patch

[ptxdist] Ptxdist support for linux 2.4.x

2010-02-20 Thread Flavio de Castro Alves Filho
Hello, I would like to know if the latest version of ptxdist (svn) supports building 2.4.x kernels and filesystems. Should I proceed in the same way as 2.6.x kernel versions? Best regards, Flavio Flavio de Castro Alves Filho Phi Innovations - Embedded Software Services www.phiinnovations.com