Log in

I forgot my password

Poll

What size screen do you think is best for the next device?
12% 12% [ 6 ]
23% 23% [ 12 ]
21% 21% [ 11 ]
13% 13% [ 7 ]
31% 31% [ 16 ]

Total Votes : 52

Latest topics

» Rebuild gator driver to open mali option
Today at 3:06 pm by ilgwt

» Memory, final code and final video (in Spanish)
Today at 9:05 am by Alvaro

» ODROID-A4 IO Board
Today at 6:36 am by tuxfield

» odroid linux kernel config file "hkdk_rtm20_defconfig " missed
Yesterday at 10:09 am by odroid

» odroid-7 source code
Sun May 20, 2012 7:52 am by odroid

» Application source code for Embedded Android Platform based on ODROID-A4
Sun May 20, 2012 2:52 am by odroid

» What is ODROID-BaB project LSED?
Sat May 19, 2012 9:44 am by Alvaro

» CPU Module S5PV310 and K3PE7E700B
Fri May 18, 2012 6:01 am by odroid

» BF040-I50B_N09 Board to Board Connector
Thu May 17, 2012 4:45 am by efung

» CPU Module Schematics
Thu May 17, 2012 2:37 am by odroid

» A stupid question : How can I root the ODROID-A
Wed May 16, 2012 7:05 am by Bingley

» ODROID-PC Ubuntu 12.04 with HDMI
Tue May 15, 2012 12:33 pm by grikukan

» ODROID-A4 IO Board - Oscilloscope
Tue May 15, 2012 11:48 am by tuxfield

» OPEN RFID Tag
Tue May 15, 2012 7:51 am by Alvaro

» About the recovery tool for Odroid-pc
Tue May 15, 2012 6:37 am by odroid


    OneNAND DeMux bootup

    Share

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    OneNAND DeMux bootup

    Post by huntercheung on Tue Feb 14, 2012 9:49 am

    Hello,
    All we can find C110 in the market is 4G OneNand DeMux version only. 1.) How to program the ICS to the onboard OneNand? 2.)Is there any procedure can bootup the ICS fr onboard OneNand?

    grikukan
    Advanced User
    Advanced User

    Devices: ODROID-A,ODROID-BaB,ODROID-A4
    Posts: 112
    Join date: 2011-11-12
    Location: Moscow Russia

    Re: OneNAND DeMux bootup

    Post by grikukan on Tue Feb 14, 2012 4:11 pm

    Hello!
    I'm sorry I don't understand some things:
    1)What is the c110?
    2)Why do you want to do Onenand demux booting if odroid-a boots from sd?
    Thank you
    Grikukan

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Wed Feb 15, 2012 9:35 am

    1.) Exynos3110(S5PC110) = C110
    2.) SD boot up is not the most reliable source to bootup, because whenever the device is turned off in any uncertain case, or the TF socket is no longer work, the TF will lost data and no longer bootup again. OneNand is the built-in Nand Flash which can protect all the data. The device would be more stable and reliable.

    grikukan
    Advanced User
    Advanced User

    Devices: ODROID-A,ODROID-BaB,ODROID-A4
    Posts: 112
    Join date: 2011-11-12
    Location: Moscow Russia

    Re: OneNAND DeMux bootup

    Post by grikukan on Wed Feb 15, 2012 11:32 am

    I'm sorry. I thought that you wrote about odroid-a which dont have NAND memory

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Wed Feb 15, 2012 2:28 pm

    Hi huntercheung,

    This page is not for S5C110.
    Please use other from.

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Fri Mar 02, 2012 11:06 am

    What is the exact function for POP_TQ(E1)and PMONDCEB(Y25)? It seems that there is no description fr datasheet. There are no control signals to handle Exint11. If those pins keep in no connection- float. What will be happened for the board?

    grikukan
    Advanced User
    Advanced User

    Devices: ODROID-A,ODROID-BaB,ODROID-A4
    Posts: 112
    Join date: 2011-11-12
    Location: Moscow Russia

    Re: OneNAND DeMux bootup

    Post by grikukan on Fri Mar 02, 2012 1:05 pm

    Hello hunterchung!
    PMONDCEB is OneNand memory signal. It hould be connected to c110
    chip select signal externally.
    I read it in the S5PV210_HARDWARE design which can downloaded from here. http://www.ee.buu.ac.th/~acitl/project/2011/Study_And_%20Design_On_Android_Evaluation_Kit_Board/Reference/Sumsung%20Design/S5PV210_HardwareDesingGuide_Rev1.0.pdf but there is no information about POP_TQ Sad
    PS
    I found that Pop_tq is MDDR IO power
    http://pdadb.net/download/samsung_s5pc110_manual_en.rar a link to the full datasheet (2426 pages Very Happy )

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Tue Mar 06, 2012 3:02 am

    How about PmAINT(C16) and PmBINT(AF19)? If the design has no function for external extra memory, keep the pins floating or not?

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Tue Mar 06, 2012 3:26 am

    I think those 2 pins are output and you can make it floating.
    But, you need to check whether your kernel driver is using the power/thermal management or not.
    If the kernel is using the PM/TM, you need to connect the signals to proper /EINT.

    As I remember, ODROID didn't utilize the PM/TM. Only for reference.

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Fri Mar 09, 2012 5:26 am

    TF booting up is not quite successfully. It cannot mount the EXT4-fs (mmcblk0p2). Will the sdhc frequency affect the TF read/write? Cannot mount the EXT4-fs and cause the Android logo not show?

    OK

    U-Boot 1.3.4 (Feb 29 2012 - 14:41:25) for HKDKC110 N Type


    CPU: S5PC110@800MHz(OK)
    APLL = 800MHz, HclkMsys = 200MHz, PclkMsys = 100MHz
    MPLL = 667MHz, EPLL = 80MHz
    HclkDsys = 166MHz, PclkDsys = 83MHz
    HclkPsys = 133MHz, PclkPsys = 66MHz
    SCLKA2M = 200MHz
    Serial = CLKUART
    Board: HKDKC110
    I2C: pres(1), div(3)
    ready
    SPI: ready
    DRAM: 256 MB
    Flash: 1 MB
    SD/MMC: 7580MB
    OneNAND: Muxed OneNAND 512MB 1.8V 16-bit (0x50)
    OneNAND version = 0x0241
    *** Warning - OneNAND read mode: async.
    Scanning device for bad blocks
    onenand_bbt_wait: read timeout!ctrl=0x0400 intr=0x8000
    onenand_scan_bbt: Can't scan flash and build the RAM-based BBT
    OneNAND: 512 MB
    pres(1), div(3)
    In: serial
    Out: serial
    Err: serial
    checking mode for fastboot ...
    Hit any key to stop autoboot: 3  2  1  0
    reading kernel.. 1081, 8192
    MMC read: dev # 0, block # 1081, count 8192 ...8192 blocks read: OK
    completed
    reading RFS.. 9273, 6144
    MMC read: dev # 0, block # 9273, count 6144 ...6144 blocks read: OK
    completed
    Boot with zImage
    get_format
    -------- 1 --------
    ## Loading init Ramdisk from Legacy Image at 30b00000 ...
    Image Name: ramdisk
    Created: 2012-02-28 5:04:56 UTC
    Image Type: ARM Linux RAMDisk Image (uncompressed)
    Data Size: 164478 Bytes = 160.6 kB
    Load Address: 30800000
    Entry Point: 30800000
    Verifying Checksum ... OK
    ## Transferring control to Linux (at address 30008000) ...
    ## Ramdisk Start address at 30b00040 to address at 30b282be
    commandline: root=/dev/mmcblk0p2 rootfstype=ext3 rw init=/init console=ttySAC2,115200 androidboot.console=s3c2410_serial2 rootdelay=1

    Starting kernel (mach id:2193)...


    Boot parameters address are: 30000100
    Uncompressing Linux... done, booting the kernel.
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.35.7 (root@jimmy-H67M-UD2H-B3) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #147 PREEMPT Thu Mar 8 16:31:43 CST 2012
    [ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
    [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
    [ 0.000000] Machine: ODROID7
    [ 0.000000] Ignoring unrecognised tag 0x00000000
    [ 0.000000] Ignoring unrecognised tag 0x41001099
    [ 0.000000] Memory policy: ECC disabled, Data cache writeback
    [ 0.000000] Normal zone: 1 pages exceeds realsize 0
    [ 0.000000] Normal zone: 1 pages exceeds realsize 0
    [ 0.000000] CPU S5PV210/S5PC110 (id 0x43110221)
    [ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
    [ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=80000000 V=54000000
    [ 0.000000] S5PV210: ARMCLK=800000000, HCLKM=200000000, HCLKD=166750000
    [ 0.000000] HCLKP=133400000, PCLKM=100000000, PCLKD=83375000, PCLKP=66700000
    [ 0.000000] sclk_dmc: source is sclk_a2m (0), rate is 200000000
    [ 0.000000] sclk_onenand: source is hclk_dsys (1), rate is 166750000
    [ 0.000000] sclk: source is mout_mpll (6), rate is 133400000
    [ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
    [ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
    [ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
    [ 0.000000] sclk_mixer: source is sclk_dac (0), rate is 54000000
    [ 0.000000] sclk_spdif: source is sclk_audio (0), rate is 24000000
    [ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_cam: source is xusbxti (1), rate is 24000000
    [ 0.000000] sclk_cam: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_fimd: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 51307692
    [ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
    [ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
    [ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
    [ 0.000000] sclk_mfc: source is sclk_a2m (0), rate is 200000000
    [ 0.000000] sclk_fimg2d: source is sclk_a2m (0), rate is 200000000
    [ 0.000000] sclk: source is mout_mpll (1), rate is 66700000
    [ 0.000000] sclk_csis: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_spi: source is mout_epll (7), rate is 80000000
    [ 0.000000] sclk_spi: source is mout_epll (7), rate is 80000000
    [ 0.000000] sclk_pwi: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_pwm: source is ext_xtal (0), rate is 24000000
    [ 0.000000] sclk_mdnie: source is mout_mpll (6), rate is 166750000
    [ 0.000000] sclk_mdnie_pwm: source is ext_xtal (0), rate is 24000000
    [ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x30b29000
    [ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x40204000
    [ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc0 at 0x42604000
    [ 0.000000] s5pv210: 10137600 bytes system memory reserved for fimc1 at 0x42c04000
    [ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc2 at 0x435af000
    [ 0.000000] s5pv210: 8388608 bytes system memory reserved for jpeg at 0x32f29000
    [ 0.000000] s5pv210: 6144000 bytes system memory reserved for fimd at 0x43baf000
    [ 0.000000] s5pv210: 3072000 bytes system memory reserved for texstream at 0x4418b000
    [ 0.000000] s5pv210: 3379200 bytes system memory reserved for pmem_gpu1 at 0x33729000
    [ 0.000000] s5pv210: 8388608 bytes system memory reserved for g2d at 0x33a62000
    [ 0.000000] Built 2 zonelists in Zone order, mobility grouping on. Total pages: 130048
    [ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rootfstype=ext3 rw init=/init console=ttySAC2,115200 androidboot.console=s3c2410_serial2 rootdelay=1
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 256MB 256MB = 512MB total
    [ 0.000000] Memory: 389284k/389284k available, 135004k 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 : 0xff000000 - 0xffe00000 ( 14 MB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xfc000000 ( 440 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
    [ 0.000000] .init : 0xc0008000 - 0xc0026000 ( 120 kB)
    [ 0.000000] .text : 0xc0026000 - 0xc0495000 (4540 kB)
    [ 0.000000] .data : 0xc0496000 - 0xc04d5ae0 ( 255 kB)
    [ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
    [ 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:393
    [ 0.000000] VIC @fd000000: id 0x00041192, vendor 0x41
    [ 0.000000] VIC @fd010000: id 0x00041192, vendor 0x41
    [ 0.000000] VIC @fd020000: id 0x00041192, vendor 0x41
    [ 0.000000] VIC @fd030000: id 0x00041192, vendor 0x41
    [ 0.000000] mult[140737]
    [ 0.000000] max_delta_ns[2937815369]
    [ 0.000000] min_delta_ns[30517]
    [ 0.000000] rate[32768]
    [ 0.000000] HZ[256]
    [ 0.000000] console [ttySAC2] enabled
    [ 0.500009] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
    [ 0.583152] pid_max: default: 32768 minimum: 301
    [ 0.587811] Mount-cache hash table entries: 512
    [ 0.592359] security_sb_kern_mount return 0
    [ 0.596478] security_sb_kern_mount return 0
    [ 0.600620] security_sb_kern_mount return 0
    [ 0.604788] security_sb_kern_mount return 0
    [ 0.608973] Initializing cgroup subsys debug
    [ 0.613146] Initializing cgroup subsys cpuacct
    [ 0.617564] Initializing cgroup subsys freezer
    [ 0.622002] CPU: Testing write buffer coherency: ok
    [ 0.627208] security_sb_kern_mount return 0
    [ 0.633210] regulator: core version 0.5
    [ 0.635759] regulator: dummy:
    [ 0.638676] security_sb_kern_mount return 0
    [ 0.642787] NET: Registered protocol family 16
    [ 0.647260] security_sb_kern_mount return 0
    [ 0.657152] S3C Power Management, Copyright 2004 Simtec Electronics
    [ 0.661949] pmstats at 00000000
    [ 0.665083] go to s3c_fimc0_platdata init
    [ 0.669052] finish s3c_fimc0_platdata init
    [ 0.673156] smdkv210_cam0_power clk 0
    [ 0.681751] cam0 power: ON
    [ 0.682970] hm2055 reset:0
    [ 0.894219] smdkc110_setup_clocks: sclk_mmc: source is mout_mpll, rate is 41687500
    [ 0.900339] smdkc110_setup_clocks: sclk_mmc: source is mout_mpll, rate is 41687500
    [ 0.907870] smdkc110_setup_clocks: sclk_mmc: source is mout_mpll, rate is 41687500
    [ 0.915385] WIFI_POWER_ONOFF: 1!
    [ 1.024077] S5PV210: Initializing architecture
    [ 1.027593] s3c24xx-pwm s3c24xx-pwm.0: tin at 66700000, tdiv at 66700000, tin=divclk, base 0
    [ 1.035690] regulator: pd_audio_supply: 5000 mV normal
    [ 1.040811] regulator: pd_cam_supply: 5000 mV normal
    [ 1.045838] regulator: pd_tv_supply: 5000 mV normal
    [ 1.050799] regulator: pd_lcd_supply: 5000 mV normal
    [ 1.055801] regulator: pd_g3d_supply: 5000 mV normal
    [ 1.060825] regulator: pd_mfc_supply: 5000 mV normal
    [ 1.070091] bio: create slab at 0
    [ 1.073211] SCSI subsystem initialized
    [ 1.076532] usbcore: registered new interface driver usbfs
    [ 1.081913] usbcore: registered new interface driver hub
    [ 1.087205] usbcore: registered new device driver usb
    [ 1.092643] i2c-gpio i2c-gpio.4: using pins 40 (SDA) and 41 (SCL)
    [ 1.098455] i2c i2c-5: Invalid 7-bit I2C address 0x00
    [ 1.103218] i2c i2c-5: Can't create device at 0x00
    [ 1.107986] i2c-gpio i2c-gpio.5: using pins 44 (SDA) and 45 (SCL)
    [ 1.114326] s3c-i2c s3c2440-i2c.1: i2c-1: S3C I2C adapter
    [ 1.120054] axp19_init_chip ret: 0, content of 0x90:7
    [ 1.124962] axp19_init_chip ret: 0, content of 0x91:a0
    [ 1.133107] axp_mfd 5-0034: AXP (CHIP ID: 0x03) detected
    [ 1.136940] AXP client->irq: 164
    [ 1.140136] AXP client->irq: 163
    [ 1.143426] num_regl_devs:6, num_sply_devs:1, num_gpio_devs:1
    [ 1.149079] regl_dev->name:axp19-regulator, dev->id:12
    [ 1.154322] regl_dev->name:axp19-regulator, dev->id:13
    [ 1.159425] regl_dev->name:axp19-regulator, dev->id:15
    [ 1.164535] regl_dev->name:axp19-regulator, dev->id:16
    [ 1.169661] regl_dev->name:axp19-regulator, dev->id:17
    [ 1.174757] regl_dev->name:axp19-regulator, dev->id:18
    [ 1.179855] sply_dev->name:axp19-supplyer, dev->id:19
    [ 1.184881] going to do gpio
    [ 1.187638] gpio_dev->name:axp19-gpio, dev->id:20
    [ 1.192475] axp_mfd_probe completed successfully
    [ 1.198539] Bluetooth: Core ver 2.15
    [ 1.200702] NET: Registered protocol family 31
    [ 1.205064] Bluetooth: HCI device and connection manager initialized
    [ 1.211389] Bluetooth: HCI socket layer initialized
    [ 1.216261] Switching to clocksource clock_source_systimer
    [ 1.221729] security_sb_kern_mount return 0
    [ 1.225906] security_sb_kern_mount return 0
    [ 1.231310] NET: Registered protocol family 2
    [ 1.234554] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [ 1.241990] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 1.248840] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
    [ 1.255619] TCP: Hash tables configured (established 16384 bind 16384)
    [ 1.261569] TCP reno registered
    [ 1.264692] UDP hash table entries: 256 (order: 1, 12288 bytes)
    [ 1.270603] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
    [ 1.277061] NET: Registered protocol family 1
    [ 1.281268] Enter unpack_to_rootfs *buf c0021000 len 512
    [ 1.286708] Leave unpack_to_rootfs with message (null)
    [ 1.291641] Trying to unpack rootfs image as initramfs...
    [ 1.297012] Enter unpack_to_rootfs *buf c0b00040 len 164478
    [ 1.313405] Leave unpack_to_rootfs with message (null)
    [ 1.317088] populate_rootfs unpack_to_rootfs return 0
    [ 1.322124] Freeing initrd memory: 160K
    [ 1.326057] PMU: registered new PMU device of type 0
    [ 1.330910] SMDKC110/V210 RTC, (c) 2010 Samsung Electronics
    [ 1.336648] smdkc110-rtc smdkc110-rtc: rtc core: registered s3c as rtc0
    [ 1.343049] --------------------------------------------------------
    [ 1.349318]
    [ 1.349322] hkc1xx_sysfs_init(291) : Sleep Disable Flag SET!!(Wake_lock_init)
    [ 1.349329]
    [ 1.359367] --------------------------------------------------------
    [ 1.365897] Loaded driver for PL330 DMAC-0 s3c-pl330
    [ 1.370641] DBUFF-64x8bytes Num_Chans-8 Num_Peri-2 Num_Events-32
    [ 1.376785] Loaded driver for PL330 DMAC-1 s3c-pl330
    [ 1.381643] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
    [ 1.387794] Loaded driver for PL330 DMAC-2 s3c-pl330
    [ 1.392648] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
    [ 1.398757] NetWinder Floating Point Emulator V0.97 (extended precision)
    [ 1.409856] ashmem: initialized
    [ 1.411631] security_sb_kern_mount return 0
    [ 1.415836] ROMFS MTD (C) 2007 Red Hat, Inc.
    [ 1.419964] msgmni has been set to 760
    [ 1.426570] alg: No test for stdrng (krng)
    [ 1.429276] io scheduler noop registered
    [ 1.433127] io scheduler deadline registered
    [ 1.437363] io scheduler cfq registered (default)
    [ 1.442366] s3cfb_probe entered
    [ 1.445158] fbdev->dev (pd) c04a4450
    [ 1.448728] fbdev->regulator cfd9fcc0
    [ 1.452347] pdata cfc62080
    [ 1.455522] s3cfb s3cfb: [fb2] dma: 0x43baf000, cpu: 0xe1000000, size: 0x005dc000
    [ 1.467723] FIMD src sclk = 166750000
    [ 1.590288] In init_lms501_ldi going ot initialise LCD lms501
    [ 1.611794] s3cfb s3cfb: registered successfully
    [ 1.614945] Start display and show logo
    [ 1.620075] PA FB = 0x43BAF000, bits per pixel = 32
    [ 1.623636] screen width=480 height=800 va=0xd3baf000 pa=0x43baf000
    [ 1.629853] xres_virtual = 480, yres_virtual = 3200, xoffset = 0, yoffset = 0
    [ 1.636954] fb_size=6144000
    [ 1.639737] Back frameBuffer[0].VAddr=d3d26000 PAddr=43d26000 size=1536000
    [ 1.646580] Back frameBuffer[1].VAddr=d3e9d000 PAddr=43e9d000 size=1536000
    [ 1.653422] Back frameBuffer[2].VAddr=d4014000 PAddr=44014000 size=1536000
    [ 1.660437] s5pv210-uart.0: s3c2410_serial0 at MMIO 0xe2900000 (irq = 16) is a S3C6400/10
    [ 1.668607] s5pv210-uart.1: s3c2410_serial1 at MMIO 0xe2900400 (irq = 20) is a S3C6400/10
    [ 1.676737] s5pv210-uart.2: s3c2410_serial2 at MMIO 0xe2900800 (irq = 24) is a S3C6400/10
    [ 1.684870] s5pv210-uart.3: s3c2410_serial3 at MMIO 0xe2900c00 (irq = 28) is a S3C6400/10
    [ 1.699483] brd: module loaded
    [ 1.704325] loop: module loaded
    [ 1.706025] pmem_gpu1: 1 init
    [ 1.709368] Android kernel panic handler initialized (bind=kpanic)
    [ 1.715747] security_sb_kern_mount return 0
    [ 1.719292] PPP generic driver version 2.4.2
    [ 1.723687] NET: Registered protocol family 24
    [ 1.728028] usbcore: registered new interface driver asix
    [ 1.733385] usbcore: registered new interface driver cdc_acm
    [ 1.738935] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 1.747428] Initializing USB Mass Storage driver...
    [ 1.752352] usbcore: registered new interface driver usb-storage
    [ 1.758258] USB Mass Storage support registered.
    [ 1.763003] usbcore: registered new interface driver usbserial
    [ 1.768710] USB Serial support registered for generic
    [ 1.773746] usbcore: registered new interface driver usbserial_generic
    [ 1.780185] usbserial: USB Serial Driver core
    [ 1.784650] s3c-udc : S3C HS USB Device Controller Driver, (c) 2008-2009 Samsung Electronics
    [ 1.784660] s3c-udc : version 15 March 2009 (DMA Mode)
    [ 1.798039] android init
    [ 1.800583] android_probe pdata: c04a5a78
    [ 1.804640] android_bind
    [ 1.807186] android_usb gadget: android_usb ready
    [ 1.828356] f_acm init
    [ 1.829229] android_register_function acm
    [ 1.833234] f_adb init
    [ 1.835585] android_register_function adb
    [ 1.839558] f_mass_storage init
    [ 1.842702] fsg_probe pdev: c04a48d8, pdata: c04a5a9c
    [ 1.847759] android_register_function usb_mass_storage
    [ 1.852818] f_mtp init
    [ 1.855155] android_register_function mtp
    [ 1.859141] f_rndis init
    [ 1.861724] android_register_function rndis
    [ 1.865821] rndis_function_bind_config MAC: 02:02:45:46:4F:48
    [ 1.871560] android_usb gadget: using random self ethernet address
    [ 1.877697] android_usb gadget: using random host ethernet address
    [ 1.884685] usb0: MAC c6:fc:05:1d:b4:7b
    [ 1.887659] usb0: HOST MAC 12:6b:06:e1:90:50
    [ 1.892200] android_usb gadget: Mass Storage Function, version: 2009/09/11
    [ 1.898756] android_usb gadget: Number of LUNs=1
    [ 1.903339] lun0: LUN: removable file: (no medium)
    [ 1.908306] adb_bind_config
    [ 1.911565] mtp_bind_config
    [ 1.914223] mice: PS/2 mouse device common for all mice
    [ 1.919746] accelerometer 4-000f: i2c_transfer() read error: slave_addr=0f, reg_addr=0f, err=-6
    [ 1.927623] accelerometer: probe of 4-000f failed with error -5
    [ 1.933790] using rtc device, s3c, for alarms
    [ 1.937840] i2c /dev entries driver
    [ 1.941789] Linux video capture interface: v2.00
    [ 1.946231] mfc_init: <6>S5PC110 MFC Driver, (c) 2009 Samsung Electronics
    [ 1.946239]
    [ 1.954542] S3C JPEG Driver, (c) 2007 Samsung Electronics
    [ 1.959498] JPEG driver for S5PV210
    [ 1.963284] in axp_regulator_init
    [ 1.966307] axp_regulator_probe started, pdev->id:12
    [ 1.971191] in find_regulator_info
    [ 1.974570] ri->desc.id: 12, ri->desc.name:AXP19_LDO2
    [ 1.979747] in axp_list_voltage
    [ 1.982703] in to_axp_dev
    [ 1.985319] in axp_enable, enable_reg 12, enable_bit 2
    [ 1.990944] regulator: VDDIO3.3V: 3300 mV
    [ 1.994556] after platform_set_drvdata
    [ 1.998230] axp_regulator_probe completed successfully
    [ 2.003360] axp_regulator_probe started, pdev->id:13
    [ 2.008278] in find_regulator_info
    [ 2.011658] ri->desc.id: 13, ri->desc.name:AXP19_LDO3
    [ 2.016821] in axp_list_voltage
    [ 2.019806] in to_axp_dev
    [ 2.022388] in axp_enable, enable_reg 12, enable_bit 3
    [ 2.028027] regulator: VDDIO3.0V: 3000 mV
    [ 2.031644] after platform_set_drvdata
    [ 2.035314] axp_regulator_probe completed successfully
    [ 2.040447] axp_regulator_probe started, pdev->id:15
    [ 2.045368] in find_regulator_info
    [ 2.048750] ri->desc.id: 15, ri->desc.name:AXP19_BUCK1
    [ 2.053996] in axp_list_voltage
    [ 2.056962] in to_axp_dev
    [ 2.059583] in axp_enable, enable_reg 12, enable_bit 0
    [ 2.065201] regulator: VCC_INT: 1100 mV
    [ 2.068646] after platform_set_drvdata
    [ 2.072317] in axp_regu_create_attrs
    [ 2.075879] axp_regulator_probe completed successfully
    [ 2.081003] axp_regulator_probe started, pdev->id:16
    [ 2.085927] in find_regulator_info
    [ 2.089302] ri->desc.id: 16, ri->desc.name:AXP19_BUCK2
    [ 2.094555] in axp_list_voltage
    [ 2.097537] in to_axp_dev
    [ 2.100123] in axp_enable, enable_reg 12, enable_bit 4
    [ 2.106259] regulator: VCC_MEM: 1800 mV
    [ 2.109199] after platform_set_drvdata
    [ 2.112873] in axp_regu_create_attrs
    [ 2.116435] axp_regulator_probe completed successfully
    [ 2.121563] axp_regulator_probe started, pdev->id:17
    [ 2.126478] in find_regulator_info
    [ 2.129858] ri->desc.id: 17, ri->desc.name:AXP19_BUCK3
    [ 2.135107] in axp_list_voltage
    [ 2.138092] in to_axp_dev
    [ 2.140691] in axp_enable, enable_reg 12, enable_bit 1
    [ 2.146310] regulator: VCC_ARM: 1250 mV
    [ 2.149754] after platform_set_drvdata
    [ 2.153432] in axp_regu_create_attrs
    [ 2.156990] axp_regulator_probe completed successfully
    [ 2.162115] axp_regulator_probe started, pdev->id:18
    [ 2.167035] in find_regulator_info
    [ 2.170401] ri->desc.id: 18, ri->desc.name:AXP19_LDOIO0
    [ 2.175746] in axp_list_voltage
    [ 2.178722] in axp_list_voltage
    [ 2.181853] in axp_list_voltage
    [ 2.184974] in axp_list_voltage
    [ 2.188089] in axp_list_voltage
    [ 2.191209] in axp_list_voltage
    [ 2.194313] in axp_list_voltage
    [ 2.197448] in axp_list_voltage
    [ 2.200567] in axp_list_voltage
    [ 2.203691] in axp_list_voltage
    [ 2.206806] in axp_list_voltage
    [ 2.209911] in axp_list_voltage
    [ 2.213046] in axp_list_voltage
    [ 2.216166] in axp_list_voltage
    [ 2.219288] in axp_list_voltage
    [ 2.222405] in axp_list_voltage
    [ 2.225513] in to_axp_dev
    [ 2.228125] in axp_get_voltage
    [ 2.231665] axp_get_voltage info->vol_nbits 4, info->vol_shift 4 vol_reg 91 val 160
    [ 2.238968] regulator: LDOIO0: 1800 <--> 3300 mV at 2800 mV
    [ 2.244643] after platform_set_drvdata
    [ 2.248316] axp_regulator_probe completed successfully
    [ 2.253534] axp192_battery_probe started
    [ 2.257608] input: axp19-supplyer as /devices/platform/i2c-gpio.5/i2c-5/5-0034/axp19-supplyer.19/input/input0
    [ 2.273951] axp192_battery_probe completed successfully
    [ 2.278342] regulator_virtual_consumer_probe started, reg_id:vddio33
    [ 2.284078] regulator_virtual_consumer_probe completed successfully
    [ 2.290416] regulator_virtual_consumer_probe started, reg_id:vddio30
    [ 2.296632] regulator_virtual_consumer_probe completed successfully
    [ 2.302972] regulator_virtual_consumer_probe started, reg_id:vddint
    [ 2.309114] regulator_virtual_consumer_probe completed successfully
    [ 2.315466] regulator_virtual_consumer_probe started, reg_id:vccmem
    [ 2.321598] regulator_virtual_consumer_probe completed successfully
    [ 2.327938] regulator_virtual_consumer_probe started, reg_id:vddarm
    [ 2.334066] regulator_virtual_consumer_probe completed successfully
    [ 2.340417] regulator_virtual_consumer_probe started, reg_id:vddcam25
    [ 2.346698] deviceless supply vddcam25 not found, using dummy regulator
    [ 2.353308] regulator_virtual_consumer_probe completed successfully
    [ 2.359524] Linux telephony interface: v1.00
    [ 2.363773] Bluetooth: Virtual HCI driver ver 1.3
    [ 2.368570] Bluetooth: HCI UART driver ver 2.2
    [ 2.372869] Bluetooth: HCI H4 protocol initialized
    [ 2.377626] Bluetooth: HCI BCSP protocol initialized
    [ 2.382565] Bluetooth: HCILL protocol initialized
    [ 2.387305] cpuidle: using governor ladder
    [ 2.391406] cpuidle: using governor menu
    [ 2.395267] sdhci: Secure Digital Host Controller Interface driver
    [ 2.401371] sdhci: Copyright(c) Pierre Ossman
    [ 2.405814] s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133400000 Hz)
    [ 2.412310] s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133400000 Hz)
    [ 2.418894] s3c-sdhci s3c-sdhci.0: clock source 2: sclk_mmc (41687500 Hz)
    [ 2.425863] mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
    [ 2.432720] s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133400000 Hz)
    [ 2.439256] s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133400000 Hz)
    [ 2.445847] s3c-sdhci s3c-sdhci.1: clock source 2: sclk_mmc (41687500 Hz)
    [ 2.452765] mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
    [ 2.459674] s3c-sdhci s3c-sdhci.2: clock source 0: hsmmc (133400000 Hz)
    [ 2.466208] s3c-sdhci s3c-sdhci.2: clock source 1: hsmmc (133400000 Hz)
    [ 2.472793] s3c-sdhci s3c-sdhci.2: clock source 2: sclk_mmc (41687500 Hz)
    [ 2.479703] mmc2: SDHCI controller on samsung-hsmmc [s3c-sdhci.2] using ADMA
    [ 2.492355] battery vol change: 0, 2
    [ 2.494801] usbcore: registered new interface driver usbhid
    [ 2.500109] usbhid: USB HID core driver
    [ 2.505295] logger: created 64K log 'log_main'
    [ 2.508456] logger: created 256K log 'log_events'
    [ 2.513138] logger: created 64K log 'log_radio'
    [ 2.517632] logger: created 64K log 'log_system'
    [ 2.523082] TCP cubic registered
    [ 2.525307] NET: Registered protocol family 17
    [ 2.529860] Bluetooth: L2CAP ver 2.14
    [ 2.533393] Bluetooth: L2CAP socket layer initialized
    [ 2.538415] Bluetooth: SCO (Voice Link) ver 0.6
    [ 2.542917] Bluetooth: SCO socket layer initialized
    [ 2.547844] Bluetooth: RFCOMM TTY layer initialized
    [ 2.552646] Bluetooth: RFCOMM socket layer initialized
    [ 2.557728] Bluetooth: RFCOMM ver 1.11
    [ 2.561440] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 2.566738] Bluetooth: BNEP filters: protocol multicast
    [ 2.571938] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [ 2.577896] ThumbEE CPU extension supported.
    [ 2.582206] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
    [ 2.590155] in to_axp_dev
    [ 2.592284] in axp_ldoio0_is_enabled
    [ 2.596372] in axp_ldoio0_is_enabled, info->enable_reg 90, val 7
    [ 2.602424] in axp_ldoio0_is_enabled, info->enable_reg 91, val a0
    [ 2.608080] regulator_init_complete: incomplete constraints, leaving pd_mfc_supply on
    [ 2.615884] regulator_init_complete: incomplete constraints, leaving pd_tv_supply on
    [ 2.623588] regulator_init_complete: incomplete constraints, leaving pd_cam_supply on
    [ 2.631389] regulator_init_complete: incomplete constraints, leaving pd_audio_supply on
    [ 2.639407] smdkc110-rtc smdkc110-rtc: rtc disabled, re-enabling
    [ 2.645359] smdkc110-rtc smdkc110-rtc: setting system clock to 2010-01-01 00:00:00 UTC (1262304000)
    [ 2.655641] fimc_init_global cam 0, cam->srclk_name: mout_epll
    [ 2.660173] fimc_init_global cam->clk_name: sclk_cam
    [ 2.665271] FIMC0 registered successfully
    [ 2.670379] FIMC1 registered successfully
    [ 2.674360] FIMC2 registered successfully
    [ 2.677128] open console
    [ 2.679602] in tty_open
    [ 2.681978] got_driver
    [ 2.684384] uart_open line 2
    [ 2.687193] port cfdb25f8
    [ 2.689801] uart_startup return 0
    [ 2.693086] uart_block_til_ready return 0
    [ 2.697071] call uart_update_termios
    [ 2.700636] uart_change_speed
    [ 2.703567] uart_set_mctrl
    [ 2.706253] uart_set_mctrl return
    [ 2.709530] uart_update_termios
    [ 2.712669] tty->ops->open return 0
    [ 2.716157] Bootup completed
    [ 2.719013] Freeing init memory: 120K
    [ 2.846516] mmc0: new high speed SDHC card at address e624
    [ 2.851895] do_sys_open create failed filename uevent, fd -2
    [ 2.857844] mmcblk0: mmc0:e624 SU08G 7.40 GiB
    [ 2.861982] do_sys_open create failed filename uevent, fd -2
    [ 2.867838] mmcblk0:do_sys_open create failed filename uevent, fd -2
    [ 2.874063] p1 p2 p3 p4
    [ 5.302730] in tty_open
    [ 5.305127] got_driver
    [ 5.307496] uart_open line 2
    [ 5.310326] port cfdb25f8
    [ 5.312958] uart_startup return 0
    [ 5.316221] uart_block_til_ready return 0
    [ 5.320199] call uart_update_termios
    [ 5.323777] uart_change_speed
    [ 5.326683] uart_set_mctrl
    [ 5.329384] uart_set_mctrl return
    [ 5.332676] uart_update_termios
    [ 5.335800] tty->ops->open return 0
    [ 5.346918] do_sys_open create failed filename /dev/tty0, fd -2
    [ 5.351842] security_sb_kern_mount return 0
    [ 5.355874] security_sb_kern_mount return 0
    [ 5.359804] security_sb_kern_mount return 0
    [ 5.364363] security_sb_kern_mount return 0
    [ 5.375091] EXT4-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
    [ 5.393792] end_request: I/O error, dev mmcblk0, sector 46623
    [ 5.398059] Buffer I/O error on device mmcblk0p2, logical block 1
    [ 5.404121] lost page write due to I/O error on mmcblk0p2
    [ 5.409893] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.417554] security_sb_kern_mount return 0
    [ 5.425082] EXT4-fs (mmcblk0p2): previous I/O error to superblock detected
    [ 5.436254] end_request: I/O error, dev mmcblk0, sector 46623
    [ 5.440520] Buffer I/O error on device mmcblk0p2, logical block 1
    [ 5.446582] lost page write due to I/O error on mmcblk0p2
    [ 5.452004] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 5.472639] mmcblk0: retrying using single block read
    [ 5.483932] EXT4-fs (mmcblk0p3): no journal found
    [ 5.489752] security_sb_kern_mount return 0
    [ 5.495427] EXT4-fs (mmcblk0p4): warning: mounting fs with errors, running e2fsck is recommended
    [ 5.505012] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.511610] security_sb_kern_mount return 0
    [ 5.519711] security_sb_kern_mount return 0
    [ 5.522511] security_sb_kern_mount return 0
    [ 5.540216] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.546818] security_sb_kern_mount return 0
    [ 5.564277] do_sys_open create failed filename /proc/apanic_console, fd -2
    [ 5.579307] do_sys_open create failed filename /system/default.prop, fd -2
    [ 5.584742] do_sys_open create failed filename /data/local.prop, fd -2
    [ 5.599903] do_sys_open create failed filename /acct/uid/0/tasks, fd -2
    [ 5.605403] do_sys_open create failed filename /acct/uid/0/tasks, fd -2
    [ 5.613160] do_sys_open create failed filename /acct/uid/1000/tasks, fd -2
    [ 5.632860] do_sys_open create failed filename /acct/uid/1019/tasks, fd -2
    [ 5.638878] do_sys_open create failed filename /acct/uid/1013/tasks, fd -2
    [ 5.645659] do_sys_open create failed filename /acct/uid/1002/tasks, fd -2
    [ 5.681949] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    [ 5.689565] do_sys_open create failed filename /sys/class/android_usb/android0/iManufacturer, fd -2
    [ 5.698873] do_sys_open create failed filename /acct/uid/1017/tasks, fd -2
    [ 5.705583] do_sys_open create failed filename /sys/class/android_usb/android0/iProduct, fd -2
    [ 5.713847] do_sys_open create failed filename /sys/class/android_usb/android0/iSerial, fd -2
    [ 5.722008] do_sys_open create failed filename /sys/class/android_usb/android0/f_mass_storage/inquiry_string, fd -2
    [ 5.732366] do_sys_open create failed filename /sys/class/android_usb/android0/f_rndis/manufacturer, fd -2
    [ 5.742181] do_sys_open create failed filename /sys/class/android_usb/android0/f_rndis/vendorID, fd -2
    [ 5.753200] do_sys_open create failed filename /sys/class/android_usb/android0/f_rndis/wceis, fd -2
    [ 5.761336] security_sb_kern_mount return 0
    [ 5.766505] do_sys_open create failed filename /sys/class/android_usb/android0/enable, fd -2
    [ 5.775566] in tty_open
    [ 5.776792] got_driver
    [ 5.778961] uart_open line 2
    [ 5.781761] port cfdb25f8
    [ 5.784388] uart_startup return 0
    [ 5.787628] uart_block_til_ready return 0
    [ 5.791630] call uart_update_termios
    [ 5.795211] uart_change_speed
    [ 5.798128] uart_set_mctrl
    [ 5.800814] uart_set_mctrl return
    [ 5.804105] uart_update_termios
    [ 5.807211] tty->ops->open return 0
    [ 5.811057] do_sys_open create failed filename /sys/class/android_usb/android0/idVendor, fd -2
    [ 5.820609] do_sys_open create failed filename /sys/class/android_usb/android0/idProduct, fd -2
    [ 5.828980] do_sys_open create failed filename /sys/class/android_usb/android0/functions, fd -2
    [ 5.840020] do_sys_open create failed filename /sys/class/android_usb/android0/enable, fd -2
    [ 5.847749] do_sys_open create failed filename /acct/uid/2000/tasks, fd -2
    [ 5.856154] enabling adb
    [ 5.857322] Enabled => usb_mass_storage
    [ 5.861149] Enabled => adb
    [ 5.865016] adb_open
    [ 5.902250] in tty_open
    [ 5.903222] got_driver
    [ 5.905603] uart_open line 2
    [ 5.908420] port cfdb25f8
    [ 5.911038] uart_startup return 0
    [ 5.914333] uart_block_til_ready return 0
    [ 5.918313] tty->ops->open return 0
    [ 6.185742] PVR_K:(Warning): SysFinalise: Version string: SGX540 S5PC110 [478, drivers/gpu/pvr/s5pc110/sysconfig.c]

    grikukan
    Advanced User
    Advanced User

    Devices: ODROID-A,ODROID-BaB,ODROID-A4
    Posts: 112
    Join date: 2011-11-12
    Location: Moscow Russia

    Re: OneNAND DeMux bootup

    Post by grikukan on Fri Mar 09, 2012 5:52 am

    Hello hunterchung!
    It looks like that your memory card was damaged. Try to take empty memory card, flash it with recovery image and than flash your kernel and things you've changed.
    I recommend you to boot first from Hardkernel's kernel before flashing the new one for getting know if the problem is with kernel or with memory card.

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Fri Mar 09, 2012 7:39 am

    Hi hunterchung,

    Do you use ODROID-7 now? Or your own customized board?

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Fri Mar 09, 2012 10:09 am

    Yes, it is our customized board and using your kernel. Chip is S5PC110 N-type. What is the /ueventd.odroid7.rc function? TF card is 100% normal.

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Fri Mar 09, 2012 10:23 am

    Where did you purchase the N-Type C110? Just curious...

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Fri Mar 09, 2012 10:48 am

    in shenzhen. D-type is no longer to produce, but only N-type.

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Fri Mar 09, 2012 12:07 pm

    I see..

    But, there is no OneNAND flash in N-Type as I know.
    N-Type has only 256MByte x 2 mDDR without OneNAND.
    Can you confirm this?

    huntercheung
    Member
    Member

    Devices: odroid-a
    Posts: 26
    Join date: 2011-05-02

    Re: OneNAND DeMux bootup

    Post by huntercheung on Mon Mar 12, 2012 3:10 am

    The configuration of N-type is 4Gb Onenand + 4Gb DDR. It seems that the Android S/W is not compatible for N-type, further RAM modification is required.
    Now, the Kernel is stop at uevent. Capture log as below.
    [ 5.936172] do_sys_open create failed filename /acct/uid/2000/tasks, fd -13
    [ 5.942839] do_sys_open create failed filename /acct/uid/2000/tasks, fd -13
    [ 6.023344] do_sys_open create failed filename /acct/uid/2000/tasks, fd -13
    shell@android:/ $ [ 6.097641] do_sys_open create failed filename /acct/uid/1001/tasks, fd -2
    [ 6.103659] warning: `rild' uses 32-bit capabilities (legacy support in use)
    [ 6.123925] do_sys_open create failed filename /etc/powervr.ini, fd -2
    [ 6.129436] do_sys_open create failed filename powervr.ini, fd -2
    [ 6.151671] do_sys_open create failed filename /etc/powervr.ini, fd -2
    [ 6.156756] do_sys_open create failed filename powervr.ini, fd -2
    7.170857] do_sys_open create failed filename uevent, fd -2
    [ 7.176818] do_sys_open create failed filename uevent, fd -2
    [ 7.182014] do_sys_open create failed filename uevent, fd -2
    [ 7.191719] do_sys_open create failed filename uevent, fd -2
    [ 7.196670] do_sys_open create failed filename uevent, fd -2
    [ 7.201842] do_sys_open create failed filename uevent, fd -2
    [ 7.207477] do_sys_open create failed filename uevent, fd -2
    [ 7.213276] do_sys_open create failed filename uevent, fd -2
    [ 7.219438] do_sys_open create failed filename uevent, fd -2
    [ 7.224679] do_sys_open create failed filename uevent, fd -2
    [ 7.229756] do_sys_open create failed filename uevent, fd -2
    [ 7.241808] do_sys_open create failed filename uevent, fd -2

    Do you have any suggestion and solution?

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Mon Mar 12, 2012 3:44 am

    I have no idea. Sorry.

    grikukan
    Advanced User
    Advanced User

    Devices: ODROID-A,ODROID-BaB,ODROID-A4
    Posts: 112
    Join date: 2011-11-12
    Location: Moscow Russia

    Re: OneNAND DeMux bootup

    Post by grikukan on Mon Mar 12, 2012 12:08 pm

    Hello!
    Do you have source code of working kernel for this board?

    odroid
    Member of HardKernel
    Member of HardKernel

    Posts: 1201
    Join date: 2010-05-12
    Location: Seoul, Korea

    Re: OneNAND DeMux bootup

    Post by odroid on Mon Mar 12, 2012 1:34 pm

    We don't know about the N-type well.

      Current date/time is Tue May 22, 2012 6:33 pm