I see you don't have CONFIG_YAFFS_DISABLE_TAGS_ECC set in your kernel
config. I'm not sure if that is your problem, but it doesn't seem like
you're getting yaffs2 partitions mounted, and I have
CONFIG_YAFFS_DISABLE_TAGS_ECC set in my Froyo/2.6.34.5 kernel.

On Oct 5, 5:11 am, Praveen Paneri <pan...@gmail.com> wrote:
> Hi All,
>
> I have froyo up and running on 2.6.32.9 kernel on my system. I have
> been trying to run the same with 2.6.35 kernel taken from google. I
> added OneNand,Display,PM(wakelock and earlysuspend),UART and USB
> support. My linux is booting fine with cramfs. When I tried froyo(with
> YAFF2 filesystem), I got the following errors in the init (refer the
> log below).
> Though I understand that froyo is most compatible with 2.6.32 kernel
> but I am expecting the shell prompt atleast. Please help as I am not
> able to debug further. Also adding my kernel config after the boot
> log.
>
> Regards,
> Praveen
>
> Boot Log
> ===============
> Uncompressing Linux... done, booting the kernel.
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 2.6.35 (pan...@matrix) (gcc version
> 4.2.2) #6 PREEMPT Mon Oct 4 11:02:01 IST 2010
> [    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7
> (ARMv7), cr=00c5387f
> [    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing
> instruction cache
> [    0.000000] Machine: SMDK6442
> [    0.000000] Ignoring unrecognised tag 0x41001099
> [    0.000000] Memory policy: ECC disabled, Data cache writeback
> [    0.000000] CPU S5P6442 (id 0x36442000)
> [    0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
> [    0.000000] S5P6442: PLL settings, A=1334000000, M=133000000,
> E=48000000
> [    0.000000] mout_apll: source is fout_apll (1), rate is 1334000000
> [    0.000000] mout_mpll: source is fout_mpll (1), rate is 133000000
> [    0.000000] mout_epll: source is fout_epll (1), rate is 48000000
> [    0.000000] mout_arm: source is mout_apll (1), rate is 1334000000
> [    0.000000] mout_d0: source is mout_mpll (1), rate is 133000000
> [    0.000000] mout_d0sync: source is mout_d0 (1), rate is 133000000
> [    0.000000] mout_d1: source is mout_mpll (1), rate is 133000000
> [    0.000000] mout_d1sync: source is mout_d1 (1), rate is 133000000
> [    0.000000] dout_a2m: source is fout_apll (1), rate is 1334000000
> [    0.000000] dout_apll: source is mout_apll (1), rate is 1334000000
> [    0.000000] hclkd1: source is mout_d1 (1), rate is 133000000
> [    0.000000] hclkd0: source is mout_d0 (1), rate is 133000000
> [    0.000000] pclkd0: source is mout_d0 (1), rate is 66500000
> [    0.000000] pclkd1: source is mout_d1 (1), rate is 66500000
> [    0.000000] S5P6442: HCLKD0=133000000, HCLKD1=133000000,
> PCLKD0=66500000, PCLKD1=66500000
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
> Total pages: 32512
> [    0.000000] Kernel command line: console=ttySAC1,115200 loglevel=7
> [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
> [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536
> bytes)
> [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768
> bytes)
> [    0.000000] Memory: 128MB = 128MB total
> [    0.000000] Memory: 124588k/124588k available, 6484k reserved, 0K
> highmem
> [    0.000000] Virtual kernel memory layout:
> [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
> [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
> [    0.000000]     DMA     : 0xff600000 - 0xffe00000   (   8 MB)
> [    0.000000]     vmalloc : 0xc8800000 - 0xe0000000   ( 376 MB)
> [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
> [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
> [    0.000000]       .init : 0xc0008000 - 0xc0069000   ( 388 kB)
> [    0.000000]       .text : 0xc0069000 - 0xc03f5000   (3632 kB)
> [    0.000000]       .data : 0xc0430000 - 0xc0465680   ( 214 kB)
> [    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0,
> CPUs=1, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000]  RCU-based detection of stalled CPUs is disabled.
> [    0.000000]  Verbose stalled-CPUs detection is disabled.
> [    0.000000] NR_IRQS:144
> [    0.000000] VIC @f4000000: id 0x00041192, vendor 0x41
> [    0.000000] VIC @f4010000: id 0x00041192, vendor 0x41
> [    0.000000] VIC @f4020000: id 0x00041192, vendor 0x41
> [    0.000000] vic_pm_register: too few VICs, increase
> CONFIG_ARM_VIC_NR
> [    0.000000] Console: colour dummy device 80x30
> [    0.000000] console [ttySAC1] enabled
> [    0.010000] Calibrating delay loop... 663.55 BogoMIPS (lpj=1658880)
> [    0.130000] pid_max: default: 32768 minimum: 301
> [    0.130000] Mount-cache hash table entries: 512
> [    0.135000] CPU: Testing write buffer coherency: ok
> [    0.150000] NET: Registered protocol family 16
> [    0.155000] ********* s3cfb_set_platdata
> [    0.155000] *********2 s3cfb_set_platdata
> [    0.165000] S3C Power Management, Copyright 2004 Simtec Electronics
> [    0.165000] S5P6442: Initializing architecture
> [    0.215000] bio: create slab <bio-0> at 0
> [    0.220000] Advanced Linux Sound Architecture Driver Version
> 1.0.23.
> [    0.245000] NET: Registered protocol family 2
> [    0.250000] IP route cache hash table entries: 1024 (order: 0, 4096
> bytes)
> [    0.255000] TCP established hash table entries: 4096 (order: 3,
> 32768 bytes)
> [    0.260000] TCP bind hash table entries: 4096 (order: 4, 81920
> bytes)
> [    0.265000] TCP: Hash tables configured (established 4096 bind
> 4096)
> [    0.270000] TCP reno registered
> [    0.275000] UDP hash table entries: 128 (order: 0, 6144 bytes)
> [    0.280000] UDP-Lite hash table entries: 128 (order: 0, 6144 bytes)
> [    0.285000] NET: Registered protocol family 1
> [    0.295000] Loaded driver for PL330 DMAC-1 s3c-pl330
> [    0.295000]  DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
> [    0.310000] ashmem: initialized
> [    0.365000] ROMFS MTD (C) 2007 Red Hat, Inc.
> [    0.370000] msgmni has been set to 243
> [    0.375000] alg: No test for stdrng (krng)
> [    0.505000] io scheduler noop registered
> [    0.505000] io scheduler deadline registered
> [    0.505000] io scheduler cfq registered (default)
> [    0.510000] **********S3C FRAMEBUFFER Driver
> [    0.515000] s3cfb_probe probe function starts
> [    0.520000] s3cfb s3cfb: [fb0] dma: 0x27e00000, cpu: 0xff601000,
> size: 0x00096000
> [    0.535000] Console: switching to colour frame buffer device 40x30
> [    0.545000] FIMD src src_clk = 133000000
> [    0.570000] s3cfb s3cfb: registered successfully
> [    1.445000] s5pv210-uart.0: s3c2410_serial0 at MMIO 0xec000000 (irq
> = 16) is a S3C6400/10
> [    1.450000] s5pv210-uart.1: s3c2410_serial1 at MMIO 0xec000400 (irq
> = 20) is a S3C6400/10
> [    1.460000] s5pv210-uart.2: s3c2410_serial2 at MMIO 0xec000800 (irq
> = 24) is a S3C6400/10
> [    1.505000] brd: module loaded
> [    1.525000] loop: module loaded
> [    1.530000] S5P6442 OneNAND Driver.
> [    1.530000] OneNAND: s5p6442_onenand_probe - (Virt) Base Address:
> 0xC9000000
> [    1.535000] OneNAND: Clock gating is enabled.
> [    1.540000] OneNAND Async. Read
> [    1.540000] Muxed OneNAND 512MB 1.8V 16-bit (0x50)
> [    1.545000] OneNAND version = 0x013e
> [    1.555000] Scanning device for bad blocks
> [    2.160000] Creating 7 MTD partitions on "s5p6442-onenand":
> [    2.160000] 0x0000000c0000-0x000000100000 : "misc"
> [    2.170000] 0x000000100000-0x000000600000 : "recovery"
> [    2.175000] 0x000000600000-0x000000900000 : "kernel"
> [    2.180000] 0x000000900000-0x000000a00000 : "ramdisk"
> [    2.190000] 0x000000a00000-0x000005c00000 : "system"
> [    2.195000] 0x000005c00000-0x000009000000 : "cache"
> [    2.200000] 0x000009000000-0x000020000000 : "userdata"
> [    2.210000] spi_gpio_probe
> [    3.070000] android init
> [    3.070000] android_probe pdata: c0437b58
> [    3.075000] f_adb init
> [    3.075000] android_register_function adb
> [    3.080000] f_mass_storage init
> [    3.080000] fsg_probe pdev: c0437948, pdata: c0437b7c
> [    3.085000] android_register_function usb_mass_storage
> [    3.095000] cpuidle: using governor ladder
> [    3.100000] logger: created 64K log 'log_main'
> [    3.100000] logger: created 256K log 'log_events'
> [    3.105000] logger: created 64K log 'log_radio'
> [    3.110000] logger: created 64K log 'log_system'
> [    3.120000] ALSA device list:
> [    3.120000]   No soundcards found.
> [    3.125000] TCP cubic registered
> [    3.125000] NET: Registered protocol family 17
> [    3.130000] VFP support v0.3: implementor 41 architecture 1 part 20
> variant b rev 5
> [    3.140000] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
> [    3.140000] Warning: unable to open an initial console.
> [    3.150000] Freeing init memory: 388K
> [    4.565000] init: cannot open '/initlogo.rle'
> [    4.570000] init: command 'loglevel' r=0
> [    4.570000] init: command 'export' r=0
> [    4.575000] init: command 'export' r=0
> [    4.575000] init: command 'export' r=0
> [    4.580000] init: command 'export' r=0
> [    4.585000] init: command 'export' r=0
> [    4.590000] init: command 'export' r=0
> [    4.590000] init: command 'export' r=0
> [    4.595000] init: command 'export' r=0
> [    4.600000] init: command 'symlink' r=0
> [    4.605000] init: command 'symlink' r=0
> [    4.605000] init: command 'mkdir' r=0
> [    4.610000] init: command 'mkdir' r=-17
> [    4.615000] init: command 'mkdir' r=-17
> [    4.620000] init: command 'mkdir' r=0
> [    4.620000] init: command 'mkdir' r=0
> [    4.625000] init: command 'mkdir' r=0
> [    4.630000] init: command 'mount' r=0
> [    4.630000] init: command 'mount' r=0
> [    4.635000] init: command 'write' r=0
> [    4.640000] init: command 'write' r=0
> [    4.645000] init: command 'write' r=0
> [    4.645000] init: command 'write' r=0
> [    4.650000] init: command 'write' r=0
> [    4.655000] init: command 'write' r=0
> [    4.660000] init: command 'write' r=0
> [    4.660000] init: command 'mkdir' r=0
> [    4.665000] init: command 'mount' r=0
> [    4.670000] init: command 'chown' r=0
> [    4.675000] init: command 'chown' r=0
> [    4.675000] init: command 'chmod' r=0
> [    4.680000] init: command 'write' r=-22
> [    4.685000] init: command 'mkdir' r=0
> [    4.685000] init: command 'chown' r=0
> [    4.690000] init: command 'chmod' r=0
> [    4.695000] init: command 'write' r=0
> [    4.700000] init:
> ...
>
> read more »

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to