Hello,
I am trying to boot linux on the 4460 pandaboard.
I used the below website,
http://www.omappedia.com/wiki/Minimal-FS_SD_flashing
When i try to boot, i am getting some errors.
Below i have listed my logs...
Please help me to fix the problem.
root@rekha-BM6660-BM6360:~# minicom
Welcome to minicom 2.5
OPTIONS: I18n
Compiled on May 2 2011, 10:05:24.
Port /dev/ttyUSB0
Press CTRL-A Z for help on special keys
U-Boot SPL 2011.12 (Apr 02 2012 - 18:13:04)
Texas Instruments OMAP4430 ES2.2
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.bin
mkimage signature not found - ih_magic = ea000014
Assuming u-boot.bin ..
reading u-boot.bin
U-Boot 2011.12 (Apr 02 2012 - 18:13:04)
CPU : OMAP4430 ES2.2
Board: OMAP4 Panda
I2C: ready
DRAM: 1 GiB
WARNING: Caches not enabled
MMC: OMAP SD/MMC: 0
Using default environment
In: serial
Out: serial
Err: serial
Net: No ethernet found.
checking for preEnv.txt
reading preEnv.txt
** Unable to read "preEnv.txt" from mmc 0:1 **
Hit any key to stop autoboot: 0
reading uEnv.txt
** Unable to read "uEnv.txt" from mmc 0:1 **
reading boot.scr
228 bytes read
Loaded script from boot.scr
Running bootscript from mmc0 ...
## Executing script at 82000000
reading uImage
4298732 bytes read
## Booting kernel from Legacy Image at 80000000 ...
Image Name: Ubuntu kernel
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4298668 Bytes = 4.1 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-1205-omap4 (buildd@kaylaberry) (gcc version )
[ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP4 Panda board
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] OMAP4430 ES2.2
[ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xe000
[ 0.000000] PERCPU: Embedded 7 pages/cpu @c1133000 s7584 r8192 d12896 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pa4
[ 0.000000] Kernel command line: rw vram=32M fixrtc mem=1G@0x80000000 root=/t
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] allocated 4194304 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memos
[ 0.000000] Memory: 992MB = 992MB total
[ 0.000000] Memory: 993248k/993248k available, 55328k reserved, 229376K highm
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xf0800000 - 0xf8000000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .init : 0xc0008000 - 0xc004e000 ( 280 kB)
[ 0.000000] .text : 0xc004e000 - 0xc0844a78 (8155 kB)
[ 0.000000] .data : 0xc0846000 - 0xc08ae4b0 ( 418 kB)
[ 0.000000] .bss : 0xc08ae4d4 - 0xc092a52c ( 497 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:410
[ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_.
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 1s
[ 0.000000] Console: colour dummy device 80x30
[ 0.000152] Calibrating delay loop... 1590.23 BogoMIPS (lpj=6213632)
[ 0.070343] pid_max: default: 32768 minimum: 301
[ 0.070343] Security Framework initialized
[ 0.070343] AppArmor: AppArmor initialized
[ 0.070739] Yama: becoming mindful.
[ 0.070739] Mount-cache hash table entries: 512
[ 0.070739] Initializing cgroup subsys cpuacct
[ 0.072021] Initializing cgroup subsys memory
[ 0.072021] Initializing cgroup subsys devices
[ 0.072082] Initializing cgroup subsys freezer
[ 0.072082] Initializing cgroup subsys blkio
[ 0.072082] Initializing cgroup subsys perf_event
[ 0.072143] CPU: Testing write buffer coherency: ok
[ 0.072540] twd_timer_setup: no clock found
[ 0.072662] Calibrating local timer... 390.27MHz.
[ 0.117462] L310 cache controller enabled
[ 0.117462] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache sB
[ 0.178436] CPU1: Booted secondary processor
[ 0.208953] Brought up 2 CPUs
[ 0.208984] SMP: Total of 2 processors activated (3144.71 BogoMIPS).
[ 0.209381] devtmpfs: initialized
[ 0.213073] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
[ 0.213073] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_insr
[ 0.213104] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_mai1
[ 0.213104] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_mai2
[ 0.213134] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[ 0.213165] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[ 0.213165] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[ 0.213195] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[ 0.213195] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_pre
[ 0.213226] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for dsp
[ 0.213226] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[ 0.213226] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.218139] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.223083] print_constraints: dummy:
[ 0.223083] NET: Registered protocol family 16
[ 0.223541] GPMC revision 6.0
[ 0.225128] omap_device: omap_gpio.0: new worst case activate latency 0: 5793
[ 0.225158] OMAP GPIO hardware version 0.1
[ 0.225158] OMAP GPIO hardware version 0.1
[ 0.225585] OMAP GPIO hardware version 0.1
[ 0.225616] OMAP GPIO hardware version 0.1
[ 0.225799] OMAP GPIO hardware version 0.1
[ 0.225952] OMAP GPIO hardware version 0.1
[ 0.226623] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.226623] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.228790] omap_device: omap_uart.1: new worst case activate latency 0: 1835
[ 0.235046] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.236022] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-st.
[ 0.236022] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.236022] omap_init_sham: platform not supported
[ 0.236022] omap_init_aes: platform not supported
[ 0.237030] pm_dbg_init: only OMAP3 supported
[ 0.237915] omap_ipussdev_init: could not look up iss
[ 0.237915] OMAP DMA hardware revision 0.0
[ 0.244384] bio: create slab <bio-0> at 0
[ 0.244781] print_constraints: vwl1271: 1800 mV
[ 0.245239] SCSI subsystem initialized
[ 0.246459] omap_device: omap2_mcspi.1: new worst case activate latency 0: 10
[ 0.247039] usbcore: registered new interface driver usbfs
[ 0.247039] usbcore: registered new interface driver hub
[ 0.247497] usbcore: registered new device driver usb
[ 0.248168] omap_device: omap_i2c.1: new worst case activate latency 0: 67136
[ 0.262268] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[ 0.262664] Skipping twl internal clock init and using bootloader value (unk)
[ 0.263397] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 0.263977] print_constraints: VUSB: 3300 mV normal standby
[ 0.461486] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.461547] twl6030: Interrupt status 0x040000
[ 0.462493] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal stay
[ 0.462921] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal stany
[ 0.463256] print_constraints: VCXIO: 1800 mV normal standby
[ 0.463256] print_constraints: VDAC: 1800 mV normal standby
[ 0.463928] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normy
[ 0.464263] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normy
[ 0.464263] print_constraints: CLK32KG:
[ 0.464630] print_constraints: VANA: 2100 mV normal standby
[ 0.475708] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 0.490997] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 0.506195] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[ 0.506591] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.506805] Bluetooth: Core ver 2.16
[ 0.506805] NET: Registered protocol family 31
[ 0.507415] Bluetooth: HCI device and connection manager initialized
[ 0.507415] Bluetooth: HCI socket layer initialized
[ 0.507812] cfg80211: Calling CRDA to update world regulatory domain
[ 0.507965] NetLabel: Initializing
[ 0.508636] NetLabel: domain hash size = 128
[ 0.508636] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.508697] NetLabel: unlabeled traffic allowed by default
[ 0.508911] Switching to clocksource 32k_counter
[ 0.513854] Switched to NOHz mode on CPU #0
[ 0.514221] Switched to NOHz mode on CPU #1
[ 0.523925] AppArmor: AppArmor Filesystem Enabled
[ 0.532928] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
[ 0.533050] omap_device: musb-omap2430.-1: new worst case activate latency 00
[ 0.533203] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using D4
[ 0.533782] NET: Registered protocol family 2
[ 0.534118] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.534118] TCP established hash table entries: 131072 (order: 8, 1048576 by)
[ 0.535186] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.538146] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.538146] TCP reno registered
[ 0.538177] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.538177] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.538787] NET: Registered protocol family 1
[ 0.539062] RPC: Registered named UNIX socket transport module.
[ 0.539337] RPC: Registered udp transport module.
[ 0.539337] RPC: Registered tcp transport module.
[ 0.539337] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.610900] ipu-power ipu0: Test of writing to the device message log,done ft
[ 0.610900] ipu-power initialized ipu, major: 252, minor: 0
[ 0.611541] omap-iommu omap-iommu.0: ducati registered
[ 0.611541] omap-iommu omap-iommu.1: tesla registered
[ 0.611541] iovmm-omap initialized ducati, major: 251, base-minor: 0
[ 0.611541] iovmm-omap initialized tesla, major: 251, base-minor: 1
[ 0.612121] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproa
[ 0.612457] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla,0
[ 0.612457] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rpro0
[ 0.612457] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati1
[ 0.612457] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rpro1
[ 0.612457] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati2
[ 0.613464] audit: initializing netlink socket (disabled)
[ 0.613464] type=2000 audit(0.617:1): initialized
[ 0.731903] highmem bounce pool size: 64 pages
[ 0.739166] VFS: Disk quotas dquot_6.5.2
[ 0.739929] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.744934] msgmni has been set to 1491
[ 0.746612] io scheduler noop registered
[ 0.746612] io scheduler deadline registered
[ 0.746765] io scheduler cfq registered (default)
[ 0.819244] OMAP DSS rev 4.0
[ 0.824981] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 0.852691] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 0.909576] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 1.952423] console [ttyO2] enabled
[ 2.079956] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 2.485443] [drm] Initialized drm 1.1.0 20060810
[ 2.490966] brd: module loaded
[ 2.496490] loop: module loaded
[ 2.500854] (stk) :sysfs entries created
[ 2.505004] (stk) : debugfs entries created
[ 2.510101] omap_device: omap_i2c.1: new worst case deactivate latency 0: 912
[ 2.519256] usbcore: registered new interface driver smsc95xx
[ 2.526702] cdc_ncm: 01-June-2011
[ 2.526702] usbcore: registered new interface driver cdc_ncm
[ 2.536376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.543243] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummyr
[ 2.551757] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.551849] ehci-omap ehci-omap.0: new USB bus registered, assigned bus numb1
[ 2.565673] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[ 2.601806] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.608001] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.615142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 2.622741] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.622741] usb usb1: Manufacturer: Linux 3.0.0-1205-omap4 ehci_hcd
[ 2.622741] usb usb1: SerialNumber: ehci-omap.0
[ 2.640289] hub 1-0:1.0: USB hub found
[ 2.644256] hub 1-0:1.0: 3 ports detected
[ 2.673126] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.673126] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[ 2.686004] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus nu2
[ 2.694122] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[ 2.793945] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.801116] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 2.808685] usb usb2: Product: OMAP3 OHCI Host Controller
[ 2.814361] usb usb2: Manufacturer: Linux 3.0.0-1205-omap4 ohci_hcd
[ 2.820953] usb usb2: SerialNumber: ohci-omap3.0
[ 2.826416] hub 2-0:1.0: USB hub found
[ 2.830352] hub 2-0:1.0: 3 ports detected
[ 2.834686] Initializing USB Mass Storage driver...
[ 2.834686] usbcore: registered new interface driver usb-storage
[ 2.846588] USB Mass Storage support registered.
[ 2.846588] mousedev: PS/2 mouse device common for all mice
[ 2.858489] omap_device: omap_i2c.1: new worst case activate latency 0: 79347
[ 2.866821] omap_device: omap_i2c.1: new worst case deactivate latency 0: 240
[ 2.875244] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 2.881866] twl_rtc twl_rtc: Power up reset detected.
[ 2.888244] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 2.893218] i2c /dev entries driver
[ 2.896942] lirc_dev: IR Remote Control driver registered, major 247
[ 2.904479] Linux video capture interface: v2.00
[ 2.911682] wl1273_fm_module_init
[ 2.915527] Driver for 1-wire Dallas network protocol.
[ 2.915527] 1-Wire driver for the DS2760 battery monitor chip - (c) 2004-2o
[ 2.930511] omap_device: omap_wdt.-1: new worst case activate latency 0: 2440
[ 2.938903] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[ 2.945220] device-mapper: uevent: version 1.0.3
[ 2.951293] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-m
[ 2.960174] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
[ 2.967407] (stc): st_register(2)
[ 2.970825] (stc): chnl_id list empty :2
[ 2.970825] (stk) : st_kim_start
[ 2.985534] cpuidle: using governor ladder
[ 2.989868] cpuidle: using governor menu
[ 2.995147] usb 1-1: new high speed USB device number 2 using ehci-omap
[ 2.995788] twl6030: Interrupt status 0x000800
[ 2.995971] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dur
[ 2.997253] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dur
[ 3.025024] proc4430_drv_initializeModule
[ 3.029541] omap-devicehandler omap-devicehandler.0: omap_devh_probe: addinga
[ 3.055541] omap-devh initialized Tesla, major: 241, base-minor: 0
[ 3.062194] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding3
[ 3.062194] omap-devh initialized SysM3, major: 241, base-minor: 1
[ 3.077423] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding3
[ 3.086181] omap-devh initialized AppM3, major: 241, base-minor: 2
[ 3.094970] SDP4430 SoC init
[ 3.099273] omap_device: aess.-1: new worst case activate latency 0: 122070
[ 3.109710] omap_device: aess.-1: new worst case deactivate latency 0: 180057
[ 3.119506] (stk) :ldisc_install = 1
[ 3.156311] omap_device: omap-mcpdm.-1: new worst case activate latency 0: 37
[ 3.164337] omap_device: omap-mcpdm.-1: new worst case deactivate latency 0:5
[ 3.172729] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 3.179779] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.188812] hub 1-1:1.0: USB hub found
[ 3.189056] asoc: null-codec-dai <-> MultiMedia1 mapping ok
[ 3.190155] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[ 3.192871] asoc: null-codec-dai <-> Voice mapping ok
[ 3.193511] asoc: null-codec-dai <-> Tones mapping ok
[ 3.194885] asoc: null-codec-dai <-> Vibra mapping ok
[ 3.196228] asoc: null-codec-dai <-> MODEM mapping ok
[ 3.197143] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[ 3.199096] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[ 3.200531] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
[ 3.201934] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
[ 3.205108] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Steree
[ 3.205932] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[ 3.206817] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[ 3.207824] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[ 3.208618] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[ 3.209472] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
[ 3.210571] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
[ 3.211517] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
[ 3.212310] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[ 3.213226] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[ 3.214111] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[ 3.214111] input: Panda Headset Jack as /devices/platform/soc-audio.0/sound0
[ 3.214111] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
[ 3.214111] OMAP4 HDMI audio SoC init
[ 3.219299] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
[ 3.220489] ALSA device list:
[ 3.220489] #0: TI OMAP4 Board
[ 3.220520] #1: TI OMAP4 HDMI Board
[ 3.220886] aufs 2.1-standalone.tree-3.0-rcN-20110620
[ 3.220886] oprofile: hardware counters not available
[ 3.220886] oprofile: using timer interrupt.
[ 3.221252] TCP cubic registered
[ 3.221252] NET: Registered protocol family 10
[ 3.223236] NET: Registered protocol family 17
[ 3.223236] lib80211: common routines for IEEE802.11 drivers
[ 3.226196] Registering the dns_resolver key type
[ 3.226287] VFP support v0.3: implementor 41 architecture 3 part 30 variant 1
[ 3.393463] hub 1-1:1.0: 5 ports detected
[ 3.402496] ThumbEE CPU extension supported.
[ 3.403930] mmc0: host does not support reading read-only switch. assuming w.
[ 3.415435] Registering SWP/SWPB emulation handler
[ 3.415649] mmc0: new SDHC card at address b368
[ 3.416076] mmcblk0: mmc0:b368 NCard 14.9 GiB
[ 3.418029] mmcblk0: p1 p2
[ 3.436126] omap2_set_init_voltage: unable to find boot up OPP for vdd_iva
[ 3.443359] omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
[ 3.443389]
[ 3.452423] Power Management for TI OMAP4.
[ 3.457489] sr_init: No PMIC hook to init smartreflex
[ 3.462799] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver inid
[ 3.463043] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver inid
[ 3.479431] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver inid
[ 3.487823] SmartReflex Class3 initialized
[ 3.495178] registered taskstats version 1
[ 3.505981] regulator_init_complete: VANA: incomplete constraints, leaving on
[ 3.513793] regulator_init_complete: CLK32KG: incomplete constraints, leavinn
[ 3.522918] regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 3.530792] regulator_init_complete: VCXIO: incomplete constraints, leaving n
[ 3.539031] regulator_init_complete: VUSB: incomplete constraints, leaving on
[ 3.546691] omap_device: omap_i2c.1: new worst case activate latency 0: 76592
[ 3.556213] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC)
[ 3.567413] mmc1: card claims to support voltages below the defined range. T.
[ 3.632049] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.639007] mmc1: new SDIO card at address 0001
[ 3.673370] omapdss DISPC error: timeout waiting for EVSYNC
[ 3.673370] omap_vout omap_vout: 'hdmi' Display already enabled
[ 3.685424] omap_vout omap_vout: Buffer Size = 3686400
[ 3.690826] omap_vout omap_vout: : registered and initialized video device 1
[ 3.699005] omap_vout omap_vout: Buffer Size = 3686400
[ 3.704498] omap_vout omap_vout: : registered and initialized video device 2
[ 3.720184] usb 1-1.1: new high speed USB device number 3 using ehci-omap
[ 3.870239] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.870239] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumbe0
[ 3.887878] smsc95xx v1.0.4
[ 4.021057] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0a
[ 4.128143] (stk) :line disc installation timed out
[ 4.133209] (stk) :ldisc_install = 0
[ 4.234313] (stk) :ldisc_install = 1
[ 5.238891] (stk) :line disc installation timed out
[ 5.238891] (stk) :ldisc_install = 0
[ 5.342254] (stk) :ldisc_install = 1
[ 6.071929] Not enabling generic panel as no connector is detected
[ 6.078704] omapdrm omapdrm.0: could not create connector
[ 6.390045] (stk) :line disc installation timed out
[ 6.395111] (stk) :ldisc_install = 0
[ 6.501098] (stk) :ldisc_install = 1
[ 7.501220] (stk) :line disc installation timed out
[ 7.501220] (stk) :ldisc_install = 0
[ 7.602844] (stk) :ldisc_install = 1
[ 8.083496] No connectors reported connected with modes
[ 8.089172] [drm] Cannot find any crtc or sizes - going 1024x768
[ 8.133972] Console: switching to colour frame buffer device 128x48
[ 8.149719] fb0: omapdrm frame buffer device
[ 8.163116] drm: registered panic notifier
[ 8.167449] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 8.167449] [drm] No driver support for vblank timestamp query.
[ 8.167449] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
[ 8.192626] EXT3-fs: barriers not enabled
[ 8.609893] (stk) :line disc installation timed out
[ 8.614929] (stk) :ldisc_install = 0
[ 8.720977] (stk) :ldisc_install = 1
[ 9.731353] (stk) :line disc installation timed out
[ 9.736633] (stk) :ldisc_install = 0
[ 9.736633] ti_st_open: st_register failed -22
[ 271.080535] kjournald starting. Commit interval 5 seconds
[ 271.511657] EXT3-fs (mmcblk0p2): using internal journal
[ 271.517364] EXT3-fs (mmcblk0p2): 4 orphan inodes deleted
[ 271.523376] EXT3-fs (mmcblk0p2): recovery complete
[ 273.295410] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
[ 273.295410] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 273.295410] devtmpfs: mounted
[ 273.295410] Freeing init memory: 280K
[ 282.619812] (stk) :line disc installation timed out
[ 283.942047] (stk) :line disc installation timed out
[ 285.118347] (stk) :line disc installation timed out
* Starting AppArmor profiles [ 286.235717] (stk) :line disc installati
[ 287.506805] (stk) :line disc installation timed out
[ 287.563262] fmdrv: Timeout(6 sec), didn't get reg completion signal from ST
[ 287.579650] fmdrv: Unable to prepare FM CORE
[ 288.752044] (stk) :line disc installation timed out
[ 288.752044] (stc): KIM failure complete callback
[ 288.762542] ti_st_open: st_register failed -22
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
[ OK ]
[ OK ]rting NTP server ntpd