I encountered a problem with porting JellyBean4.2.2 to OMAP4470, and the website I referenced is following
http://www.omappedia.org/wiki/4AJ.2.5P2_OMAP4_Jelly_Bean_Release_Notes
I can get into root@android in luck , but it always crash when the message occur of "init: untracked pid 89 exited" and " init: untracked pid 95 exited". Who can help me, and I will appreciate your help. Thank you.
Texas Instruments Inc X-Loader 1.41.0-gdd880470-dirty (Feb 26 2014 - 17:08:08)
OMAP4470: 1.5 GHz capable SOM
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ...
U-Boot 1.1.4-g622fcfe5-dirty (Feb 26 2014 - 17:09:02)
Load address: 0x80e80000
DRAM: 1024 MB
Flash: 0 kB
Using default environment
In: serial
Out: serial
Err: serial
Initializing SD(0) Slot.
ptbl slot: SD:(0).
efi partition table not found
efi partition table:
ptbl slot: EMMC:(1).
efi partition table not found
Net: KS8851SNL
Hit any key to stop autoboot: 0
Usage:
MMC sub system
mmc read: Invalid size
4882544 bytes read
## Booting image at 81c00000 ...
Image Name: Linux-3.4.48-02170-g7a3725d-dirt
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4882480 Bytes = 4.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
I2C read: I/O error
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.48-02170-g7a3725d-dirty (bernie@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Feb 27 16:07:37 CST 2014
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP44XX Tablet board
[ 0.000000] Initialized persistent memory from a0000000-a01fffff
[ 0.000000] android_display: setting lcd resolution to 1280*800, bpp=4
[ 0.000000] android_display: tiler1d 33554432
[ 0.000000] android_display: setting fb0.vram to 4096000
[ 0.000000] android_display: setting hdmi resolution to 1280*800, bpp=4
[ 0.000000] android_display: tiler1d 33554432
[ 0.000000] android_display: setting fb1.vram to 8192000
[ 0.000000] android_display: setting vram to 12288000
[ 0.000000] Cannot detect omap type!
[ 0.000000] Reserving 10485760 bytes SDRAM for VRAM
[ 0.000000] cma: CMA: reserved 16 MiB at 97000000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] OMAP4: Map 0x98400000 to 0xfe600000 for dram barrier
[ 0.000000] OMAP4470 ES1.0
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c136e000 s13056 r8192 d15616 u36864
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 171776
[ 0.000000] Kernel command line: console=ttyO2,115200n8 androidboot.console=ttyO2 omap_wdt.timer_margin=30 vmalloc=496M omapfb.fb_opt=-1,-1,-1,1,1280,720 omap-cpufreq.safe_suspend_freq=600000000 androidboot.console=ttyO2 console=ttyO2,115200n8 mem=448M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk1p2 rw rootdelay=2 init=/init vram=10M omapfb.vram=0:8M no_console_suspend
[ 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: 388MB 2MB 289MB = 679MB total
[ 0.000000] Memory: 656972k/656972k available, 326068k reserved, 295936K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xdc800000 - 0xff000000 ( 552 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc08ec000 (9104 kB)
[ 0.000000] .init : 0xc08ec000 - 0xc0944300 ( 353 kB)
[ 0.000000] .data : 0xc0946000 - 0xc09eab90 ( 659 kB)
[ 0.000000] .bss : 0xc09eabb4 - 0xc0b64630 (1511 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:626
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000183] Calibrating delay loop... 1598.59 BogoMIPS (lpj=6242304)
[ 0.070404] pid_max: default: 32768 minimum: 301
[ 0.070556] Security Framework initialized
[ 0.070648] Mount-cache hash table entries: 512
[ 0.071716] Initializing cgroup subsys debug
[ 0.071716] Initializing cgroup subsys cpuacct
[ 0.071716] Initializing cgroup subsys freezer
[ 0.071746] Initializing cgroup subsys net_cls
[ 0.071777] CPU: Testing write buffer coherency: ok
[ 0.071960] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.072174] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.072296] Setting up static identity map for 0x806872f0 - 0x80687348
[ 0.072326] L310 cache controller enabled
[ 0.072326] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1048576 B
[ 0.072753] generating sar_ram layout...
[ 0.072937] sar ram layout created
[ 0.150604] CPU1: Booted secondary processor
[ 0.220642] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.220672] CPU1: Unknown IPI message 0x1
[ 0.220672] Brought up 2 CPUs
[ 0.220703] SMP: Total of 2 processors activated (3196.18 BogoMIPS).
[ 0.228637] omap_hwmod: aess: _wait_target_disable failed
[ 0.231323] omap_hwmod: dss_dispc: cannot be enabled (3)
[ 0.233947] omap_hwmod: dss_dsi1: cannot be enabled (3)
[ 0.236572] omap_hwmod: dss_dsi2: cannot be enabled (3)
[ 0.239166] omap_hwmod: dss_hdmi: cannot be enabled (3)
[ 0.241790] omap_hwmod: dss_rfbi: cannot be enabled (3)
[ 0.244415] omap_hwmod: dss_venc: cannot be enabled (3)
[ 0.248107] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.249877] omap_device: cannot add global notifier for dev PM QoS
[ 0.250366] dummy:
[ 0.251495] NET: Registered protocol family 16
[ 0.269531] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.269866] GPMC revision 6.0
[ 0.271331] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[ 0.271392] OMAP GPIO hardware version 0.1
[ 0.271514] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[ 0.271697] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[ 0.271881] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[ 0.272033] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
[ 0.272216] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
[ 0.273376] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.274139] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.279785] dmm dmm: initialized all PAT entries
[ 0.281158] omap_mux_get_by_name: Could not find signal csi22_dx2.csi22_dx2
[ 0.281188] omap_mux_get_by_name: Could not find signal csi22_dy2.csi22_dy2
[ 0.281707] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.281738] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.284942] omap-mcbsp.1: alias pad_fck already exists
[ 0.285095] omap-mcbsp.2: alias pad_fck already exists
[ 0.285217] omap-mcbsp.3: alias pad_fck already exists
[ 0.285339] omap-mcbsp.4: alias pad_fck already exists
[ 0.286071] OMAP DMA hardware revision 0.0
[ 0.286529] emif emif.1: emif_probe: device configured with addr = dc986000 and IRQ142
[ 0.286712] emif emif.2: emif_probe: device configured with addr = dc988000 and IRQ143
[ 0.287963] SmartReflex Recalibration delay = 86400000ms
[ 0.287994] SmartReflex Class 1.5 initialized
[ 0.288269] Reprogramming LPDDR2 timings to 933333333 Hz
[ 0.295867] bio: create slab <bio-0> at 0
[ 0.296447] VBAT: 3750 mV
[ 0.296661] vwl1271: 1800 mV
[ 0.297546] SCSI subsystem initialized
[ 0.297821] usbcore: registered new interface driver usbfs
[ 0.297912] usbcore: registered new interface driver hub
[ 0.298034] usbcore: registered new device driver usb
[ 0.298919] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[ 0.299865] twl_core: detected twl6032 rev.2 eepromrev.56
[ 0.301086] twl 1-0048: PIH (irq 39) chaining IRQs 416..436
[ 0.302032] LDOUSB: 3300 mV normal standby
[ 0.305450] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.306335] VANA: 2100 mV normal standby
[ 0.307006] CLK32KAUDIO:
[ 0.307891] SYSEN:
[ 0.308776] REGEN1:
[ 0.309448] CLK32KG:
[ 0.309722] V2V1: 2100 mV normal
[ 0.309722] V2V1: supplied by SYSEN
[ 0.310363] LDO5: 1200 <--> 3000 mV at 3000 mV normal standby
[ 0.311248] LDO1: 1800 <--> 2500 mV at 1900 mV normal standby
[ 0.312103] LDO7: 1200 <--> 2900 mV at 1800 mV normal standby
[ 0.313171] LDO6: 1800 mV normal standby
[ 0.313385] LDO6: supplied by V2V1
[ 0.314636] LDOLN: 1800 mV normal standby
[ 0.314849] LDOLN: supplied by V2V1
[ 0.315734] LDO2: 1000 <--> 3000 mV at 2800 mV normal standby
[ 0.316619] LDO4: 1200 <--> 2800 mV at 1800 mV normal standby
[ 0.317474] LDO3: 1000 <--> 3000 mV at 1200 mV normal standby
[ 0.318664] SMPS4: 1800 mV normal standby
[ 0.319366] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[ 0.319732] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 400 kHz
[ 0.320068] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[ 0.320892] Linux video capture interface: v2.00
[ 0.320953] sr_init: No PMIC hook to init smartreflex
[ 0.321472] omap-iommu omap-iommu.0: dsp registered
[ 0.321533] omap-iommu omap-iommu.1: ipu registered
[ 0.321777] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.322387] Bluetooth: Core ver 2.16
[ 0.322448] NET: Registered protocol family 31
[ 0.322448] Bluetooth: HCI device and connection manager initialized
[ 0.322479] Bluetooth: HCI socket layer initialized
[ 0.322479] Bluetooth: L2CAP socket layer initialized
[ 0.322509] Bluetooth: SCO socket layer initialized
[ 0.323974] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[ 0.324401] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[ 0.324829] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[ 0.324859] Power Management for TI OMAP4XX/OMAP5XXX devices.
[ 0.325225] omap_opp_set_min_rate: Missing opp info for hwmod dsp_c0
[ 0.325225] Forcing clock virt_dpll_dsp_ck to minimum rate 232750000
[ 0.325256] omap_opp_set_min_rate: Missing opp info for hwmod hsi
[ 0.325286] Forcing clock hsi_fck to minimum rate 96000000
[ 0.325958] Switching to clocksource 32k_counter
[ 0.343353] NET: Registered protocol family 2
[ 0.343627] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.344238] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.345214] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.346282] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.346313] TCP: reno registered
[ 0.346313] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.346343] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.346649] NET: Registered protocol family 1
[ 0.347015] RPC: Registered named UNIX socket transport module.
[ 0.347045] RPC: Registered udp transport module.
[ 0.347045] RPC: Registered tcp transport module.
[ 0.347045] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.347167] usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
[ 0.348388] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.349090] omap-rproc.1: alias fck already exists
[ 0.349670] persistent_ram: uncorrectable error in header
[ 0.349700] persistent_ram: no valid data in buffer (sig = 0x8005b122)
[ 0.367767] console [ram-1] enabled
[ 0.380798] sr_classp5_calib_work: smartreflex_core: Calibration complete: Voltage Nominal=1190000 Calib=1101460 Dyn=1151460 OPP_margin=0 total_margin=0
[ 0.380981] sr_classp5_calib_work: smartreflex_mpu: Calibration complete: Voltage Nominal=1200000 Calib=1076140 Dyn=1126140 OPP_margin=0 total_margin=0
[ 0.381195] sr_classp5_calib_work: smartreflex_iva: Calibration complete: Voltage Nominal=962000 Calib=822940 Dyn=872940 OPP_margin=0 total_margin=0
[ 0.505065] highmem bounce pool size: 64 pages
[ 0.506378] fuse init (API version 7.18)
[ 0.506652] msgmni has been set to 737
[ 0.508392] io scheduler noop registered
[ 0.508544] io scheduler deadline registered
[ 0.508697] io scheduler cfq registered (default)
[ 0.509918] OMAP DSS rev 4.1
[ 0.532104] d2l 2-000f: D2L i2c initialized
[ 0.532348] omapdss DSI error: can't get regulator for panel
[ 0.532989] dsscomp: initializing.
[ 0.533203] misc dsscomp: found 2 displays and 4 overlays, WB overlay 1
[ 0.534088] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 0.537231] omap_hwmod: uart2: _wait_target_disable failed
[ 0.537536] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 1.678100] console [ttyO2] enabled
[ 1.682373] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 1.690734] [drm] Initialized drm 1.1.0 20060810
[ 1.695953] omap_ion_probe: adding heap secure_input of type 2 with ba300000@5a00000
[ 1.704498] omap_ion_probe: adding heap tiler of type 4 with b4300000@6000000
[ 1.712371] omap_ion_probe: adding heap nonsecure_tiler of type 4 with a0200000@2000000
[ 1.721130] omap_ion_probe: adding heap system of type 0 with 0@0
[ 1.727874] omap_ion_probe: adding heap tiler_reservation of type 5 with 0@0
[ 1.743621] brd: module loaded
[ 1.751068] loop: module loaded
[ 1.754638] (stk) :sysfs entries created
[ 1.759002] (stk) : debugfs entries created
[ 1.763671] (hci_tty): inside hci_tty_init
[ 1.768554] (hci_tty): allocated 252, 0
[ 1.772857] AK8975 compass driver: init
[ 1.794555] NFC Driver for TI WiLink
[ 1.798522] (nfcdrv) nfc_drv_probe: allocated major 250, minor 0
[ 1.806152] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.814147] omap2_mcspi omap2_mcspi.1: master is unqueued, this is deprecated
[ 1.822418] omap2_mcspi omap2_mcspi.2: master is unqueued, this is deprecated
[ 1.830627] omap2_mcspi omap2_mcspi.3: master is unqueued, this is deprecated
[ 1.838745] omap2_mcspi omap2_mcspi.4: master is unqueued, this is deprecated
[ 1.846923] tun: Universal TUN/TAP device driver, 1.6
[ 1.852478] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.859863] usbcore: registered new interface driver asix
[ 1.865875] usbcore: registered new interface driver cdc_ether
[ 1.872344] usbcore: registered new interface driver smsc95xx
[ 1.878723] usbcore: registered new interface driver net1080
[ 1.885040] usbcore: registered new interface driver cdc_subset
[ 1.891540] usbcore: registered new interface driver zaurus
[ 1.897766] usbcore: registered new interface driver cdc_ncm
[ 1.904357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.917602] ehci: omap_ehci_ulpi_write: Error
[ 2.922576] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.929138] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 2.938507] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[ 2.958862] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.965301] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.972778] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.980743] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.986541] usb usb1: Manufacturer: Linux 3.4.48-02170-g7a3725d-dirty ehci_hcd
[ 2.994506] usb usb1: SerialNumber: ehci-omap.0
[ 2.999999] hub 1-0:1.0: USB hub found
[ 3.004211] hub 1-0:1.0: 3 ports detected
[ 3.037231] usbcore: registered new interface driver cdc_wdm
[ 3.043395] Initializing USB Mass Storage driver...
[ 3.048919] usbcore: registered new interface driver usb-storage
[ 3.055511] USB Mass Storage support registered.
[ 3.060729] usbcore: registered new interface driver libusual
[ 3.067077] usbcore: registered new interface driver usbtest
[ 3.073333] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 3.280670] musb-hdrc musb-hdrc: USB OTG mode controller at dcb12000 using DMA, IRQ 124
[ 3.289886] file system registered
[ 3.294860] gadget: Mass Storage Function, version: 2009/09/11
[ 3.301422] gadget: Number of LUNs=1
[ 3.305450] lun0: LUN: removable file: (no medium)
[ 3.311187] gadget: android_usb ready
[ 3.515472] musb-hdrc musb-hdrc: MUSB HDRC host driver
[ 3.521270] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
[ 3.529357] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.536804] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.544708] usb usb2: Product: MUSB HDRC host driver
[ 3.550201] usb usb2: Manufacturer: Linux 3.4.48-02170-g7a3725d-dirty musb-hcd
[ 3.558074] usb usb2: SerialNumber: musb-hdrc
[ 3.563476] hub 2-0:1.0: USB hub found
[ 3.567596] hub 2-0:1.0: 1 port detected
[ 3.607482] mousedev: PS/2 mouse device common for all mice
[ 3.614532] qtouch_force_reset: Forcing SW reset
[ 3.620727] qtouch_write: Error while trying to write 3 bytes
[ 3.627075] qtouch_write_addr: Could not write 1 bytes.
[ 3.632812] qtouch_force_reset: Unable to send the reset msg
[ 3.640136] qtouch_write: Error while trying to write 2 bytes
[ 3.646453] qtouch_set_addr: Can't send obp addr 0x 0
[ 3.652221] qtouch_process_info_block: Cannot read info object block
[ 3.659179] qtouch-obp-ts: probe of 4-004b failed with error -121
[ 3.666351] twl6030_pwrbutton_probe: Enter
[ 3.671203] input: twl6030_pwrbutton as /devices/platform/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input0
[ 3.726776] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 3.733642] i2c /dev entries driver
[ 3.738067] usbcore: registered new interface driver uvcvideo
[ 3.744354] USB Video Class driver (1.1.1)
[ 3.749084] Driver for 1-wire Dallas network protocol.
[ 3.755065] bq2415x_charger 1-006a: i2c_write failed to transfer all messages
[ 3.762939] bq2415x_charger 1-006a: chip not present at address 6a
[ 3.769683] bq2415x_charger: probe of 1-006a failed with error -22
[ 3.789428] twl6030_bci twl6030_bci: Battery Voltage at Bootup is 15 mV
[ 3.803863] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 30 sec
[ 3.811492] report_temperature_delayed_work_fn: Fail to set temp
[ 3.818572] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 3.828399] cpuidle: using governor ladder
[ 3.833190] cpuidle: using governor menu
[ 3.846862] omap4430_sdp_display_probe:Enter
[ 3.852661] omap4430_sdp_display_probe:Exit
[ 3.857940] usbcore: registered new interface driver usbhid
[ 3.864013] usbhid: USB HID core driver
[ 3.868591] ashmem: initialized
[ 3.872131] logger: created 256K log 'log_main'
[ 3.877166] logger: created 256K log 'log_events'
[ 3.882446] logger: created 256K log 'log_radio'
[ 3.887603] logger: created 256K log 'log_system'
[ 3.896087] omap_governor_init: domain cpu slope 308 const -7896
[ 3.902709] thermal_get_slope:Getting slope is not supported for domain gpu
[ 3.910339] thermal_get_offset:Getting offset is not supported for domain gpu
[ 3.918121] omap_governor_init: domain gpu slope -22 const -22
[ 3.924652] tmp102_temp_sensor 4-0048: tmp102_read_reg: I2C read error
[ 3.931793] tmp102_temp_sensor 4-0048: error reading config register
[ 3.938720] tmp102_temp_sensor: probe of 4-0048 failed with error -121
[ 3.946166] rproc remoteproc0: ipu_c0 is available
[ 3.951416] rproc remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 3.961639] rproc remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 3.976623] OMAP HSI: HSI driver version 0.4.4
[ 3.981781] usbcore: registered new interface driver snd-usb-audio
[ 3.990905] aess aess: ABE Firmware version 9560
[ 4.031066] asoc: snd-soc-dummy-dai <-> MultiMedia1 mapping ok
[ 4.038421] asoc: snd-soc-dummy-dai <-> MultiMedia2 mapping ok
[ 4.046508] asoc: snd-soc-dummy-dai <-> Voice mapping ok
[ 4.053283] asoc: snd-soc-dummy-dai <-> Tones mapping ok
[ 4.059967] asoc: snd-soc-dummy-dai <-> Vibra mapping ok
[ 4.066009] asoc: snd-soc-dummy-dai <-> MODEM mapping ok
[ 4.071990] asoc: snd-soc-dummy-dai <-> MultiMedia1 LP mapping ok
[ 4.078826] asoc: snd-soc-dummy-dai <-> omap-mcbsp.2 mapping ok
[ 4.087249] asoc: twl6040-legacy <-> mcpdm-legacy mapping ok
[ 4.094360] asoc: dit-hifi <-> mcasp-legacy mapping ok
[ 4.101043] asoc: dmic-hifi <-> omap-dmic mapping ok
[ 4.107116] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
[ 4.112731] mmc0: new high speed MMC card at address 0001
[ 4.118927] mmcblk0: mmc0:0001 SEM04G 3.68 GiB
[ 4.119049] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
[ 4.119232] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
[ 4.119415] asoc: twl6040-vib <-> mcpdm-vib mapping ok
[ 4.119598] asoc: snd-soc-dummy-dai <-> omap-mcbsp.1 mapping ok
[ 4.119750] asoc: snd-soc-dummy-dai <-> omap-mcbsp.1 mapping ok
[ 4.119934] asoc: snd-soc-dummy-dai <-> omap-mcbsp.2 mapping ok
[ 4.120086] asoc: snd-soc-dummy-dai <-> omap-mcbsp.2 mapping ok
[ 4.120239] asoc: snd-soc-dummy-dai <-> omap-mcbsp.2 mapping ok
[ 4.120422] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
[ 4.120574] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
[ 4.120727] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
[ 4.120880] asoc: snd-soc-dummy-dai <-> omap-abe-vxrec-dai mapping ok
[ 4.121032] asoc: snd-soc-dummy-dai <-> omap-abe-echo-dai mapping ok
[ 4.121704] input: tablet Headset Jack as /devices/platform/omap-abe-twl6040/sound/card0/input1
[ 4.214996] mmcblk0boot0: mmc0:0001 SEM04G partition 1 2.00 MiB
[ 4.215240] asoc: omap-hdmi-hifi <-> omap-hdmi-audio-dai mapping ok
[ 4.215759] oprofile: using arm/armv7-ca9
[ 4.232604] GACT probability NOT on
[ 4.232757] mmcblk0boot1: mmc0:0001 SEM04G partition 2 2.00 MiB
[ 4.242828] Mirror/redirect action on
[ 4.242889] mmcblk0: unknown partition table
[ 4.251556] u32 classifier
[ 4.254516] Actions configured
[ 4.255737] sr_classp5_calib_work: smartreflex_mpu: Calibration complete: Voltage Nominal=1387000 Calib=1354660 Dyn=1387000 OPP_margin=0 total_margin=0
[ 4.272857] Netfilter messages via NETLINK v0.30.
[ 4.272918] mmcblk0boot1: unknown partition table
[ 4.283264] nf_conntrack version 0.5.0 (10521 buckets, 42084 max)
[ 4.289886] mmcblk0boot0: unknown partition table
[ 4.295288] ctnetlink v0.93: registering with nfnetlink.
[ 4.301055] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 4.308624] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 4.315124] xt_time: kernel timezone is -0000
[ 4.320129] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.326019] arp_tables: (C) 2002 David S. Miller
[ 4.331085] TCP: cubic registered
[ 4.334716] Initializing XFRM netlink socket
[ 4.339447] NET: Registered protocol family 10
[ 4.344909] Mobile IPv6
[ 4.347595] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.353546] IPv6 over IPv4 tunneling driver
[ 4.358917] NET: Registered protocol family 17
[ 4.363708] NET: Registered protocol family 15
[ 4.368682] Bridge firewalling registered
[ 4.373168] Bluetooth: RFCOMM TTY layer initialized
[ 4.378479] Bluetooth: RFCOMM socket layer initialized
[ 4.384124] Bluetooth: RFCOMM ver 1.11
[ 4.388214] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.394042] Bluetooth: BNEP filters: protocol multicast
[ 4.399749] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.406280] NET: Registered protocol family 35
[ 4.411163] NET: Registered protocol family 37
[ 4.416015] NET: Registered protocol family 40
[ 4.421020] safe_suspend_freq_set: suspend will take place at frequency 800000000
[ 4.429229] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 4.437622] ThumbEE CPU extension supported.
[ 4.442260] Registering SWP/SWPB emulation handler
[ 4.453521] clock: disabling unused clocks to save power
[ 4.469787] mmc1: host does not support reading read-only switch. assuming write-enable.
[ 4.480316] mmc1: new high speed SDHC card at address 59b4
[ 4.487060] mmcblk1: mmc1:59b4 SDU1 7.51 GiB
[ 4.492797] mmcblk1: p1 p2 p3
[ 4.550079] omapfb omapfb: failed to allocate framebuffer
[ 4.568206] omapfb omapfb: failed to allocate fbmem
[ 4.573883] omapfb omapfb: failed to setup omapfb
[ 4.579040] omapfb: probe of omapfb failed with error -12
[ 4.591125] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[ 4.599426] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:41:32 UTC (946687292)
[ 4.608428] ALSA device list:
[ 4.611694] #0: tablet
[ 4.614471] #1: OMAPHDMI
[ 4.617614] Waiting 2sec before mounting root device...
[ 4.636230] mmc2: card claims to support voltages below the defined range. These will be ignored.
[ 4.656616] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.663513] mmc2: new SDIO card at address 0001
[ 5.990234] sr_classp5_calib_work: smartreflex_mpu: Calibration complete: Voltage Nominal=1037000 Calib=924220 Dyn=974220 OPP_margin=0 total_margin=0
[ 6.632202] EXT2-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (244)
[ 6.669891] sr_classp5_calib_work: smartreflex_core: Calibration complete: Voltage Nominal=980000 Calib=886240 Dyn=936240 OPP_margin=0 total_margin=0
[ 6.686004] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities
[ 6.840667] EXT4-fs (mmcblk1p2): recovery complete
[ 6.850402] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.859222] VFS: Mounted root (ext4 filesystem) on device 179:26.
[ 6.866058] Freeing init memory: 352K
[ 6.883850] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 7.064453] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 7.097625] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 7.117858] HDCP: failed to load keys
[ 7.117858]
[ 7.293914] request_suspend_state: wakeup (3->0) at 7288208010 (2000-01-01 00:41:35.189300537 UTC)
[ 7.304199] init: untracked pid 89 exited
[ 7.308593] init: untracked pid 95 exited
root@android:/ #