Re: [OpenWrt-Devel] About the ramdisk image generated by openWRT

2008-12-18 Thread RHS Linux User
Hi, So exactly what do I have to do? Can I just load it into memory by whatever means (my debugger) and just start it? Does the file relocate itself once started? GOTTA get this working!! Sounds VERY useful :). warm regards, John On Thu, 18 Dec 2008, Stephen Gutknecht (hilltx)

[OpenWrt-Devel] [Patch] update lcd4linux

2008-12-18 Thread michu
update lcd4linux to bleeding edge version. contains important fixes and supports more displays Signed-off-by: Michael Vogt --- Index: feeds/packages/utils/lcd4linux/Config.in === --- feeds/packages/utils/lcd4linux/Config.in (rev

Re: [OpenWrt-Devel] About the ramdisk image generated by openWRT

2008-12-18 Thread Stephen Gutknecht (hilltx)
Yes, I have used it with u-boot to perform a tftp boot of OpenWRT without touching the flash memory of a router. Example on the OpenWRT forum: http://forum.openwrt.org/viewtopic.php?id=17975 Really ideal way to test experimental builds. Stephen On Thu, Dec 18, 2008 at 7:23 AM, mike xu wrote

[OpenWrt-Devel] About the ramdisk image generated by openWRT

2008-12-18 Thread mike xu
Hi All, Could somebody explain to me that the purpose of setting the target to ramdisk in openWRT? Target Images ---> [*] ramdisk Does the final image contains both of the kernel image and ramdisk rootfs ? Best regards & Thanks ! Mike ___ openwrt-de

Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-18 Thread RHS Linux User
Hi All, A good idea IMHO. Small boot up means more stuff in removeable memory means MUCH easier to try new versions. If we have a small simple bootup all the "heavy" stuff could be on one plug-in memory or better two. One for known good stuff and one for stuff being tested. Just my 2 cen