• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » OMAP™ Processors » OMAP35x Processors Forum » linux3.3.2 hang on booting
Share
OMAP™ Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Resources
  • OMAP-L1x DSP+ARM9™-based Processors Product Folder
  • OMAP3525/30 DSP+ARM Cortex™-A8-based SOCs Product Folder

  • Top OMAPL Wiki Links
  • OMAPL3x Schematic Review Checklist
  • OMAPL13x Boot resources

  • OMAPL Document Resources
  • OMAPL137 Technical reference manual
  • OMAPL138 Technical reference manual
  • OMAPL Boot loader App Notes
  • linux3.3.2 hang on booting

    linux3.3.2 hang on booting

    This question is not answered
    yuqing cai
    Posted by yuqing cai
    on Apr 15 2012 21:10 PM
    Intellectual600 points

    hi, all

    I am running the linux-3.3.2 on my omap3 platform, then it hang on booting,  the booting message stop at  "Failed to open /dev/kmsg for logging: No such file or directory".

    I use the following command to build the kernel:

            make mrproper

            make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm omap2plus_defconfig

            make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage

    hope help...

    the full booting message show as below:

    
    
    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [ 0.000000] Booting Linux on physical CPU 0
    [ 0.000000] Linux version 3.3.2 (qing@HAHA) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 SMP Mon Apr 16 092
    [ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
    [ 0.000000] Machine: OMAP3 Beagle Board
    [ 0.000000] Memory policy: ECC disabled, Data cache writeback
    [ 0.000000] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
    [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
    [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0e1d000 s10880 r8192 d13696 u32768
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
    [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mtdblock4 rootfstype=jffs2
    [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [ 0.000000] Memory: 255MB = 255MB total
    [ 0.000000] Memory: 246436k/246436k available, 15708k 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] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
    [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc05e6170 (6009 kB)
    [ 0.000000] .init : 0xc05e7000 - 0xc0634a80 ( 311 kB)
    [ 0.000000] .data : 0xc0636000 - 0xc06c1cd0 ( 560 kB)
    [ 0.000000] .bss : 0xc06c1cf4 - 0xc0c178dc (5463 kB)
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] NR_IRQS:474
    [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
    [ 0.000000] Total of 96 interrupts on 1 active controller
    [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [ 0.000000] Console: colour dummy device 80x30
    [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
    [ 0.000000] ... MAX_LOCK_DEPTH: 48
    [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
    [ 0.000000] ... CLASSHASH_SIZE: 4096
    [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
    [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
    [ 0.000000] ... CHAINHASH_SIZE: 16384
    [ 0.000000] memory used by lock dependency info: 3695 kB
    [ 0.000000] per task-struct memory footprint: 1152 bytes
    [ 0.001861] Calibrating delay loop... 490.52 BogoMIPS (lpj=1916928)
    [ 0.085388] pid_max: default: 32768 minimum: 301
    [ 0.087188] Security Framework initialized
    [ 0.087829] Mount-cache hash table entries: 512
    [ 0.098480] CPU: Testing write buffer coherency: ok
    [ 0.100799] CPU0: thread -1, cpu 0, socket -1, mpidr 0
    [ 0.101135] Setting up static identity map for 0x804439b8 - 0x80443a28
    [ 0.105926] Brought up 1 CPUs
    [ 0.105957] SMP: Total of 1 processors activated (490.52 BogoMIPS).
    [ 0.136840] omap_hwmod: usbtll_fck: missing clockdomain for usbtll_fck.
    [ 0.181030] print_constraints: dummy:
    [ 0.186004] NET: Registered protocol family 16
    [ 0.188934] GPMC revision 5.0
    [ 0.217163] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.218841] OMAP GPIO hardware version 2.5
    [ 0.221435] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.224639] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.228210] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.231384] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [ 0.234985] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [ 0.254638] omap_mux_init: Add partition: #1: core, flags: 0
    [ 0.259185] OMAP3 Beagle Rev: Ax/Bx
    [ 0.292785] Reprogramming SDRC clock to 332000000 Hz
    [ 0.295532] Found NAND on CS0
    [ 0.295593] Registering NAND on CS0
    [ 0.298339] Unable to get DVI reset GPIO
    [ 0.299316] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.354980] omap-mcbsp.2: alias fck already exists
    [ 0.357727] omap-mcbsp.3: alias fck already exists
    [ 0.374389] OMAP DMA hardware revision 4.0
    [ 0.578063] bio: create slab <bio-0> at 0
    [ 0.602478] SCSI subsystem initialized
    [ 0.628845] usbcore: registered new interface driver usbfs
    [ 0.632568] usbcore: registered new interface driver hub
    [ 0.635101] usbcore: registered new device driver usb
    [ 0.642547] omap_i2c omap_i2c.1: bus 1 rev1.3.12 at 2600 kHz
    [ 0.666503] twl4030: PIH (irq 7) chaining IRQs 368..375
    [ 0.668273] twl4030: power (irq 373) chaining IRQs 376..383
    [ 0.673553] twl4030: gpio (irq 368) chaining IRQs 384..401
    [ 0.677368] gpiochip_add: registered GPIOs 192 to 211 on device: twl4030
    [ 0.701293] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
    [ 0.707427] print_constraints: VDAC: 1800 mV normal standby
    [ 0.712982] print_constraints: VDVI: 1800 mV normal standby
    [ 0.719543] print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
    [ 0.721710] omap_i2c omap_i2c.3: bus 3 rev1.3.12 at 100 kHz
    [ 0.748443] Switching to clocksource 32k_counter
    [ 1.068511] NET: Registered protocol family 2
    [ 1.071014] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 1.075744] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 1.076385] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
    [ 1.082031] TCP: Hash tables configured (established 8192 bind 8192)
    [ 1.082305] TCP reno registered
    [ 1.082397] UDP hash table entries: 128 (order: 1, 10240 bytes)
    [ 1.082885] UDP-Lite hash table entries: 128 (order: 1, 10240 bytes)
    [ 1.084716] NET: Registered protocol family 1
    [ 1.088470] RPC: Registered named UNIX socket transport module.
    [ 1.088531] RPC: Registered udp transport module.
    [ 1.088562] RPC: Registered tcp transport module.
    [ 1.088592] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.091033] NetWinder Floating Point Emulator V0.97 (double precision)
    [ 1.315063] VFS: Disk quotas dquot_6.5.2
    [ 1.315673] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.322937] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
    [ 1.325744] msgmni has been set to 481
    [ 1.336486] io scheduler noop registered
    [ 1.336547] io scheduler deadline registered
    [ 1.337127] io scheduler cfq registered (default)
    [ 1.343963] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.362609] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
    [ 1.368164] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
    [ 1.371826] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
    [ 2.026977] console [ttyO2] enabled
    [ 2.131408] brd: module loaded
    [ 2.190582] loop: module loaded
    [ 2.216552] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 2.224914] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xba (Micron NAND 256MiB 1,8V 16-bit)
    [ 2.236785] Creating 5 MTD partitions on "omap2-nand.0":
    [ 2.242828] 0x000000000000-0x000000080000 : "X-Loader"
    [ 2.266632] 0x000000080000-0x000000260000 : "U-Boot"
    [ 2.285125] 0x000000260000-0x000000280000 : "U-Boot Env"
    [ 2.303131] 0x000000280000-0x000000680000 : "Kernel"
    [ 2.323364] 0x000000680000-0x000010000000 : "File System"
    [ 2.463623] OneNAND driver initializing
    [ 2.491027] usbcore: registered new interface driver asix
    [ 2.498931] usbcore: registered new interface driver cdc_ether
    [ 2.507629] usbcore: registered new interface driver net1080
    [ 2.515655] usbcore: registered new interface driver cdc_subset
    [ 2.523864] usbcore: registered new interface driver zaurus
    [ 2.531799] usbcore: registered new interface driver cdc_ncm
    [ 2.544219] usbcore: registered new interface driver cdc_wdm
    [ 2.550506] Initializing USB Mass Storage driver...
    [ 2.557617] usbcore: registered new interface driver usb-storage
    [ 2.564392] USB Mass Storage support registered.
    [ 2.572601] usbcore: registered new interface driver libusual
    [ 2.580871] usbcore: registered new interface driver usbtest
    [ 2.591735] mousedev: PS/2 mouse device common for all mice
    [ 2.613464] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input0
    [ 2.639373] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [ 2.649749] i2c /dev entries driver
    [ 2.661437] Driver for 1-wire Dallas network protocol.
    [ 2.676208] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
    [ 2.685394] twl4030_wdt twl4030_wdt: Failed to register misc device
    [ 2.692810] twl4030_wdt: probe of twl4030_wdt failed with error -16
    [ 2.949523] usbcore: registered new interface driver usbhid
    [ 2.955718] usbhid: USB HID core driver
    [ 2.959808] oprofile: hardware counters not available
    [ 2.965332] oprofile: using timer interrupt.
    [ 2.971435] TCP cubic registered
    [ 2.974884] Initializing XFRM netlink socket
    [ 2.980072] NET: Registered protocol family 17
    [ 2.985229] NET: Registered protocol family 15
    [ 2.990753] Registering the dns_resolver key type
    [ 2.997711] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
    [ 3.007812] ThumbEE CPU extension supported.
    [ 3.121765] clock: disabling unused clocks to save power
    [ 3.137634] regulator_init_complete: VDVI: incomplete constraints, leaving on
    [ 3.145843] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [ 3.158935] input: gpio-keys as /devices/platform/gpio-keys/input/input1
    [ 3.173675] twl_rtc twl_rtc: setting system clock to 2009-01-16 13:50:05 UTC (1232113805)
    [ 3.199829] CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
    [ 3.230072] CLEANMARKER node found at 0x00020000 has totlen 0xc != normal 0x0
    [ 3.256439] CLEANMARKER node found at 0x00040000 has totlen 0xc != normal 0x0
    [ 3.283721] CLEANMARKER node found at 0x00060000 has totlen 0xc != normal 0x0
    [ 3.312866] CLEANMARKER node found at 0x00080000 has totlen 0xc != normal 0x0
    [ 3.338989] CLEANMARKER node found at 0x000a0000 has totlen 0xc != normal 0x0
    [ 3.365570] CLEANMARKER node found at 0x000c0000 has totlen 0xc != normal 0x0
    [ 3.395812] CLEANMARKER node found at 0x000e0000 has totlen 0xc != normal 0x0
    [ 3.422821] CLEANMARKER node found at 0x00100000 has totlen 0xc != normal 0x0
    [ 3.447937] mmc0: new high speed SD card at address 0002
    [ 3.460937] mmcblk0: mmc0:0002 00000 971 MiB (ro)
    [ 3.469726] CLEANMARKER node found at 0x00120000 has totlen 0xc != normal 0x0
    [ 3.506652] CLEANMARKER node found at 0x00140000 has totlen 0xc != normal 0x0
    [ 3.514495] mmcblk0: p1 p2
    [ 3.547515] CLEANMARKER node found at 0x00160000 has totlen 0xc != normal 0x0
    [ 3.573699] CLEANMARKER node found at 0x00180000 has totlen 0xc != normal 0x0
    [ 3.599487] CLEANMARKER node found at 0x001a0000 has totlen 0xc != normal 0x0
    [ 3.624908] CLEANMARKER node found at 0x001c0000 has totlen 0xc != normal 0x0
    [ 3.651550] CLEANMARKER node found at 0x001e0000 has totlen 0xc != normal 0x0
    [ 3.676696] CLEANMARKER node found at 0x00200000 has totlen 0xc != normal 0x0
    [ 3.702117] CLEANMARKER node found at 0x00220000 has totlen 0xc != normal 0x0
    [ 3.727996] CLEANMARKER node found at 0x00240000 has totlen 0xc != normal 0x0
    [ 3.753265] CLEANMARKER node found at 0x00260000 has totlen 0xc != normal 0x0
    [ 3.778869] CLEANMARKER node found at 0x00280000 has totlen 0xc != normal 0x0
    [ 3.804382] CLEANMARKER node found at 0x002a0000 has totlen 0xc != normal 0x0
    [ 3.829864] CLEANMARKER node found at 0x002c0000 has totlen 0xc != normal 0x0
    [ 3.855102] CLEANMARKER node found at 0x002e0000 has totlen 0xc != normal 0x0
    [ 3.880615] CLEANMARKER node found at 0x00300000 has totlen 0xc != normal 0x0
    [ 3.906005] CLEANMARKER node found at 0x00320000 has totlen 0xc != normal 0x0
    [ 3.931457] CLEANMARKER node found at 0x00340000 has totlen 0xc != normal 0x0
    [ 3.956573] CLEANMARKER node found at 0x00360000 has totlen 0xc != normal 0x0
    [ 3.981964] CLEANMARKER node found at 0x00380000 has totlen 0xc != normal 0x0
    [ 4.007598] CLEANMARKER node found at 0x003a0000 has totlen 0xc != normal 0x0
    [ 4.032897] CLEANMARKER node found at 0x003c0000 has totlen 0xc != normal 0x0
    [ 4.058441] CLEANMARKER node found at 0x003e0000 has totlen 0xc != normal 0x0
    [ 4.083801] CLEANMARKER node found at 0x00400000 has totlen 0xc != normal 0x0
    [ 4.109100] CLEANMARKER node found at 0x00420000 has totlen 0xc != normal 0x0
    [ 4.134674] CLEANMARKER node found at 0x00440000 has totlen 0xc != normal 0x0
    [ 4.160003] CLEANMARKER node found at 0x00460000 has totlen 0xc != normal 0x0
    [ 4.185485] CLEANMARKER node found at 0x00480000 has totlen 0xc != normal 0x0
    [ 4.210906] CLEANMARKER node found at 0x004a0000 has totlen 0xc != normal 0x0
    [ 4.240234] CLEANMARKER node found at 0x004c0000 has totlen 0xc != normal 0x0
    [ 4.270965] CLEANMARKER node found at 0x004e0000 has totlen 0xc != normal 0x0
    [ 4.297271] CLEANMARKER node found at 0x00500000 has totlen 0xc != normal 0x0
    [ 4.322906] CLEANMARKER node found at 0x00520000 has totlen 0xc != normal 0x0
    [ 4.348663] CLEANMARKER node found at 0x00540000 has totlen 0xc != normal 0x0
    [ 4.374084] CLEANMARKER node found at 0x00560000 has totlen 0xc != normal 0x0
    [ 4.399902] CLEANMARKER node found at 0x00580000 has totlen 0xc != normal 0x0
    [ 4.425445] CLEANMARKER node found at 0x005a0000 has totlen 0xc != normal 0x0
    [ 4.451568] CLEANMARKER node found at 0x005c0000 has totlen 0xc != normal 0x0
    [ 4.477661] CLEANMARKER node found at 0x005e0000 has totlen 0xc != normal 0x0
    [ 4.503692] CLEANMARKER node found at 0x00600000 has totlen 0xc != normal 0x0
    [ 4.529113] CLEANMARKER node found at 0x00620000 has totlen 0xc != normal 0x0
    [ 4.554931] CLEANMARKER node found at 0x00640000 has totlen 0xc != normal 0x0
    [ 4.580718] CLEANMARKER node found at 0x00660000 has totlen 0xc != normal 0x0
    [ 4.606903] CLEANMARKER node found at 0x00680000 has totlen 0xc != normal 0x0
    [ 4.633392] CLEANMARKER node found at 0x006a0000 has totlen 0xc != normal 0x0
    [ 4.659912] CLEANMARKER node found at 0x006c0000 has totlen 0xc != normal 0x0
    [ 4.687347] CLEANMARKER node found at 0x006e0000 has totlen 0xc != normal 0x0
    [ 4.713012] CLEANMARKER node found at 0x00700000 has totlen 0xc != normal 0x0
    [ 4.739135] CLEANMARKER node found at 0x00720000 has totlen 0xc != normal 0x0
    [ 4.765502] CLEANMARKER node found at 0x00740000 has totlen 0xc != normal 0x0
    [ 4.791381] CLEANMARKER node found at 0x00760000 has totlen 0xc != normal 0x0
    [ 4.817352] CLEANMARKER node found at 0x00780000 has totlen 0xc != normal 0x0
    [ 4.843627] CLEANMARKER node found at 0x007a0000 has totlen 0xc != normal 0x0
    [ 4.877136] CLEANMARKER node found at 0x007c0000 has totlen 0xc != normal 0x0
    [ 4.903198] CLEANMARKER node found at 0x007e0000 has totlen 0xc != normal 0x0
    [ 4.932769] CLEANMARKER node found at 0x00800000 has totlen 0xc != normal 0x0
    [ 4.958679] CLEANMARKER node found at 0x00820000 has totlen 0xc != normal 0x0
    [ 4.985351] CLEANMARKER node found at 0x00840000 has totlen 0xc != normal 0x0
    [ 5.012054] CLEANMARKER node found at 0x00860000 has totlen 0xc != normal 0x0
    [ 5.037689] CLEANMARKER node found at 0x00880000 has totlen 0xc != normal 0x0
    [ 5.063873] CLEANMARKER node found at 0x008a0000 has totlen 0xc != normal 0x0
    [ 5.090545] CLEANMARKER node found at 0x008c0000 has totlen 0xc != normal 0x0
    [ 5.117462] CLEANMARKER node found at 0x008e0000 has totlen 0xc != normal 0x0
    [ 5.143035] CLEANMARKER node found at 0x00900000 has totlen 0xc != normal 0x0
    [ 5.169647] CLEANMARKER node found at 0x00920000 has totlen 0xc != normal 0x0
    [ 5.196166] CLEANMARKER node found at 0x00940000 has totlen 0xc != normal 0x0
    [ 5.223785] CLEANMARKER node found at 0x00960000 has totlen 0xc != normal 0x0
    [ 5.250579] CLEANMARKER node found at 0x00980000 has totlen 0xc != normal 0x0
    [ 5.277923] CLEANMARKER node found at 0x009a0000 has totlen 0xc != normal 0x0
    [ 5.303558] CLEANMARKER node found at 0x009c0000 has totlen 0xc != normal 0x0
    [ 5.329315] CLEANMARKER node found at 0x009e0000 has totlen 0xc != normal 0x0
    [ 5.355102] CLEANMARKER node found at 0x00a00000 has totlen 0xc != normal 0x0
    [ 5.380859] CLEANMARKER node found at 0x00a20000 has totlen 0xc != normal 0x0
    [ 5.407226] CLEANMARKER node found at 0x00a40000 has totlen 0xc != normal 0x0
    [ 5.433105] CLEANMARKER node found at 0x00a60000 has totlen 0xc != normal 0x0
    [ 5.458770] CLEANMARKER node found at 0x00a80000 has totlen 0xc != normal 0x0
    [ 5.484619] CLEANMARKER node found at 0x00aa0000 has totlen 0xc != normal 0x0
    [ 5.510345] CLEANMARKER node found at 0x00ac0000 has totlen 0xc != normal 0x0
    [ 5.535919] CLEANMARKER node found at 0x00ae0000 has totlen 0xc != normal 0x0
    [ 5.561676] CLEANMARKER node found at 0x00b00000 has totlen 0xc != normal 0x0
    [ 5.587799] CLEANMARKER node found at 0x00b20000 has totlen 0xc != normal 0x0
    [ 5.613555] CLEANMARKER node found at 0x00b40000 has totlen 0xc != normal 0x0
    [ 5.639190] CLEANMARKER node found at 0x00b60000 has totlen 0xc != normal 0x0
    [ 5.665466] CLEANMARKER node found at 0x00b80000 has totlen 0xc != normal 0x0
    [ 5.691131] CLEANMARKER node found at 0x00ba0000 has totlen 0xc != normal 0x0
    [ 5.716918] CLEANMARKER node found at 0x00bc0000 has totlen 0xc != normal 0x0
    [ 5.742950] CLEANMARKER node found at 0x00be0000 has totlen 0xc != normal 0x0
    [ 5.769165] CLEANMARKER node found at 0x00c00000 has totlen 0xc != normal 0x0
    [ 5.795257] CLEANMARKER node found at 0x00c20000 has totlen 0xc != normal 0x0
    [ 5.821441] CLEANMARKER node found at 0x00c40000 has totlen 0xc != normal 0x0
    [ 5.847717] CLEANMARKER node found at 0x00c60000 has totlen 0xc != normal 0x0
    [ 5.873748] CLEANMARKER node found at 0x00c80000 has totlen 0xc != normal 0x0
    [ 5.900268] CLEANMARKER node found at 0x00ca0000 has totlen 0xc != normal 0x0
    [ 5.928436] CLEANMARKER node found at 0x00cc0000 has totlen 0xc != normal 0x0
    [ 5.955932] CLEANMARKER node found at 0x00ce0000 has totlen 0xc != normal 0x0
    [ 5.981933] CLEANMARKER node found at 0x00d00000 has totlen 0xc != normal 0x0
    [ 6.007995] CLEANMARKER node found at 0x00d20000 has totlen 0xc != normal 0x0
    [ 6.034576] CLEANMARKER node found at 0x00d40000 has totlen 0xc != normal 0x0
    [ 6.060638] CLEANMARKER node found at 0x00d60000 has totlen 0xc != normal 0x0
    [ 6.086517] CLEANMARKER node found at 0x00d80000 has totlen 0xc != normal 0x0
    [ 6.112396] CLEANMARKER node found at 0x00da0000 has totlen 0xc != normal 0x0
    [ 6.138458] CLEANMARKER node found at 0x00dc0000 has totlen 0xc != normal 0x0
    [ 6.164886] CLEANMARKER node found at 0x00de0000 has totlen 0xc != normal 0x0
    [ 6.191040] CLEANMARKER node found at 0x00e00000 has totlen 0xc != normal 0x0
    [ 6.216583] CLEANMARKER node found at 0x00e20000 has totlen 0xc != normal 0x0
    [ 6.243011] CLEANMARKER node found at 0x00e40000 has totlen 0xc != normal 0x0
    [ 6.268798] CLEANMARKER node found at 0x00e60000 has totlen 0xc != normal 0x0
    [ 6.294525] CLEANMARKER node found at 0x00e80000 has totlen 0xc != normal 0x0
    [ 6.320800] CLEANMARKER node found at 0x00ea0000 has totlen 0xc != normal 0x0
    [ 6.348541] CLEANMARKER node found at 0x00ec0000 has totlen 0xc != normal 0x0
    [ 6.378112] CLEANMARKER node found at 0x00ee0000 has totlen 0xc != normal 0x0
    [ 6.407989] CLEANMARKER node found at 0x00f00000 has totlen 0xc != normal 0x0
    [ 6.443145] CLEANMARKER node found at 0x00f20000 has totlen 0xc != normal 0x0
    [ 6.482971] CLEANMARKER node found at 0x00f40000 has totlen 0xc != normal 0x0
    [ 6.521179] CLEANMARKER node found at 0x00f60000 has totlen 0xc != normal 0x0
    [ 6.557739] CLEANMARKER node found at 0x00f80000 has totlen 0xc != normal 0x0
    [ 6.591674] CLEANMARKER node found at 0x00fa0000 has totlen 0xc != normal 0x0
    [ 6.628540] CLEANMARKER node found at 0x00fc0000 has totlen 0xc != normal 0x0
    [ 6.667144] CLEANMARKER node found at 0x00fe0000 has totlen 0xc != normal 0x0
    [ 6.700317] CLEANMARKER node found at 0x01000000 has totlen 0xc != normal 0x0
    [ 6.737335] CLEANMARKER node found at 0x01020000 has totlen 0xc != normal 0x0
    [ 6.779144] CLEANMARKER node found at 0x01040000 has totlen 0xc != normal 0x0
    [ 6.818817] CLEANMARKER node found at 0x01060000 has totlen 0xc != normal 0x0
    [ 8.402801] JFFS2 notice: (1) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 uncheck.
    [ 8.428680] VFS: Mounted root (jffs2 filesystem) on device 31:4.
    [ 8.436340] Freeing init memory: 308K
    Failed to open /dev/kmsg for logging: No such file or directory

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Renjith Thomas
      Posted by Renjith Thomas
      on Jun 18 2012 12:25 PM
      Guru23890 points

      Can you try compiling the kernel with the option CONFIG_DEVTMPFS_MOUNT=y enabled?

      -Renjith | www.pathpartnertech.com | Verify the answer if you think your query is resolved

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    TI E2E™ Community
    • Support Forums
    • Blogs
    • Videos
    • Groups
    • Site Support & Feedback
    • Settings
    TI E2E™ Community Groups
    • TI University Program
    • Make the Switch
    • Microcontroller Projects
    • Motor Drive & Control
    Other Communities
    • Deyisupport
    • Designsomething.org
    • beagleboard.org
    • TI on Element 14
    • TI on TechXchangeSM
    Other Technical & Support Resources
    • WEBENCH® Design Center
    • Product Information Centers
    • Technical Documents
    • TI Design Network
    • TI Technical Articles
    • TI Training

    All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

    Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

    Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
    TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

    TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
    embedded processors, along with software, tools and the industry’s largest sales/support staff.

    © Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
    Trademarks | Privacy Policy | Terms of Use