Re: [OpenWrt-Devel] preliminary 2.6.29 patches

2009-01-26 Thread Alexandros C. Couloumbis
>Would you mind documenting the process you used to get the build
>system to use a not stable kernel?
>
>Because it is an RC release, was it enough to just change the
>LINUX_VERSION in the appropriate makefile?

LINUX_VERSION is what needs to be updated on the 
target/linux/platform/Makefile. in this case =2.6.29-rc2

--alex 

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] preliminary 2.6.29 patches

2009-01-26 Thread Warren Turkal
Would you mind documenting the process you used to get the build
system to use a not stable kernel?

Because it is an RC release, was it enough to just change the
LINUX_VERSION in the appropriate makefile?

Thanks,
wt

On Mon, Jan 26, 2009 at 12:16 PM, Alexandros C. Couloumbis  wrote:
> I have converted some 2.6.28 patches to apply against a linux-2.6.29-rc2
> kernel. this is not a complete work as a few things still do not work
> but it does produce a bootable openwrt 2.6.29-rc2 system on an rb532
> device. you can find these patches here:
> http://wifi.ozo.com/airo/openwrt/source/2.6.29/
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Resume work on Asus WL500g2 (LP-PHY)

2009-01-26 Thread Michael Buesch
I just want to note that I resumed work on the WL500gV2, which
has a b43 based LP-PHY wireless device.
I cannot make any guarantees or timelines, just that it's done when it's done.
I'll first look into making the serial port work.

-- 
Greetings, Michael.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] preliminary 2.6.29 patches

2009-01-26 Thread Alexandros C. Couloumbis
I have converted some 2.6.28 patches to apply against a linux-2.6.29-rc2
kernel. this is not a complete work as a few things still do not work
but it does produce a bootable openwrt 2.6.29-rc2 system on an rb532
device. you can find these patches here:
http://wifi.ozo.com/airo/openwrt/source/2.6.29/
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Luigi 'Comio' Mantellini
Thanks Nico,

I will integrate asap on my experimental tree. I noticed a mistake 

row 262:

+  ifndef ($(CONFIG_NATIVE_TOOLCHAIN),)

should be:

+  ifneq ($(CONFIG_NATIVE_TOOLCHAIN),)


Anyway, it should be great if a toolchain prepared using OpenWRT can be 
exported to others developers.

I know that I ask for a lot of things... but I just want to share my ideas.

Thanks again and best regards,

luigi



On Monday 26 January 2009 18:36:32 Nico wrote:
> Hi Luigi,
>
> I have a patch [1] for external toolchains support, it will allow you to
> select your target name (powerpc-unknow-linux-gnu), toolchain commands
> prefix, toolchain binaries & libraries path (for toolchains installed in
> unusual locations and needing custom PATH & LD_LIBRARY_PATH).
>
> Let me know if it works for you :)
>
> 1.
> http://nico-and-co.net/void/patches/openwrt-r14204-external_toolchain.patch
>
> --
> Nico
>
> Luigi 'Comio' Mantellini wrote:
> > Hi ML,
> >
> > I need your help to understand the actual status of external toolchain
> > support.
> >
> > In my environment, there are a lot of developers that works on an
> > building environment openwrt-based. Openwrt is a good choice to manage my
> > builds and : I am happy to have chosen one year ago.
> >
> > The big problem that I observed is that OpenWRT doesn't support in a
> > clean-way the external toolchains. the NATIVE_TOOLCHAIN option seems to
> > not resolve my problems because it disables CROSS_COMPILE defines and I
> > don't like the openwrt behaviour when this option is enabled.
> >
> > I want understand if are there anybody that shares my observation (or I'm
> > not able to use native_toolchain in best way) and if a work on this topic
> > can be appreciated by community.
> >
> > Kindly, give me any suggestion or opinion in order to understand what is
> > needed to do and what I can do.
> >
> > thanks in advance,
> >
> >
> >
> >
> > luigi
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

-- 
Luigi Mantellini
R&D - Software
Industrie Dial Face S.p.A.
Via Canzo, 4
20068 Peschiera Borromeo (MI), Italy
Tel.:  +39 02 5167 2813
Fax:   +39 02 5167 2459
Email: luigi.mantell...@idf-hit.com

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Nico
Hi Luigi,

I have a patch [1] for external toolchains support, it will allow you to
select your target name (powerpc-unknow-linux-gnu), toolchain commands
prefix, toolchain binaries & libraries path (for toolchains installed in
unusual locations and needing custom PATH & LD_LIBRARY_PATH).

Let me know if it works for you :)

1.
http://nico-and-co.net/void/patches/openwrt-r14204-external_toolchain.patch

--
Nico



Luigi 'Comio' Mantellini wrote:
> Hi ML,
>
> I need your help to understand the actual status of external toolchain 
> support.
>
> In my environment, there are a lot of developers that works on an building 
> environment openwrt-based. Openwrt is a good choice to manage my builds and : 
> I am happy to have chosen one year ago.
>
> The big problem that I observed is that OpenWRT doesn't support in a 
> clean-way 
> the external toolchains. the NATIVE_TOOLCHAIN option seems to not resolve my 
> problems because it disables CROSS_COMPILE defines and I don't like the 
> openwrt 
> behaviour when this option is enabled.
>
> I want understand if are there anybody that shares my observation (or I'm not 
> able to use native_toolchain in best way) and if a work on this topic can be 
> appreciated by community.
>
> Kindly, give me any suggestion or opinion in order to understand what is 
> needed to do and what I can do.
>
> thanks in advance,
>
>
>
>
> luigi
>
>
>   

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Benjamin Henrion
On Mon, Jan 26, 2009 at 6:23 PM, Luigi 'Comio' Mantellini
 wrote:
> Hi ML,
>
> I need your help to understand the actual status of external toolchain
> support.
>
> In my environment, there are a lot of developers that works on an building
> environment openwrt-based. Openwrt is a good choice to manage my builds and :
> I am happy to have chosen one year ago.
>
> The big problem that I observed is that OpenWRT doesn't support in a clean-way
> the external toolchains. the NATIVE_TOOLCHAIN option seems to not resolve my
> problems because it disables CROSS_COMPILE defines and I don't like the 
> openwrt
> behaviour when this option is enabled.
>
> I want understand if are there anybody that shares my observation (or I'm not
> able to use native_toolchain in best way) and if a work on this topic can be
> appreciated by community.
>
> Kindly, give me any suggestion or opinion in order to understand what is
> needed to do and what I can do.

We had an OpenWrt workshop this week-end in Brussels, and Nico of
Openwrt said that support for external toolchains are on the way.

Nico, can you tell us more?

--
Benjamin Henrion 
FFII Brussels - +32-484-566109 - +32-2-4148403
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Luigi 'Comio' Mantellini
Hi ML,

I need your help to understand the actual status of external toolchain 
support.

In my environment, there are a lot of developers that works on an building 
environment openwrt-based. Openwrt is a good choice to manage my builds and : 
I am happy to have chosen one year ago.

The big problem that I observed is that OpenWRT doesn't support in a clean-way 
the external toolchains. the NATIVE_TOOLCHAIN option seems to not resolve my 
problems because it disables CROSS_COMPILE defines and I don't like the openwrt 
behaviour when this option is enabled.

I want understand if are there anybody that shares my observation (or I'm not 
able to use native_toolchain in best way) and if a work on this topic can be 
appreciated by community.

Kindly, give me any suggestion or opinion in order to understand what is 
needed to do and what I can do.

thanks in advance,




luigi


-- 
Luigi Mantellini
R&D - Software
Industrie Dial Face S.p.A.
Via Canzo, 4
20068 Peschiera Borromeo (MI), Italy
Tel.:  +39 02 5167 2813
Fax:   +39 02 5167 2459
Email: luigi.mantell...@idf-hit.com

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] rebooting from a kernel on external storage

2009-01-26 Thread Brian J. Murrell
On Mon, 2009-01-26 at 10:08 +0100, Harald Schiöberg wrote:
> 
> it is the very image that ends up in ${TOPDIR}/bin/openwrt-avila-zImage

Hrm.  My ${TOPDIR}/bin contains:

-rw-r--r-- 1 brian brian 1024 2009-01-23 03:38 md5sums
-rw-r--r-- 1 brian brian  1654563 2009-01-23 03:38 
openwrt-brcm47xx-rootfs.cpio.gz
-rw-r--r-- 1 brian brian  2297856 2009-01-23 03:38 openwrt-brcm47xx-squashfs.trx
-rw-r--r-- 1 brian brian 52758341 2009-01-23 03:47 
OpenWrt-SDK-brcm47xx-for-Linux-i686.tar.bz2
-rw-r--r-- 1 brian brian  2297884 2009-01-23 03:38 openwrt-usr5461-squashfs.bin
-rw-r--r-- 1 brian brian  2297864 2009-01-23 03:38 openwrt-wa840g-squashfs.bin
-rw-r--r-- 1 brian brian  2297864 2009-01-23 03:38 openwrt-we800g-squashfs.bin
-rw-r--r-- 1 brian brian  2428928 2009-01-23 03:38 openwrt-wgt634u-squashfs.bin
-rw-r--r-- 1 brian brian  2297864 2009-01-23 03:38 openwrt-wr850g-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 openwrt-wrt150n-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 
openwrt-wrt300n_v1-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 
openwrt-wrt350n_v1-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 
openwrt-wrt54g3g-em-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 openwrt-wrt54g3g-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 openwrt-wrt54g-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 openwrt-wrt54gs-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 
openwrt-wrt54gs_v4-squashfs.bin
-rw-r--r-- 1 brian brian  2297888 2009-01-23 03:38 
openwrt-wrtsl54gs-squashfs.bin
drwxr-xr-x 3 brian brian 4096 2009-01-22 14:40 packages

I don't seem to have a plain old "zImage" type binary.

> I doubt that there can be nasty accidents: you can always reboot, since
> you don't touch the internal flash at all

Yes, you are right.  This is one of the main reasons I want to go this
route.

It's interesting enough in fact that I wonder if we should create a new
target specifically aimed at building a "boot loader" installation
image.

b.



signature.asc
Description: This is a digitally signed message part
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] rebooting from a kernel on external storage

2009-01-26 Thread Harald Schiöberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brian J. Murrell wrote:
> On Wed, 2009-01-21 at 17:46 +0100, Harald Schiöberg wrote:
>> here is the script we use to boot an Openwrt from a running Openwrt.
> 
> Thanx!
> 
>> Make sure to have kexec-tools installed
> 
> Indeed.
> 
>> kexec -l /mnt/openwrt-avila-zImage --append="rtc-ds1672.probe=0,0x68
>> root=$1 rootfstype=ext2 noinitrd console=ttyS0,115200 init=/etc/preinit"
> 
> Can I ask, just to be clear, and so there are no nasty accidents here,
> what *exactly* is /mnt/openwrt-avila-zImage?  I mean I understand it's a
> kernel, but I want to be sure in what format.  For example in my
> build_dir/linux-brcm47xx/ dir I have:
> 
> -rwxr-xr-x  1 brian brian 2596986 2009-01-23 03:38 vmlinux
> -rwxr-xr-x  1 brian brian 2602200 2009-01-23 03:38 vmlinux.elf
> -rw-r--r--  1 brian brian  778706 2009-01-23 03:38 vmlinux.lzma
> 
> Is it by chance the vmlinux.lzma image, or one of the other two, or
> something else altogether?

it is the very image that ends up in ${TOPDIR}/bin/openwrt-avila-zImage
and is usually flashed in a seperate flash partition. (on another arch
it will certainly have another name.)

I doubt that there can be nasty accidents: you can always reboot, since
you don't touch the internal flash at all

harald


- --
Harald Schiöberg
Technische Universität Berlin | T-Laboratories | FG INET
www: http://www.net.t-labs.tu-berlin.de
Phone: +49-(0)30-8353-58476 | Fax: +49-(0)391 534 783 47
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJfX16y8wrZ9OvkU0RAsFUAKDgdyREuCDj1EucBPW/XYyckkGhfQCdG/aP
SZGlKw22lqDa+dxMgDPkhsg=
=aXEO
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel