Re: [ptxdist] [ANNOUNCE] ptxdist beer event

2010-03-01 Thread Suresh Kumar
Hi All, I am new to the ptxdist environment. I am struggling to setup the build environment. I have downloaded installed the 1.0.2 version and successfully built the toolchain for ARM. But BSP( OSELAS.BSP-Pengutronix-Generic) for 1.0.2 version is not available for download. so i am not able to

Re: [ptxdist] How to use the existing config file

2010-03-04 Thread Suresh Kumar
Hi, the uImage will be installed as kernelimage into platform/images Thanks . it works. linuximage file is present in the images folder. now i successfully built the kernel image root fs. 1) i downloaded the kernel image in to ram via tftp 2) use NFS for loading Filesystem The

Re: [ptxdist] How to use the existing config file

2010-03-04 Thread Suresh Kumar
Hi, setenv bootargs root=/dev/nfs rw nfsroot=192.168.1.2: /usr/local/arm/target_fs Is the path okay? yes path is correct. With ptxdist, use platform-./root within your workspace as NFS root I didnt get this above point.can you detail more? you mean, create the NFS Root directory inside

Re: [ptxdist] How to use the existing config file

2010-03-04 Thread Suresh Kumar
Hi, You don't have to create anything, ptxdist does that for you. After a ptxdist go you have a fully populated root file system. You can fin it in your workspace, try: ls -d platform-*/root I have mapped the root directory as NFS. But still i am getting the following error. S: Mounted root (nfs

Re: [ptxdist] How to use the existing config file

2010-03-04 Thread Suresh Kumar
Hi, If your're on arm it may be an EABI/OABI problem Yes. I am using ARM920T (AT91RM2000 processor). For ARM920T is it EABI or OABI?? also, where is this configuration available.. is it under pdxdist platformconfig ? Thanks suresh -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] How to use the existing config file

2010-03-05 Thread Suresh Kumar
Hi, Now check the ABI of the kernel, use ptxdist menuconfig kernel (which will start the kernel's menuconfig). - Kernel Features - Use the ARM EABI to compile the kernelRecompile your Kernel with: ptxdist go Thanks. I am able to cross this. But still i am not able to get the prompt.

Re: [ptxdist] How to use the existing config file

2010-03-05 Thread Suresh Kumar
Hi, Looks like you've spelled the root console name incorrectly. Try looking through the boot log (the whole thing, not just what you've copied below) for the name of the console. you mean logfile correct. which information should i look in to that? What do your bootargs (kernel command line)

Re: [ptxdist] How to use the existing config file

2010-03-06 Thread Suresh Kumar
Hi, have you got a ttyAMA0 on your platform? I dont know what is ttyAMA0 mean? thanks surehs -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] configuration files

2010-03-07 Thread Suresh Kumar
Hi, I just want to take the backup of the configuration files (kernel, rootfs, platform) of my working project. I assume that only the following configuration files are required, /configs/ptxconfig - This file is the configuration file for the complete ptxconfig

[ptxdist] custom software installation

2010-03-11 Thread Suresh Kumar
Hi, I am trying include the strongswan in the buildsystem. my requirement is get strongswan installed on my target. i followed the steps provided in the document. 1) ptxdist newpacket target 2)ptxdist get strongswan 3)ptxdist extract strongswan 4) ptxdist prepare strongswan 5)ptxdist compile

[ptxdist] ARM BSP

2010-05-31 Thread Suresh Kumar
All, I have purchased the ATMEL AT91RM9200 Mircrocontroller Development Board from kwik byte. And i didnt get the BSP software for the board. I am using ptxdist for build tool and successfully able to build the linux,and packages.And able to boot board via tftp with the newly built image. But

[ptxdist] How to apply the kernel patch

2010-08-23 Thread Suresh Kumar
Hi, I am using ptxdist for my target (ARM - AT91RM2000). I am able to build the kernel image root fs and able to boot the target via nfs. I have two kernel patches received from the vendor. I dont know where to specify the patch location filename in the configuration menu(ptxdist menuconfig)

Re: [ptxdist] How to apply the kernel patch

2010-08-23 Thread Suresh Kumar
Hi, Do we have directFB,miniXML application (predefined)  in the ptxdist? ptxdist comes with directfb. minixml has to be ported. When i try to run LiTE (directfb wrap-up) example, i am getting the follwoing error :/usr/bin ./lite_msgbox ./lite_msgbox: error while loading shared libraries:

Re: [ptxdist] How to apply the kernel patch

2010-08-23 Thread Suresh Kumar
Hi, just pleace the patches in the mentioned directory. They're automatically applied during the extract stage. To force a extract, do: ptxdist clean kernel ptxdist compile kernel What are all the other clean/compile options available. where should i refer this build command helps. All

Re: [ptxdist] [PATCH] [libmxml] Added Mini-XML library support.

2010-08-24 Thread Suresh Kumar
Hi Ryan, can you tell me how to apply this patch. I am novice user in ptxdist patch. I guess i have to copy the below lines in to a file(lets say mxm.patch) run patch mxm.patch from the /opt/OSELAS.BSP-Pengutronix-Generic-2010.07.0 directory. please let me know the procedure to apply the

Re: [ptxdist] [PATCH] [libmxml] Added Mini-XML library support.

2010-08-24 Thread Suresh Kumar
Hi, when i try to install libmxml i am getting the following error. install link: src=libmxml.so.1.4 dst=/usr/lib/libmxml.so install link: src=libmxml.so.1.4 dst=/usr/lib/libmxml.so.1 @PACKAGE@ *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) ipkg-build:

[ptxdist] ARM compilation error

2010-08-24 Thread Suresh Kumar
Hi, I am performing the cross-compilation of my source code (which uses libmxml library) and return the following error. I am using the toolchain suppled by the ptxdist. and i am not sure, how to mention the minixml library in the cross compilation. The error is below. [sur...@suresh src]$ make

[ptxdist] Build environment for friendlyARM mini2440

2010-09-18 Thread Suresh Kumar
Hi I am setting up the build environment for mini2440 friendlyArm dev kit. i could not find the processor name in the platform configuration-architecture : arm has been selected. but variant - (no S3C2440 option) what is the hardware option should i select for this? Also, Do we have any