[13:16] <CIA-17> nico * r4551 /branches/buildroot-ng/openwrt/ (include/kernel-build.mk include/kernel.mk rules.mk): fix uml-2.6 (closes: #678)
[18:22] <CIA-17> mbm * r4552 /branches/buildroot-ng/openwrt/target/Config.in: mark 63xx as broken until the platform is ready
[21:03] <common> http://phpfi.com/139207 I used the mtd patch from openixp, who wants to point me somewhere?
[21:05] <common> nbd [mbm]?
[21:06] <[mbm]> ?
[21:06] <[mbm]> looks like you have some jffs2 issues to work out in that pase
[21:08] <common> yes
[21:09] <common> but i dont know what to do
[21:09] <[mbm]> well, for one your "OpenIXP" (jffs2 partition) isn't aligned to an erasesize boundary
[21:10] <[mbm]> also looks like the jffs2 formatting was done with the wrong block size (which should be erasesize again)
[21:11] <common> used this patch http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/linux/linux-2.6/wrv54g/patches/wrv54g/040-gtwx5715-mtd-parts.patch
[21:12] <[mbm]> that really doesn't address the two issues I just pointed out
[21:13] <[mbm]> and honestly I think you're better off using the redboot partition table (which is exactly what that patch removes)
[21:13] <common> the device uses openrg
[21:14] <[mbm]> never heard of it
[21:15] <common> nbd knows about it
[21:15] <common> linksys wrv54g as hardware
[21:16] Action: nbd will try to make a new patch that doesn't remove redboot partition handling
[21:16] Action: [mbm] wonders why the x86 builds try to compile mtd
[21:17] <common> nbd
[21:17] <common> but whats wrong with that?
[21:17] <common> i know one should keep redboot alive
[21:18] <common> but i don't need it and thought if i patch it to recognize the partition table, it would work
[21:25] <CIA-17> mbm * r4553 /branches/buildroot-ng/openwrt/ (5 files in 3 dirs): add secret option to use host's toolchain when native compiling
[21:37] <nbd> common: i haven't tried these patches yet
[21:38] <nbd> common: so i can't comment until i actually work on that stuff myself
[22:27] <common> nbd: my fault
[22:27] <common> ../staging_dir_armeb/bin/wrv-bin /share/hda4/openixp/build_armeb/linux-2.6-wrv54g/zLoader ../build_armeb/linux/arch/arm/boot/zImage openwrt-xscale-2.6-jffs2-128k.img openwrt-wrv54g-2.6-jffs2.bin
[22:28] <common> worked
[22:28] <common> its up & running
[22:29] <[mbm]> so you tried to patch the system before you even checked if it worked?
[22:29] <common> no
[22:29] <common> it did not work with redboot
[22:29] <common> i patched
[22:29] <common> and as creating the image itself is not done by buildroot, i did it myself, and there was the mistake
[22:29] <[mbm]> ah
[22:30] <common> i copied a bad line from my bash history
[22:30] <common> its up
[22:30] <common> Linux OpenWrt 2.6.17 #1 Thu Aug 10 20:42:33 CEST 2006 armv5teb unknown
[22:32] <common> if you add
[22:32] <common> http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/utils/src/wrv-bin.c
[22:32] <[mbm]> if there's a patch just submit it as a ticket
[22:33] <common> i can add the utils, but
[22:33] <common> http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/linux/image/wrv54g/kernel-loader/files/loader.S
[22:34] <common> no idea about that file
[22:34] <[mbm]> that second one should be already handled by the openwrt loader
[22:35] <common> it comple to zImage
[22:35] <common> no
[22:35] <common> zLoader
[22:36] <common> and is required by wrv-bin to create the image
[22:36] <common> as i had no idea where to add it, i took the compiled from my openixp buildroot
[22:47] <common> now
[22:47] <common> the atheros card does not work ...
[22:47] <common> wifi%d: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)
[22:48] <[mbm]> means that the atheros isn't a pci device
[22:48] <common> http://madwifi.org/ticket/370
[22:48] <[mbm]> in which case you're screwed until madwifi releases the soc hals
[22:49] <common> the atheros card is a minipci card
[22:49] <[mbm]> which chipset?
[22:51] <common> atheros
[22:51] <common> the latest gigabyte
[22:52] <common> AR5006XS
[22:52] <common> hrm
[22:52] <common> i can flash it
[22:52] <common> reboot on openrg
[22:52] <common> and it boots, turning it off it can't boot a kernel
[23:44] <CIA-17> florian * r4554 /packages/net/tor/ (. Config.in Makefile ipkg/): Port tor to -ng
[23:46] <CIA-17> florian * r4555 /packages/net/udp-broadcast-relay/ (. Config.in Makefile ipkg/): Port udp-broadcast-relay to -ng
[23:48] <CIA-17> florian * r4556 /packages/net/ttcp/ (. Config.in Makefile ipkg/): Port ttcp to -ng
[00:00] --- Fri Aug 11 2006
[18:22] <CIA-17> mbm * r4552 /branches/buildroot-ng/openwrt/target/Config.in: mark 63xx as broken until the platform is ready
[21:03] <common> http://phpfi.com/139207 I used the mtd patch from openixp, who wants to point me somewhere?
[21:05] <common> nbd [mbm]?
[21:06] <[mbm]> ?
[21:06] <[mbm]> looks like you have some jffs2 issues to work out in that pase
[21:08] <common> yes
[21:09] <common> but i dont know what to do
[21:09] <[mbm]> well, for one your "OpenIXP" (jffs2 partition) isn't aligned to an erasesize boundary
[21:10] <[mbm]> also looks like the jffs2 formatting was done with the wrong block size (which should be erasesize again)
[21:11] <common> used this patch http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/linux/linux-2.6/wrv54g/patches/wrv54g/040-gtwx5715-mtd-parts.patch
[21:12] <[mbm]> that really doesn't address the two issues I just pointed out
[21:13] <[mbm]> and honestly I think you're better off using the redboot partition table (which is exactly what that patch removes)
[21:13] <common> the device uses openrg
[21:14] <[mbm]> never heard of it
[21:15] <common> nbd knows about it
[21:15] <common> linksys wrv54g as hardware
[21:16] Action: nbd will try to make a new patch that doesn't remove redboot partition handling
[21:16] Action: [mbm] wonders why the x86 builds try to compile mtd
[21:17] <common> nbd
[21:17] <common> but whats wrong with that?
[21:17] <common> i know one should keep redboot alive
[21:18] <common> but i don't need it and thought if i patch it to recognize the partition table, it would work
[21:25] <CIA-17> mbm * r4553 /branches/buildroot-ng/openwrt/ (5 files in 3 dirs): add secret option to use host's toolchain when native compiling
[21:37] <nbd> common: i haven't tried these patches yet
[21:38] <nbd> common: so i can't comment until i actually work on that stuff myself
[22:27] <common> nbd: my fault
[22:27] <common> ../staging_dir_armeb/bin/wrv-bin /share/hda4/openixp/build_armeb/linux-2.6-wrv54g/zLoader ../build_armeb/linux/arch/arm/boot/zImage openwrt-xscale-2.6-jffs2-128k.img openwrt-wrv54g-2.6-jffs2.bin
[22:28] <common> worked
[22:28] <common> its up & running
[22:29] <[mbm]> so you tried to patch the system before you even checked if it worked?
[22:29] <common> no
[22:29] <common> it did not work with redboot
[22:29] <common> i patched
[22:29] <common> and as creating the image itself is not done by buildroot, i did it myself, and there was the mistake
[22:29] <[mbm]> ah
[22:30] <common> i copied a bad line from my bash history
[22:30] <common> its up
[22:30] <common> Linux OpenWrt 2.6.17 #1 Thu Aug 10 20:42:33 CEST 2006 armv5teb unknown
[22:32] <common> if you add
[22:32] <common> http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/utils/src/wrv-bin.c
[22:32] <[mbm]> if there's a patch just submit it as a ticket
[22:33] <common> i can add the utils, but
[22:33] <common> http://openixp.devel.phj.hu/cgi-bin/trac.cgi/browser/target/linux/image/wrv54g/kernel-loader/files/loader.S
[22:34] <common> no idea about that file
[22:34] <[mbm]> that second one should be already handled by the openwrt loader
[22:35] <common> it comple to zImage
[22:35] <common> no
[22:35] <common> zLoader
[22:36] <common> and is required by wrv-bin to create the image
[22:36] <common> as i had no idea where to add it, i took the compiled from my openixp buildroot
[22:47] <common> now
[22:47] <common> the atheros card does not work ...
[22:47] <common> wifi%d: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)
[22:48] <[mbm]> means that the atheros isn't a pci device
[22:48] <common> http://madwifi.org/ticket/370
[22:48] <[mbm]> in which case you're screwed until madwifi releases the soc hals
[22:49] <common> the atheros card is a minipci card
[22:49] <[mbm]> which chipset?
[22:51] <common> atheros
[22:51] <common> the latest gigabyte
[22:52] <common> AR5006XS
[22:52] <common> hrm
[22:52] <common> i can flash it
[22:52] <common> reboot on openrg
[22:52] <common> and it boots, turning it off it can't boot a kernel
[23:44] <CIA-17> florian * r4554 /packages/net/tor/ (. Config.in Makefile ipkg/): Port tor to -ng
[23:46] <CIA-17> florian * r4555 /packages/net/udp-broadcast-relay/ (. Config.in Makefile ipkg/): Port udp-broadcast-relay to -ng
[23:48] <CIA-17> florian * r4556 /packages/net/ttcp/ (. Config.in Makefile ipkg/): Port ttcp to -ng
[00:00] --- Fri Aug 11 2006