Re: RAMDISK on EP88xc

2009-07-06 Thread Mikhail Zaturenskiy
On Mon, Jul 6, 2009 at 3:18 PM, Scott Wood wrote: > Try omitting the spaces around the equal sign. AHA! Lesson learned :)  thanks Scott! That did it. ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-d

Re: RAMDISK on EP88xc

2009-07-06 Thread Scott Wood
Scott Wood wrote: Mikhail Zaturenskiy wrote: + CONFIG_BLK_DEV = y Hmm, missed this. I'm not sure why the subsequent changes didn't take effect -- what did the .config look like after sucking in the defconfig changes, but without any Kconfig changes? I reverted back all the Kconfig chan

Re: RAMDISK on EP88xc

2009-07-06 Thread Scott Wood
Mikhail Zaturenskiy wrote: + CONFIG_BLK_DEV = y Hmm, missed this. I'm not sure why the subsequent changes didn't take effect -- what did the .config look like after sucking in the defconfig changes, but without any Kconfig changes? I reverted back all the Kconfig changes and made the ch

Re: RAMDISK on EP88xc

2009-07-06 Thread Scott Wood
Mikhail Zaturenskiy wrote: in arch/powerpc/configs/ep88xc_defconfig: + CONFIG_BLK_DEV = y Hmm, missed this. I'm not sure why the subsequent changes didn't take effect -- what did the .config look like after sucking in the defconfig c

Re: RAMDISK on EP88xc

2009-07-06 Thread Scott Wood
Mikhail Zaturenskiy wrote: After doing this testing I have a side question: If I modify just arch/powerpc/configs/ep88x_defconfig, not all changes are reflected in the resulting .config when i do "make ep88x_defconfig; make uImage". I ended up having to modify arch/powerpc/Kconfig, arch/powerpc/c

Re: RAMDISK on EP88xc

2009-07-06 Thread Mikhail Zaturenskiy
>> After doing this testing I have a side question: >> If I modify just arch/powerpc/configs/ep88x_defconfig, not all changes >> are reflected in the resulting .config when i do "make >> ep88x_defconfig; make uImage". I ended up having to modify >> arch/powerpc/Kconfig, arch/powerpc/configs/ep88xc_

Re: RAMDISK on EP88xc

2009-07-06 Thread Scott Wood
Mikhail Zaturenskiy wrote: If you have time, could you bisect to see when the slowdown was introduced? -Scott Scott, I tested with kernels 2.6.28, 2.6.29 and 2.6.30 all obtained from git.kernel.org and configured the same. So, on my EP88xc board 2.6.28 and 2.6.29 work ok, 2.6.30 has the slowd

Re: RAMDISK on EP88xc

2009-07-06 Thread Mikhail Zaturenskiy
> If you have time, could you bisect to see when the slowdown was introduced? > > -Scott > Scott, I tested with kernels 2.6.28, 2.6.29 and 2.6.30 all obtained from git.kernel.org and configured the same. So, on my EP88xc board 2.6.28 and 2.6.29 work ok, 2.6.30 has the slowdown issue after loading

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
>> Frank! That worked like a charm! I downloaded linux-2.6.26 source from >> git.kernel.org, inserted the config options previously mentioned, >> compiled ok, keeping U-Boot ramdisk and my DTS same it booted right up >> and no more "slow motion" issue. > > If you have time, could you bisect to see

Re: RAMDISK on EP88xc

2009-07-02 Thread Scott Wood
Mikhail Zaturenskiy wrote: This is very interesting. I recently experienced a similar problem when upgrading from 2.6.26-rc6 to 2.6.31-rc1 (torvalds mainline kernel). I didn't had the time to figure out what was happening, so I went back to 2.6.26-rc6. Just for the test, could you try to go back

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
> This is very interesting. I recently experienced a similar problem when > upgrading from 2.6.26-rc6 to 2.6.31-rc1 (torvalds mainline kernel). > > I didn't had the time to figure out what was happening, so I went back to > 2.6.26-rc6. Just for the test, could you try to go back to 2.6.26 and see i

Re: RAMDISK on EP88xc

2009-07-02 Thread Frank Svendsbøe
On Thu, Jul 2, 2009 at 8:42 PM, Mikhail Zaturenskiy wrote: >> Just as an intermediate update on the issue, I've made progress and it >> hangs later down the line, see below: >> >> Using Embedded Planet EP88xC machi

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
> Here is what's happening: > * > RAMDISK: gzip image found at block 0 > VFS: Mounted root (ext2 filesystem) on device 1:0. > Freeing unused kernel memory: 112k init > > <4 minutes pass> > > init started: BusyBox v1.7.1 (2008-0

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
> Just as an intermediate update on the issue, I've made progress and it > hangs later down the line, see below: > > Using Embedded Planet EP88xC machine description > Linux version 2.6.30-rc2-01402-gd4e2f68-dirty

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
>> I haven't tried CONFIG_BLK_DEV or CONFIG_BLK_DEV_LOOP and am still >> playing around with the values for CONFIG_BLK_DEV_RAM_COUNT and >> CONFIG_BLK_DEV_RAM_SIZE. Strangely, the DEV_RAM defines are completely >> missing from my config so I have to put them in manually... (as >> opposed to via men

Re: RAMDISK on EP88xc

2009-07-02 Thread Gary Thomas
Mikhail Zaturenskiy wrote: > On Thu, Jul 2, 2009 at 2:10 AM, Frank > Svendsbøe wrote: >> On Wed, Jul 1, 2009 at 10:14 PM, Mikhail >> Zaturenskiy wrote: >> Hmm... according to "Kernel command line: console=ttyCPM0,9600n8 >> loglevel=7" you haven't >> specified where root is. Add root=/dev/ram to the

Re: RAMDISK on EP88xc

2009-07-02 Thread Mikhail Zaturenskiy
On Thu, Jul 2, 2009 at 2:10 AM, Frank Svendsbøe wrote: > On Wed, Jul 1, 2009 at 10:14 PM, Mikhail > Zaturenskiy wrote: > Hmm... according to "Kernel command line: console=ttyCPM0,9600n8 > loglevel=7" you haven't > specified where root is. Add root=/dev/ram to the kernel command line, > and specify

Re: RAMDISK on EP88xc

2009-07-02 Thread Frank Svendsbøe
On Wed, Jul 1, 2009 at 10:14 PM, Mikhail Zaturenskiy wrote: >> Hi Mikhail, >> Try setting CONFIG_EXT2_FS=y, then recompile your kernel and reboot. > > Hi Frank, just tried that but still getting the same "Unpacking > initramfs... failed!" output > Hmm... according to "Kernel command line: console=

Re: RAMDISK on EP88xc

2009-07-01 Thread Mikhail Zaturenskiy
> Hi Mikhail, > Try setting CONFIG_EXT2_FS=y, then recompile your kernel and reboot. Hi Frank, just tried that but still getting the same "Unpacking initramfs... failed!" output ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.oz

Re: RAMDISK on EP88xc

2009-07-01 Thread Frank Svendsbøe
On Wed, Jul 1, 2009 at 8:04 PM, Mikhail Zaturenskiy wrote: > Hello, > I'm trying to get a ramdisk working on my EP88xc with uboot and linux > kernel v2.6.30. The ramdisk image is from > ELDK_4.2/ppc_8xx/images/uRamdisk. > > At first I thought my issue was similar to > http://ozlabs.org/pipermail/li