[OpenWrt-Devel] Iozone openwrt package

2013-05-31 Thread devendra.aaru
Hello All,

I am able to create a iozone package and run on some Alix, as well as
the Intel Atom platforms, and i would like to contribute it to the
openwrt, will anybody interested taking this in?

The patch i generated spans upto 1M as since it contains the source
code of iozone and i bit modified it since it doesn't compile (aio.h
and async io operations are missing in the current toolchain base).

Thanks
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Iozone openwrt package

2013-05-31 Thread devendra.aaru
On Fri, May 31, 2013 at 5:18 PM, Bastian Bittorf bitt...@bluebottle.com wrote:
 * devendra.aaru devendra.a...@gmail.com [31.05.2013 13:44]:
 The patch i generated spans upto 1M as since it contains the source
 code of iozone and i bit modified it since it doesn't compile (aio.h
 and async io operations are missing in the current toolchain base).

 your patch should be a Makefile and a folder /patches.
 the makefile should point to e.g.  
 http://www.iozone.org/src/current/iozone3_414.tar


Well then it must be going to take lot of time for me to do that!

Thanks
 bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] backtrace support for a production enviroment

2013-02-26 Thread devendra.aaru
Hello everyone,

I am wondering if we have a backtrace function support in the Openwrt
, for a production system to know where exactly the crash has occured,
instead of gdbing the crash?

thanks
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] oprofile compiler errors on openwrt

2012-10-26 Thread devendra.aaru
hi all,

i was trying to compile oprofile for the target x86 processor,

i got the following,

checking for main in -lintl... no
checking for bfd_openr in -lbfd... no
configure: error: bfd library not found

i am using latest backfire openwrt source.

i see no libbfd present in packages or the feeds/packages/.

is there something that need to enable in the toolchain?

thanks,
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Vortex 86DX platform

2012-09-27 Thread devendra.aaru
Hi all,


I have a vortex 86DX board, i wanted to give a try of latest openwrt
stable release,

will anyone suggest me about what toolchain (gcc version), libc
(uclibc version), platform to choose in make menuconfig?

thanks,
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [ compiling expect 5.45 to openwrt kamikaze ]

2012-02-14 Thread devendra.aaru
hi folks,

i was cross compiling expect 5.45 latest from source forge to the
kamikaze. but was getting to problems. i had done tcl compilation, as
expect depends on tcl.

any  idea why the h*ck the following error comes??

/home/dave/kamikaze8.09/staging_dir/toolchain-i386_gcc4.1.2/lib/gcc/i386-linux-uclibc/4.1.2/../../../../i386-linux-uclibc/bin/ld:
cannot find -lieee..

thanks,
dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] new package expect.

2012-02-13 Thread devendra.aaru
Hi folks,


is there package called expect in trunk. didn't find any.

actually i need it to do automation in the router, i had some expect
scripts (automation).

thanks,
dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread devendra.aaru
On Tue, Jan 17, 2012 at 9:04 PM, jonsm...@gmail.com jonsm...@gmail.comwrote:

 I'm mounting the root file system via NFS. How can I stop the eth0
 entry from getting added to /etc/config/network every time I build?

 openwrt/packages/basefiles/files/etc/config/network ??

this file remove your eth0 entry :) . and try it.

Devendra.

 --
 Jon Smirl
 jonsm...@gmail.com
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread devendra.aaru
On Tue, Jan 17, 2012 at 9:09 PM, jonsm...@gmail.com jonsm...@gmail.comwrote:

 On Tue, Jan 17, 2012 at 10:37 AM, devendra.aaru devendra.a...@gmail.com
 wrote:
 
 
  On Tue, Jan 17, 2012 at 9:04 PM, jonsm...@gmail.com jonsm...@gmail.com
  wrote:
 
  I'm mounting the root file system via NFS. How can I stop the eth0
  entry from getting added to /etc/config/network every time I build?
 
  openwrt/packages/basefiles/files/etc/config/network ??

 editing  package/base-files/files/etc/config/network does it.
 I thought it was being generated by the build system.

 hmm, got your problem solved ? :)


 
  this file remove your eth0 entry :) . and try it.
 
  Devendra.
 
  --
  Jon Smirl
  jonsm...@gmail.com
  ___
  openwrt-devel mailing list
  openwrt-devel@lists.openwrt.org
  https://lists.openwrt.org/mailman/listinfo/openwrt-devel
 
 



 --
 Jon Smirl
 jonsm...@gmail.com

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Wifi to 802.15.4 router project

2012-01-15 Thread devendra.aaru
On Sun, Jan 15, 2012 at 11:39 PM, jonsm...@gmail.com jonsm...@gmail.comwrote:

 First run builds the fontconfig cache.
 Second run uses the cache and seg faults.
 I delete it, and program runs again.

 The gdb data from the segfault is useless since the seg fault is
 caused by application data getting corrupted by some other source I
 have not been able to track down.

 I have tried varying the releases of Cairo, FontConfig and Freetype
 over multiple versions. Every combination I have tried fails.

 ---
 root@OpenWrt:~/examples# lua cairo_test4oo.lua
 root@OpenWrt:~/examples# lua cairo_test4oo.lua

valgrind lua cairo test4oo.lua?? :)

 Segmentation fault

atleast you will get some inputs by running valgrind .

 root@OpenWrt:~/examples# rm -rf /usr/share/fontconfig/cache
 root@OpenWrt:~/examples# lua cairo_test4oo.lua
 root@OpenWrt:~/examples#
 -
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 jds-14
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 Segmentation fault
 root@OpenWrt:~/examples# rm -rf /usr/share/fontconfig/cache
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 jds-14
 root@OpenWrt:~/examples#


 --
 Jon Smirl
 jonsm...@gmail.com
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

devendra.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Wifi to 802.15.4 router project

2012-01-15 Thread devendra.aaru
On Mon, Jan 16, 2012 at 12:11 AM, devendra.aaru devendra.a...@gmail.comwrote:



 On Sun, Jan 15, 2012 at 11:39 PM, jonsm...@gmail.com 
 jonsm...@gmail.comwrote:

 First run builds the fontconfig cache.
 Second run uses the cache and seg faults.
 I delete it, and program runs again.

 The gdb data from the segfault is useless since the seg fault is
 caused by application data getting corrupted by some other source I
 have not been able to track down.

 I have tried varying the releases of Cairo, FontConfig and Freetype
 over multiple versions. Every combination I have tried fails.

 ---
 root@OpenWrt:~/examples# lua cairo_test4oo.lua
 root@OpenWrt:~/examples# lua cairo_test4oo.lua

 valgrind lua cairo test4oo.lua?? :)

 Segmentation fault

 atleast you will get some inputs by running valgrind .

 root@OpenWrt:~/examples# rm -rf /usr/share/fontconfig/cache
 root@OpenWrt:~/examples# lua cairo_test4oo.lua
 root@OpenWrt:~/examples#
 -
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 jds-14
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 Segmentation fault
 root@OpenWrt:~/examples# rm -rf /usr/share/fontconfig/cache
 root@OpenWrt:~/examples# cairo
 jds-1
 jds-2
 jds-3
 jds-4
 jds-5
 jds-6
 jds-7
 jds-8
 jds-9
 jds-10
 jds-11
 jds-12
 jds-13
 jds-14
 root@OpenWrt:~/examples#


 --
 Jon Smirl
 jonsm...@gmail.com
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

 devendra.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] package query?

2011-08-09 Thread devendra.aaru
hello,


anyone know that there is a support to the backtrace function (in c
language) is present in openwrt ?

i am getting some compiler errors saying that execinfo.h not found. (in our
linux box it will be under /usr/include/).
i searched in staging_dir/i386/usr/include but not found any file of name
execinfo.h.

thanks,
dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Add patch to 2.6.35.7 kernel to support the SR9600 usbtonet cards

2011-04-29 Thread devendra.aaru
On Thu, Apr 28, 2011 at 1:02 PM, devendra.aaru devendra.a...@gmail.comwrote:

 Hello,

  Here's a patch for 2.6.35.7 kernel (vanilla one) to support SR9600
 usbtonet cards.
  anyone interested?

 dev.

Hello,
 sorry the patch works for other kernels too. with little modifications in
the structure of usb_device_ids,
 As this patch provides a support to the device when ever its plugged in.

dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Add patch to 2.6.35.7 kernel to support the SR9600 usbtonet cards

2011-04-28 Thread devendra.aaru
Hello,

 Here's a patch for 2.6.35.7 kernel (vanilla one) to support SR9600 usbtonet
cards.
 anyone interested?

dev.
--- drivers/net/usb/dm9601.c	2011-04-28 18:29:37.0 -0400
+++ drivers/net/usb/dm9601.c.	2011-04-28 18:29:57.0 -0400
@@ -654,6 +654,10 @@ static const struct usb_device_id produc
 	 USB_DEVICE(0x0a46, 0x9000),	/* DM9000E */
 	 .driver_info = (unsigned long)dm9601_info,
 	 },
+	{
+	 USB_DEVICE(0x0fe6, 0x9700),	/* SR9600 */
+	 .driver_info = (unsigned long)dm9601_info,
+	},
 	{},			// END
 };
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Real time Linux to openwrt

2011-04-21 Thread devendra.aaru
Hello,

is there any support of Real time linux on openwrt


dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] CAN interface module for the PEAK CAN systems HARDWARE

2011-03-29 Thread devendra.aaru
Hello everybody,

 I compiled successfully the PEAK CAN interface module for the PCEngines
ALIX board.
 I got the linux sources from the PEAK CAN developer website.
 I tested them using the PEAK CAN software.
 Any one interested adding this to the openwrt tree.

 dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Board Support for Samsung S3c2510a

2011-03-01 Thread devendra.aaru
Hello everybody,


  Is there any support of OpenWRT for samsung S3c2510a.

  regards,

  dev.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-01 Thread devendra.aaru
hello,

you can do this by
touch package/your-package-name/Makefile

and compile openwrt which ensures that your-package-name compiles.

or you can delete whole build_dir and compile again which also the same.

regards,
dev.

On Wed, Mar 2, 2011 at 6:47 AM, Daniel A. Nagy nagyd...@epointsystem.orgwrote:

 Hello,

 I am wondering how to make sure that a re-compilation of a released
 (tagged)
 OpenWrt distribution from svn would result in compiling the same packages
 that
 come from feeds, as feeds.conf.default points to repositories that are in
 flux,
 not to tagged releases?

 Thanks in advance!

 --
 Daniel


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] OpenWRT image linker error when trying to link it to an application

2011-02-16 Thread devendra.aaru
Hi,

The openwrt uimage is compiled for samsung S3C24xx MCU will be suitable for
the samsung processor only.
which means the uimage is cross compiled for the samsung board and if u use
a ld tool it can't recognize the format.
if u want to see the ld on the uimage use the cross tools which are located
in staging_dir of the trunk u got.

thanks,
dev.

On Thu, Feb 17, 2011 at 1:46 AM, Madhavi Manchala
madhavi.li...@gmail.comwrote:

 Dear All,

 I build a OpenWRT image for Samsung S3C24XX MCU from trunk. After
 getting final OpenWRT image (which is a 6-UIMAGE file type), I tried
 to link it my application through a linker script. Then, I am getting
 the error from ld from Cygwin.

 file not recognized: File format not recognized
 collect2: ld returned 1 exit status.

 I think, the UIMAGE format is not recognized by the ld command. So, If
 I want to link the final OpenWRT image into my application through a
 linker, how can I build the OpenWRT image and where can I need to
 modify (where in the makefile)? I want to link the build OpenWRT image
 into my application through a linker. How can I do this?

 Any idea / hints greatly helps me and would be appreciated.

 Thanks and Regards,
 Madhavi M.
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Supporting a new brcm63xx board

2011-02-09 Thread devendra.aaru
Hi,

u can use the kernel that is downloaded when u have done make (but u need to
see the arch specific code as florian said).
goto arch/mips/bcm63xx/

here the board specific code will be present.
u can go through the code and change it according to ur board and make a
patch and place it in target/linux/brcm63xx/patches/
and add the patch names to the series file there in that directory and
delete the compiled kernel in build_dir/target-linux/linux* or
build_dir/linux-x86-generic/linux*

and type make to compile ur kernel with what ever changes u made to the
board specific code.

thanks,
dev.

On Wed, Feb 9, 2011 at 9:49 PM, Marco Antonio Mauro marcu...@gmail.comwrote:

 On Tue, Feb 8, 2011 at 3:54 PM, Florian Fainelli flor...@openwrt.org
 wrote:
  You basically need to adapt arch/mips/bcm63xx/boards/board_bcm963xx.c and
 add
  a specific definition for your board, that is:
 
  - describing the expected CPU type it will be found running on
  - external peripherals which are present on it (ethernet, GPIOs, LEDs
 ...)

 I'm sorry but I don't think I understood how to do it correctly
 What kernel version should I use as base?
 Should I use the one downloaded through the make process?
 Do I have to follow a special procedure?
 It's the first time for me :| sorry to bother you all

 --
 Marcus905
 GPG pubkey:
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x1FC0ECC932FE5FAC
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel