On Monday 22 March 2010 01:54:28 Pawel Pastuszak wrote:
> Thanks for pointing me to the thread after reading the thread about
> "Compiling outside of buildroot" I was able to make and image.
>
> But now the problem that i am having is that the image is not booting
> the ramdisk which is an ext2 it
Hi,
did anybody review it? Any comments? If not, maybe merge it to main line?
Darius.
On 03/17/2010 11:39 AM, Darius Augulis wrote:
Hi all,
we have developed new board WBD222. It is very similar to WBD111 and is
based on SL3512 CPU. New board has two ethernet interfaces, two
mini-PCI, one S
Le Sat, 20 Mar 2010 12:20:50 +0100,
Florian Fainelli a écrit :
> Hi Raphaël,
>
> Le vendredi 5 mars 2010 17:37:15, Raphaël HUCK a écrit :
> > Hi,
> >
> > this patch fixes package/Makefile.
>
> You add /usr/lib/ebtables, should not you also add /usr/lib/iptables?
Hi Florian,
yes it's a good i
On Fri, 2010-03-19 at 16:56 +0100, Joerg Albert wrote:
> I looked closer at the PCB and it turned out that we have a voltage
> divider with two 5.6 kOhm to V_3_3 and GND (R613, R614) and a
> capacitor C496 (!) towards the CPU. The signal at the CPU looked fine
> for a 2.5V TTL.
> The voltage drift
On Fri, 2010-03-19 at 22:37 +0100, Kövesdi György wrote:
> Hi,
>
> At last i could create symbolic backtrace (attached).
>
> The hardware is an Asus WL500GP-V2, a 160 Gb HD (on USB), a UVC webcam
> (Logitech Quickcam Sphere).
> The commandline is:
> mjpg-streamer -i "input_uvc.so -f 25 -r 320x24
> So please do not hesitate to submit patches in the future, it should be
> quite a bit more pleasurable than it may have been previously.
Definitely. I wasn't so much complaining as rejoicing at the fact that
patch submission seems to be working now. As Emacs maintainer, I know
full well that i
> Where is the output of mjpg-streamer written to? It looks like it is
> using ram disk or (slow) flash memory. Make sure it is on the hard disk.
Sorry, i forgot to mention that there is a link:
/data -> /mnt/xxx/
which point to the HD.
> What is the rate of data being written? If, for some reason
On Mon, 2010-03-22 at 15:30 +0100, Kövesdi György wrote:
> > Where is the output of mjpg-streamer written to? It looks like it is
> > using ram disk or (slow) flash memory. Make sure it is on the hard disk.
> Sorry, i forgot to mention that there is a link:
> /data -> /mnt/xxx/
> which point to the
Hi,
this patch adds a package for yaddns:
http://sourceforge.net/projects/yaddns/
Yaddns is a small ddns client with multiple ddns server supports
(dyndns, ...) and a high flexibility. Yaddns is particularly
appropriate for embedded systems.
-Raphaeldiff -pruN net.orig/yaddns/Makefile net/yadd
> I've never needed to really get into the startup scripts much but now
> I need to try and understand how the mini_fo union gets set up so I'm
> trying to learn the startup scripts like preinit.
When I ad to fiddle with this part of the code, I'd add some
echo blabla >>/tmp/mydebug
in those s
My first patch to openwrt, so I hope I got everything right.
It adds libowfat (http://www.fefe.de/libowfat/) to OpenWRT and closes
therefore (if accepted) https://dev.openwrt.org/ticket/6908.
Libowfat is a library that implements various C APIs suggested by D.J.
Bernstein.
Also see http://cr.yp.
I would have to say that my address are setup correctly why would move
the toolchain out of the my build would change the Ramdisk?
This is the follow steps i took to see what was wrong
Note: External Toolchain is the openwrt toolchain moved outside.
1) Using External Toolchain, make kernel and r
On Sat, Mar 20, 2010 at 01:38:58PM +0100, Matthias Buecher / Germany wrote:
> Is the script set to executable (+x) in the image?
> This is typical for scripts that are presebt but not running, and often
> overlooked.
Scripts in /lib/firstboot are not executable as they are sourced and
not executed
On Sat, Mar 20, 2010 at 06:14:08PM +0100, Jo-Philipp Wich wrote:
> I think the real issue is that the preinit hook used by the fix script
> is not executed on jffs2-only images.
Exactly, this script is added to the switch2jffs hooks which aren't
executed on a pure jffs2 image.
It seems there are
Hi Pawel,
Did you check that all libraries required to boot the system are present ?
When using an external toolchain, you have to tell the build system
where the base libraries (libc, libgcc, libpthread...) are to be found,
check your ".config" file. You can also check in
"build_dir/target-*/roo
This patch allows ez-ipupdate to use the default server for the specified DDNS
service type when no server hostname is supplied by the user.
In detail:
The default config file supplied in the ez-ipupdate package does not include a
"server" line, and ez-ipupdate itself does not require an explici
On 03/22/2010 10:58 AM, Bas Mevissen wrote:
> On Fri, 2010-03-19 at 16:56 +0100, Joerg Albert wrote:
>> I looked closer at the PCB and it turned out that we have a voltage
>> divider with two 5.6 kOhm to V_3_3 and GND (R613, R614) and a
>> capacitor C496 (!) towards the CPU. The signal at the CPU l
Hi,
On a Meraki mini, Atheros ar2315 SOC
I am trying take over the serial port as in:
minicom -s [/dev/ttyS0]. Lock file gets made OK.
I notice there are MANY serial port related entries
in System.map (serial, tty, uart, etc.) And several /dev entries.
I have yet to figure out
You probably need to comment out the console entries for the serial
port(s) in /etc/inittab and then try again. That should free up the
port for use with minicom (or any other serial app).
You have to reboot to have the change take effect, unless you customize
your busybox (compile your own image
Hi Nico,
I compered the lib's between the two images and the both match, I am
still run different theories of mine why it couldn't boot. for now
here is my config settings
Is there any guide on what need to happen when complie using and
external toolchain?
CONFIG_TARGET_NAME="powerpc-openwrt-lin
Added r20376, next time a patch attached to a ticket will suffice.
Travis
On Mon, Mar 22, 2010 at 1:24 PM, Oliver Ripka wrote:
> My first patch to openwrt, so I hope I got everything right.
>
> It adds libowfat (http://www.fefe.de/libowfat/) to OpenWRT and closes
> therefore (if accepted) https:
Hello,
I am trying to compile the clamav package for kamikaze x86. The compile
process is stripping the binaries - "rstrip.sh:
/home/vsawant/Documents/projects/routers/openwrtsrc/build_dir/target-i386_uClibc-0.9.30.1/clamav-0.95.3/ipkg-x86/clamav/usr/sbin/clamscan:executable".
How to disable the s
Hi Vipul,
There is a "Binary stripping method" option under "Global build
settings" where you can choose how binaries should be stripped (or not).
Cheers,
--
-{Nico}
On 23/03/10 03:59, Vipul M Sawant wrote:
> Hello,
>
> I am trying to compile the clamav package for kamikaze x86. The
> compile p
Hi Nico,
Yes, it worked :). Thanks a lot.
- Vipul
On Tue, Mar 23, 2010 at 8:34 AM, Nico wrote:
> Hi Vipul,
>
> There is a "Binary stripping method" option under "Global build
> settings" where you can choose how binaries should be stripped (or not).
>
> Cheers,
> --
> -{Nico}
>
>
> On 23/03/10
Hi,
The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.
Signed-off-by: Benjamin Cama
Index: package/block-extroot/Makefile
===
--- p
On Sun, 2010-03-21 at 20:41 -0400, Brian Hutchinson wrote:
> Hi,
>
> I've never needed to really get into the startup scripts much but now
> I need to try and understand how the mini_fo union gets set up so I'm
> trying to learn the startup scripts like preinit.
>
> I'm using a Pronghorn SBC (ixp
On Mon, 2010-03-22 at 12:24 -0400, Stefan Monnier wrote:
> Another option might be to send that debug output to the network as is
> done in preinit_net_echo and "read" it via tcpdump.
You can also use socat to receive the udp broadcasts without exiting
after the first one.
--
And that's my crab
27 matches
Mail list logo