New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Kuzma30
Old
(Last edited by Kuzma30; 12th September 2012 at 07:50 PM.) Reason: Add special thanks to demetris_I.
#1  
Recognized Developer - OP
Thanks Meter 1339
Posts: 300
Join Date: Nov 2011
Location: Vinnitsa
Cool [KERNEL][3.0.21+][HD video working now on 16Gb NT] Nook Tablet ICS kernel development

THIS IS FOR DEVELOPMENT COMMUNICATION ONLY -- THERE IS A USER-BASED THREAD IN GENERAL SECTION HERE:
http://forum.xda-developers.com/show...php?p=26931097

I've started porting 3.0.x Android kernel to NookTablet.
CURRENT LOG:
http://pastebin.com/qWXL5LuG

Working /Not working features:
1. external SD card (thanks fattire), internal emmc works!
2. LCD screen (working), back-light(always on as temporary hack). Tested backlight without loading ducati-m3.bin - it works. Thanks to icemank121 in IRC for recommending Hashcode to check the Archos Gen 9 tablet's backlight driver and mik_os for adaptation for NT.
3. Touchscreen (enabled)
4. G-sensor (enabled)
5. Battery driver (enabled)

6. Audio driver (enabled, working). Thanks to chrmhoffmann.
7. WIFI (working).
8. ADB works (test with CWM)
9. Booting without rootfs in RAM. Ready for beta testing Ubuntu/Linux boot. http://forum.xda-developers.com/show...&postcount=119
10. power button works in ICS. Poweroff working now. Thanks to Hashcode.
11. Ducati don't work if backlight is working. (Timer 11 conflict)
12. Add USB OTG driver to the kernel / don't have USB OTG cable to test
13. Charger working with USB/wall charger.
14. After software reset SD card don't recognized before shutdown. Fixed by mik_os.
15. NT reboot only when USB cable is connected http://forum.xda-developers.com/show...&postcount=419
Fixed. Tnahks to Rebellos and mik_os (http://forum.xda-developers.com/show...&postcount=426)
16. Deep sleep working, but drain 2-3%/h
17. Skype working for me now! Testing with 2 my skype account.[/COLOR] It working on buildin mic and headset mic too. Headset tested by joelee100. On test branch using of mic cause device reboot.
18. Test HD video on YouTube on 16gb device. It working now. Thanks to HashCode to consulting
Test release CM9 is here http://forum.xda-developers.com/show...&postcount=503


The repositorie is here https://github.com/Kuzma30/kernel3NookTablet
Some features are disabled. I will enable them, one by one.
[COLOR="SeaGreen"]Help is greatly appreciated!

This is beta version of 3.x kernel. Only for development use (yet)!

Kernel development team: chrmhoffmann, fattire, mik_os, Rebell and hashcode (from KF)

THANKS FOR DONATION TO : lost101 (10$), Aleq (10$), sangahm(15$), old_fart (10$), plantucha (5$), scuffell (10$), angusj (10$)

Special thanks to aludal for his help at the initial stages of this development. Short descriptions of many stages for this project are being published at aludal's blog fineoils.blogspot.com

Special thanks to demetris_I for his help in searching, communicating. He work like a BIG "SEARCH" MACHINE.
My device is NookTablet 16Gb version from Barnes $ Noble.
If you like my work - you can help me getting various cool stuff by sending a donation
After donation please PM me.
https://www.paypal.com/cgi-bin/websc...=3CCBFEXS6C8TY
The Following 105 Users Say Thank You to Kuzma30 For This Useful Post: [ Click to Expand ]
 
Kuzma30
Old
(Last edited by Kuzma30; 29th November 2012 at 04:33 AM.) Reason: Replace 3.2 with 3.4 version
#2  
Recognized Developer - OP
Thanks Meter 1339
Posts: 300
Join Date: Nov 2011
Location: Vinnitsa
Initial kernel version 3.4 support

Update
1. external sd working now.

Code:
<6>Booting Linux on physical CPU 0
<5>Linux version 3.4.19+ (kuzma30@build1) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #9 SMP PREEMPT Wed Nov 28 21:49:18 GMT 2012
<4>CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c5387d
<4>CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>Machine: acclaim
<4>Ignoring tag cmdline (using the default kernel command line)
<6>omap4_total_ram_size = 0x0
<6>omap4_smc_size = 0x300000
<6>omap4_ion_heap_secure_input_size = 0x5a00000
<6>omap4_ion_heap_secure_output_wfdhdcp_size = 0x1000000
<6>omap4_ducati_heap_size = 0x6b00000
<6>omap4_ion_heap_tiler_mem_size = 0x0
<6>omap4_ion_heap_nonsec_tiler_mem_size  = 0x0
<6> omap4_smc_addr = 0x7fd00000
<6>omap4_ion_heap_secure_input_addr = 0x7a300000
<6>omap4_ion_heap_secure_output_wfdhdcp_addr = 0x79300000
<6>omap4_ducati_heap_addr = 0x72800000
<6>omap4_ion_heap_tiler_mem_addr = 0x72800000
<6>omap4_ion_heap_nonsec_tiler_mem_addr  = 0x72800000
<6>omap4_ion_init: secure_input id=2 [7a300000-7fd00000] size=5a00000
<6>omap4_ion_init: secure_output_wfdhdcp id=5 [79300000-7a300000] size=1000000
<6>omap4_ion_init: tiler id=1 [72800000-72800000] size=0
<6>omap4_ion_init: nonsecure_tiler id=3 [72800000-72800000] size=0
<6>omap4_ion_init: system id=0 [0-0] size=0
<6>omap4_ion_init: tiler_reservation id=4 [0-0] size=0
<3>Cannot detect omap type!
<6>Reserving 16777216 bytes SDRAM for VRAM
<6>cma: CMA: reserved 16 MiB at ae000000
<4>Memory policy: ECC disabled, Data cache writealloc
<7>On node 0 totalpages: 257792
<7>free_area_init_node: node 0, pgdat c0830340, node_mem_map c11fe000
<7>  Normal zone: 1520 pages used for memmap
<7>  Normal zone: 0 pages reserved
<7>  Normal zone: 188688 pages, LIFO batch:31
<7>  HighMem zone: 528 pages used for memmap
<7>  HighMem zone: 67056 pages, LIFO batch:15
<6>***********************
<6>OMAP4430 ES2.3 type(HS)
<6>id-code  (6b95c02f)
<6>PERCPU: Embedded 7 pages/cpu @c1a07000 s8064 r8192 d12416 u32768
<7>pcpu-alloc: s8064 r8192 d12416 u32768 alloc=8*4096
<7>pcpu-alloc: [0] 0 [0] 1 
<4>Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 255744
<5>Kernel command line: androidboot.console=ttyO0 console=ttyO0,115200n8 vram=16M,82000000 omapfb.vram=0:5M@82000000 def_disp=lcd2
<6>PID hash table entries: 4096 (order: 2, 16384 bytes)
<6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
<6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>Memory: 32MB 711MB 264MB = 1007MB total
<5>Memory: 994284k/994284k available, 54292k reserved, 270336K highmem
<5>Virtual kernel memory layout:
<5>    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
<5>    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
<5>    vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
<5>    lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
<5>    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
<5>    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
<5>      .text : 0xc0008000 - 0xc077c000   (7632 kB)
<5>      .init : 0xc077c000 - 0xc07c3f80   ( 288 kB)
<5>      .data : 0xc07c4000 - 0xc0831380   ( 437 kB)
<5>       .bss : 0xc08313a4 - 0xc09a0618   (1469 kB)
<6>Preemptible hierarchical RCU implementation.
<6>NR_IRQS:626
<6>OMAP clockevent source: GPTIMER1 at 32768 Hz
<6>sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
<6>Calibrating delay loop... 2007.19 BogoMIPS (lpj=7839744)
<6>pid_max: default: 32768 minimum: 301
<6>Mount-cache hash table entries: 512
<6>CPU: Testing write buffer coherency: ok
<6>CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
<6>hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
<6>Setting up static identity map for 0x80597360 - 0x805973b8
<6>L310 cache controller enabled
<6>l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000, Cache size: 1048576 B
<6>generating sar_ram layout...
<6>sar ram layout created
<4>CPU1: Booted secondary processor
<6>CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
<2>CPU1: Unknown IPI message 0x1
<6>Brought up 2 CPUs
<6>SMP: Total of 2 processors activated (4022.78 BogoMIPS).
<4>omap_hwmod: aess: _wait_target_disable failed
<4>omap_hwmod: dss_dispc: cannot be enabled (3)
<4>omap_hwmod: dss_dsi1: cannot be enabled (3)
<4>omap_hwmod: dss_dsi2: cannot be enabled (3)
<4>omap_hwmod: dss_hdmi: cannot be enabled (3)
<4>omap_hwmod: dss_rfbi: cannot be enabled (3)
<4>omap_hwmod: dss_venc: cannot be enabled (3)
<4>omap_hwmod: mcpdm: cannot be enabled (3)
<3>omap_device: cannot add global notifier for dev PM QoS
<6>dummy: 
<6>NET: Registered protocol family 16
<6>DMA: preallocated 256 KiB pool for atomic coherent allocations
<6>GPMC revision 6.0
<6>gpiochip_add: registered GPIOs 0 to 31 on device: gpio
<6>OMAP GPIO hardware version 0.1
<6>gpiochip_add: registered GPIOs 32 to 63 on device: gpio
<6>gpiochip_add: registered GPIOs 64 to 95 on device: gpio
<6>gpiochip_add: registered GPIOs 96 to 127 on device: gpio
<6>gpiochip_add: registered GPIOs 128 to 159 on device: gpio
<6>gpiochip_add: registered GPIOs 160 to 191 on device: gpio
<6>omap_mux_init: Add partition: #1: core, flags: 2
<6>omap_mux_init: Add partition: #2: wkup, flags: 2
<3>omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
<3>omap_hwmod_mux_init: Could not allocate device mux entry
<4>Serial port 1 init - DONE
<4>GPIO_WIFI_PWEN on
<4>OMAP4 WiFi mux_init start
<4>OMAP4 WiFi mux_init end
<4>Platform WLAN register
<3>omap_mux_init_gpio: Could not set gpio0
<6>Board revision PVT
<6>Acclaim init charger.
<3>max8903_charger: failed to claim resource 0
<4>board-4430sdp.c: kxtf9_dev_init ...
<4>board-4430sdp.c: kxtf9_dev_init > Init kxtf9 irq pin 66 !
<4>board-4430sdp.c: max17042_dev_init ...
<4>board-4430sdp.c: max17042_dev_init > Init max17042 irq pin 65 !
<4>max17042 GPIO pin read 1
<6>dmm dmm: initialized all PAT entries
<6>sdp4430_panel_get_resource
<6>init_display_led: evt2 hardware
<6>hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
<6>hw-breakpoint: maximum watchpoint size is 4 bytes.
<6>OMAP DMA hardware revision 0.0
<6>bio: create slab <bio-0> at 0
<6>vdd_lcd: 3300 mV normal 
<7>reg-fixed-voltage reg-fixed-voltage.1: vdd_lcd supplying 3300000uV
<6>vdd_lcdtp: 3300 mV normal 
<7>reg-fixed-voltage reg-fixed-voltage.0: vdd_lcdtp supplying 3300000uV
<7>vwl1271: override min_uV, 1 -> 1800000
<7>vwl1271: override max_uV, 2147483647 -> 1800000
<6>vwl1271: 1800 mV 
<7>reg-fixed-voltage reg-fixed-voltage.2: vwl1271 supplying 1800000uV
<5>SCSI subsystem initialized
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
<4>Skipping twl internal clock init and using bootloader value (unknown osc rate)
<6>twl 1-0048: PIH (irq 39) chaining IRQs 416..436
<6>TWL603x Boot Information:
<6>Start condition is USB plug (PHOENIX_START_CONDITION = 0x08)
<6>Last turn off status is shorted power resourcebattery bouncelong key press (PHOENIX_LAST_TURN_OFF_STATUS = 0x27)
<6>Hardware Conditions (PHOENIX_STS_HW_CONDITIONS) is 0x2b
<7>VUSB: override min_uV, 1 -> 3300000
<7>VUSB: override max_uV, 2147483647 -> 3300000
<6>VUSB: 3300 mV normal standby
<3>musb-omap2430 musb-omap2430: musb core is not yet ready
<6>twl6030_usb twl6030_usb: Initialized TWL6030 USB module
<6>VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
<6>VPP: 1800 <--> 2500 mV at 1700 mV normal standby
<6>VCXIO: 1800 mV normal standby
<6>VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
<6>VANA: 2100 mV normal standby
<6>CLK32KG: normal 
<6>omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
<6>omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 400 kHz
<6>omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
<6>Linux video capture interface: v2.00
<6>omap-iommu omap-iommu.0: dsp registered
<6>omap-iommu omap-iommu.1: ipu registered
<6>Advanced Linux Sound Architecture Driver Version 1.0.25.
<6>Switching to clocksource 32k_counter
<6>NET: Registered protocol family 2
<6>IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
<6>TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
<6>TCP: Hash tables configured (established 131072 bind 65536)
<6>TCP: reno registered
<6>UDP hash table entries: 512 (order: 2, 16384 bytes)
<6>UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
<6>NET: Registered protocol family 1
<6>RPC: Registered named UNIX socket transport module.
<6>RPC: Registered udp transport module.
<6>RPC: Registered tcp transport module.
<6>RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>Trying to unpack rootfs image as initramfs...
<6>Freeing initrd memory: 1524K
<4>omap_init_opp_table: no hwmod or odev for aess, [9] cannot add OPPs.
<4>omap_init_opp_table: no hwmod or odev for aess, [10] cannot add OPPs.
<4>omap_init_opp_table: no hwmod or odev for hsi, [13] cannot add OPPs.
<4>omap_init_opp_table: no hwmod or odev for hsi, [14] cannot add OPPs.
<6>Reprogramming LPDDR2 timings to 400000000 Hz
<4>highmem bounce pool size: 64 pages
<5>VFS: Disk quotas dquot_6.5.2
<4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<5>NFS: Registering the id_resolver key type
<6>nfs4filelayout_init: NFSv4 File Layout Driver Registering...
<6>fuse init (API version 7.18)
<6>msgmni has been set to 1448
<6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
<6>io scheduler noop registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<6>OMAP DSS rev 4.0
<6>dsscomp: initializing.
<7>misc dsscomp: display0=boxer_panel
<6>misc dsscomp: found 1 displays and 4 overlays, WB overlay 1
<6>Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
<6>omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
<6>console [ttyO0] enabled
<6>[drm] Initialized drm 1.1.0 20060810
<6>brd: module loaded
<6>loop: module loaded
<6>emif emif.1: emif_probe: device configured with addr = f01d4000 and IRQ142
<6>emif emif.2: emif_probe: device configured with addr = f01d6000 and IRQ143
<7>omap2_mcspi omap2_mcspi.1: registered master spi1
<7>omap2_mcspi omap2_mcspi.2: registered master spi2
<7>omap2_mcspi omap2_mcspi.3: registered master spi3
<7>omap2_mcspi omap2_mcspi.4: registered master spi4
<7>spi spi4.0: setup: speed 375000, sample leading edge, clk normal
<7>spi spi4.0: setup mode 0, 8 bits/w, 375000 Hz max --> 0
<4>------------[ cut here ]------------
<4>WARNING: at drivers/base/dd.c:257 driver_probe_device+0x1d8/0x224()
<4>Modules linked in:
<4>Backtrace: 
<4>[<c001249c>] (dump_backtrace+0x0/0x10c) from [<c058a5e0>] (dump_stack+0x18/0x1c)
<4> r6:00000101 r5:c02f4808 r4:00000000 r3:c0809c98
<4>[<c058a5c8>] (dump_stack+0x0/0x1c) from [<c003b034>] (warn_slowpath_common+0x54/0x6c)
<4>[<c003afe0>] (warn_slowpath_common+0x0/0x6c) from [<c003b070>] (warn_slowpath_null+0x24/0x2c)
<4> r8:c0814fc4 r7:00000000 r6:c02f48ec r5:c0895264 r4:ed892200
<4>r3:00000009
<4>[<c003b04c>] (warn_slowpath_null+0x0/0x2c) from [<c02f4808>] (driver_probe_device+0x1d8/0x224)
<4>[<c02f4630>] (driver_probe_device+0x0/0x224) from [<c02f4930>] (__device_attach+0x44/0x48)
<4> r8:c0895240 r7:00000000 r6:c02f48ec r5:ed892200 r4:c0814fc4
<4>r3:00000000
<4>[<c02f48ec>] (__device_attach+0x0/0x48) from [<c02f2d38>] (bus_for_each_drv+0x64/0x90)
<4> r5:00000000 r4:ed892200
<4>[<c02f2cd4>] (bus_for_each_drv+0x0/0x90) from [<c02f45e4>] (device_attach+0x9c/0xc0)
<4> r6:c0819e74 r5:ed892234 r4:ed892200
<4>[<c02f4548>] (device_attach+0x0/0xc0) from [<c02f3b84>] (bus_probe_device+0x8c/0xb0)
<4> r6:c0819e74 r5:ed892200 r4:ed892200 r3:ef092880
<4>[<c02f3af8>] (bus_probe_device+0x0/0xb0) from [<c02f22c0>] (device_add+0x4fc/0x5cc)
<4> r6:ed8b0800 r5:ed892208 r4:ed892200 r3:00000000
<4>[<c02f1dc4>] (device_add+0x0/0x5cc) from [<c03254b0>] (spi_add_device+0xac/0x154)
<4>[<c0325404>] (spi_add_device+0x0/0x154) from [<c03255d4>] (spi_new_device+0x7c/0xb4)
<4> r7:c0819f48 r6:00000000 r5:ef0c7e08 r4:ed892200
<4>[<c0325558>] (spi_new_device+0x0/0xb4) from [<c0325750>] (spi_register_master+0x144/0x34c)
<4> r6:00000000 r5:ef0c7e00 r4:ed8b0800 r3:00000004
<4>[<c032560c>] (spi_register_master+0x0/0x34c) from [<c057fea8>] (omap2_mcspi_probe+0x2f8/0x3cc)
<4>[<c057fbb0>] (omap2_mcspi_probe+0x0/0x3cc) from [<c02f5a60>] (platform_drv_probe+0x20/0x24)
<4>[<c02f5a40>] (platform_drv_probe+0x0/0x24) from [<c02f46c8>] (driver_probe_device+0x98/0x224)
<4>[<c02f4630>] (driver_probe_device+0x0/0x224) from [<c02f48e8>] (__driver_attach+0x94/0x98)
<4> r8:c077c25c r7:00000000 r6:ef0cd83c r5:c0819f84 r4:ef0cd808
<4>r3:00000000
<4>[<c02f4854>] (__driver_attach+0x0/0x98) from [<c02f2dc8>] (bus_for_each_dev+0x64/0x90)
<4> r6:c02f4854 r5:00000000 r4:c0819f84 r3:c02f4854
<4>[<c02f2d64>] (bus_for_each_dev+0x0/0x90) from [<c02f4210>] (driver_attach+0x24/0x28)
<4> r6:ed89a240 r5:c08180d0 r4:c0819f84
<4>[<c02f41ec>] (driver_attach+0x0/0x28) from [<c02f3e54>] (bus_add_driver+0x17c/0x23c)
<4>[<c02f3cd8>] (bus_add_driver+0x0/0x23c) from [<c02f4de4>] (driver_register+0x80/0x134)
<4>[<c02f4d64>] (driver_register+0x0/0x134) from [<c02f5d2c>] (platform_driver_register+0x4c/0x60)
<4> r8:c077c25c r7:c08313c0 r6:00000000 r5:00000006 r4:ef02e000
<4>r3:00000000
<4>[<c02f5ce0>] (platform_driver_register+0x0/0x60) from [<c079e63c>] (omap2_mcspi_driver_init+0x14/0x1c)
<4>[<c079e628>] (omap2_mcspi_driver_init+0x0/0x1c) from [<c0008870>] (do_one_initcall+0x11c/0x184)
<4>[<c0008754>] (do_one_initcall+0x0/0x184) from [<c077c928>] (kernel_init+0x104/0x1c4)
<4>[<c077c824>] (kernel_init+0x0/0x1c4) from [<c003e904>] (do_exit+0x0/0x780)
<4>---[ end trace 3aa360d6366d2a7b ]---
<7>boxer_disp_spi spi4.0: setup: speed 375000, sample leading edge, clk normal
<7>boxer_disp_spi spi4.0: setup mode 0, 16 bits/w, 375000 Hz max --> 0
<4>********************************************************************************
<4>******************  undefined panel, use default LGD settings ******************
<4>********************************************************************************
<6> boxer : boxer_panel_probe called , line 277
<7>omap2_mcspi omap2_mcspi.4: registered child spi4.0
<6>tun: Universal TUN/TAP device driver, 1.6
<6>tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
<6>PPP generic driver version 2.4.2
<6>PPP BSD Compression module registered
<6>PPP Deflate Compression module registered
<6>PPP MPPE Compression module registered
<6>NET: Registered protocol family 24
<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<7>ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
<6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<7>ohci_hcd: block sizes: ed 64 td 64
<6>usbcore: registered new interface driver cdc_acm
<6>cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>usbcore: registered new interface driver usblp
<6>usbcore: registered new interface driver uas
<6>Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
<6>usbcore: registered new interface driver ums_eneub6250
<6>usbcore: registered new interface driver ums-sddr09
<6>usbcore: registered new interface driver ums-sddr55
<6>usbcore: registered new interface driver ums-usbat
<6>usbcore: registered new interface driver usbserial
<6>usbserial: USB Serial Driver core
<6>usbcore: registered new interface driver ftdi_sio
<6>USB Serial support registered for FTDI USB Serial Device
<6>ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
<6>usbcore: registered new interface driver pl2303
<6>USB Serial support registered for pl2303
<6>musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
<7>musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
<7>musb-hdrc: MHDRC RTL version 2.0 
<7>musb-hdrc: setup fifo_mode 4
<7>musb-hdrc: 28/31 max ep, 16384/16384 memory
<6>musb-hdrc musb-hdrc: USB Peripheral mode controller at f01e0000 using DMA, IRQ 124
<6> gadget: Mass Storage Function, version: 2009/09/11
<6> gadget: Number of LUNs=1
<6> lun0: LUN: removable file: (no medium)
<6> gadget: android_usb ready
<6>input: omap4-keypad as /devices/platform/omap4-keypad/input/input0
<6>usbcore: registered new interface driver xpad
<6>usbcore: registered new interface driver usb_acecad
<6>usbcore: registered new interface driver aiptek
<6>usbcore: registered new interface driver gtco
<6>usbcore: registered new interface driver hanwang
<6>usbcore: registered new interface driver kbtab
<6>usbcore: registered new interface driver wacom
<6>ft5x06_init() - FT I2C Touchscreen Driver (Built Nov 28 2012 @ 21:29:55)
<3>omap_mux_init_signal must not set the WAKEUPENABLE bit, muxing aborted
<6>ft5x06_probe() - FT5x06 found on I2C bus.
<7>ft5x06_reset_panel_via_gpio() - Toggling GPIO 39 to reset the Touch Panel...
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>input: ft5x06-i2c as /devices/platform/omap_i2c.2/i2c-2/2-0038/input/input1
<6>ft5x06_initialize() - sysfs_create_group() succeeded.
<4>Platform set driver data
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
<6>i2c /dev entries driver
<6>omap_wdt: OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
<6>device-mapper: uevent: version 1.0.3
<6>device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
<6>cpuidle: using governor ladder
<6>cpuidle: using governor menu
<6>usbcore: registered new interface driver ushc
<6>omap_pwm_led omap_pwm_led.0: OMAP PWM LED (lcd-backlight) at GP timer 11/0
<7>Registered led device: lcd-backlight
<7>omap_pwm_led_set: brightness value = 105
<7>omap_pwm_led_power_on: start 
<7>omap_pwm_led_power_on: brightness: 0
<6>Backlight set power, on_off = 1
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>mmc0: new high speed DDR MMC card at address 0001
<6>mmcblk0: mmc0:0001 SEM16G 14.8 GiB 
<6>mmcblk0boot0: mmc0:0001 SEM16G partition 1 1.00 MiB
<6>mmcblk0boot1: mmc0:0001 SEM16G partition 2 1.00 MiB
<6>android_work: sent uevent USB_STATE=CONNECTED
<4>Alternate GPT is invalid, using primary GPT.
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6> mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
<6> mmcblk0boot1: unknown partition table
<6> mmcblk0boot0: unknown partition table
<6>android_work: sent uevent USB_STATE=CONNECTED
<4>mmc1: host does not support reading read-only switch. assuming write-enable.
<6>mmc1: new high speed SDHC card at address e624
<6>mmcblk1: mmc1:e624 SU32G 29.7 GiB 
<6> mmcblk1: p1
<6>Backlight set power end
<7>omap_pwm_led_power_on: end 
<7>omap_pwm_led_set_pwm_cycle: cycle: 105
<6>usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
<6>ashmem: initialized
<6>logger: created 256K log 'log_main'
<6>logger: created 256K log 'log_events'
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>logger: created 256K log 'log_radio'
<6>logger: created 256K log 'log_system'
<3>thermal_get_slope:Getting slope is not supported for domain cpu
<3>thermal_get_offset:Getting offset is not supported for domain cpu
<6>omap_governor_init: domain cpu slope -22 const -22
<3>thermal_get_slope:Getting slope is not supported for domain gpu
<3>thermal_get_offset:Getting offset is not supported for domain gpu
<6>omap_governor_init: domain gpu slope -22 const -22
<6>oprofile: using arm/armv7-ca9
<6>GACT probability NOT on
<6>Mirror/redirect action on
<6>u32 classifier
<6>    Actions configured
<6>Netfilter messages via NETLINK v0.30.
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>nf_conntrack version 0.5.0 (15815 buckets, 63260 max)
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>ctnetlink v0.93: registering with nfnetlink.
<6>NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>xt_time: kernel timezone is -0000
<6>IPv4 over IPv4 tunneling driver
<6>ip_tables: (C) 2000-2006 Netfilter Core Team
<6>arp_tables: (C) 2002 David S. Miller
<6>TCP: cubic registered
<6>NET: Registered protocol family 10
<6>Mobile IPv6
<6>ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>IPv6 over IPv4 tunneling driver
<6>NET: Registered protocol family 17
<6>NET: Registered protocol family 15
<6>L2TP core driver, V2.0
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>PPPoL2TP kernel driver, V2.0
<6>NET: Registered protocol family 35
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>lib80211: common routines for IEEE802.11 drivers
<7>lib80211_crypt: registered algorithm 'NULL'
<5>Registering the dns_resolver key type
<6>VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
<6>ThumbEE CPU extension supported.
<5>Registering SWP/SWPB emulation handler
<6>Power Management for TI OMAP4XX/OMAP5XXX devices.
<6>cannot apply mgr(lcd2) on inactive device
<6>cannot aply mgr(lcd)--invalid device
<4>omapfb omapfb: failed to apply dispc config
<6>cannot aply mgr(tv)--invalid device
<4>omapfb omapfb: failed to apply dispc config
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>cannot apply mgr(lcd2) on inactive device
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>omapfb omapfb: failed to apply dispc config
<6> boxer : boxer_panel_enable called , line 339
<6> boxer : boxer_panel_start called , line 291
<3>omapdss DSI error: can't get VDDS_DSI regulator
<6> omapdss_dpi_display_enable == -517
<4>omapfb omapfb: Failed to enable display 'lcd2'
<3>omapfb omapfb: failed to initialize default display
<3>omapfb omapfb: failed to setup omapfb
<6>platform omapfb: Driver omapfb requests probe deferral
<4>VANA: incomplete constraints, leaving on
<4>vdd_lcdtp: incomplete constraints, leaving on
<4>vdd_lcd: incomplete constraints, leaving on
<6>cannot apply mgr(lcd2) on inactive device
<6>input: gpio-keys as /devices/platform/gpio-keys/input/input2
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>cannot aply mgr(lcd)--invalid device
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>omapfb omapfb: failed to apply dispc config
<6>cannot aply mgr(tv)--invalid device
<4>omapfb omapfb: failed to apply dispc config
<6>cannot apply mgr(lcd2) on inactive device
<4>omapfb omapfb: failed to apply dispc config
<6> boxer : boxer_panel_enable called , line 339
<6>twl_rtc twl_rtc: setting system clock to 2012-11-28 21:37:33 UTC (1354138653)
<6> boxer : boxer_panel_start called , line 291
<3>omapdss DSI error: can't get VDDS_DSI regulator
<6>ALSA device list:
<6>  No soundcards found.
<6>Freeing init memory: 284K
<6> omapdss_dpi_display_enable == -517
<4>omapfb omapfb: Failed to enable display 'lcd2'
<3>omapfb omapfb: failed to initialize default display
<3>omapfb omapfb: failed to setup omapfb
<6>platform omapfb: Driver omapfb requests probe deferral
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<3>init: Unable to open persistent property directory /data/property errno: 2
<3>android_usb: already disabled
<7>omap_pwm_led_set: brightness value = 40
<7>omap_pwm_led_set_pwm_cycle: cycle: 40
<6>adb_open
<6>adb_bind_config
<6>android_work: sent uevent USB_STATE=CONNECTED
<6> gadget: full-speed config #1: android
<6>android_work: sent uevent USB_STATE=CONFIGURED
<4>adbd (97): /proc/97/oom_adj is deprecated, please use /proc/97/oom_score_adj instead.
With device tree enabled
http://pastebin.com/hDMmynje
The Following 18 Users Say Thank You to Kuzma30 For This Useful Post: [ Click to Expand ]
 
chrmhoffmann
Old
#3  
Recognized Developer
Thanks Meter 1196
Posts: 269
Join Date: Nov 2006
Cool.

Chris
 
violentgoomba
Old
#4  
Senior Member
Thanks Meter 15
Posts: 176
Join Date: Jun 2010

 
DONATE TO ME
God I wish I could code. Goodluck though

Sent from my Nexus S
 
daedricgeek
Old
#5  
daedricgeek's Avatar
Member
Thanks Meter 47
Posts: 76
Join Date: Feb 2012
Smile Here to help

Quote:
Originally Posted by Kuzma30 View Post
I am start porting 3.0.8 android kernel to NookTablet. There is some results) Its start booting)
http://pastebin.com/0NEHVyLa

The repository is https://github.com/Kuzma30/kernel3NookTablet.
There are mane features disabled. I will enable it step by step.
Anybody may help!

EDIT. 6/02.

Try initial booting of 3.2.2 branch. I use mainline kernel (from kernel .org). I create new board file, based on 4430sdp, disable all i2c devices, display, add some early_print() messages. This is boot log:
http://pastebin.com/z5fdyQQ3
There are less errors then in 3.0.8). And I think less patching.

I decide working on 3.2 branch. The next steps are
1. Enable our i2c devices.
2. Enable backlight and display.
3. ...
Hi

Great work . I don't have a great knowledge of linux but i'm starting to read up on it. Is there any way I can help , like you know research or read up on any one aspect and help out there.

Long shot but anyway here to help however I can ... Can you refer me to any good reading material on linux kernel ?

Thnx
Daedricgeek
The Following User Says Thank You to daedricgeek For This Useful Post: [ Click to Expand ]
 
Kuzma30
Old
(Last edited by Kuzma30; 11th December 2012 at 05:54 AM.)
#6  
Recognized Developer - OP
Thanks Meter 1339
Posts: 300
Join Date: Nov 2011
Location: Vinnitsa
Thank you.
The best reading material are kernel source and contenst of Documentation folder. There are many interface changes in new kernel. The last book I found about kernel development based on the old 2.6 branch(.
http://review.omapzoom.org/#/c/25640/
Quote:
Originally Posted by daedricgeek View Post
Hi

Great work . I don't have a great knowledge of linux but i'm starting to read up on it. Is there any way I can help , like you know research or read up on any one aspect and help out there.

Long shot but anyway here to help however I can ... Can you refer me to any good reading material on linux kernel ?

Thnx
Daedricgeek
The Following 6 Users Say Thank You to Kuzma30 For This Useful Post: [ Click to Expand ]
 
RadicalAns
Old
#7  
Junior Member
Thanks Meter 1
Posts: 18
Join Date: Mar 2011
Location: Pittsburgh
Just out of curiosity, are those dumps obtained via UART on the NT, or are you running on an emulator?
 
Kuzma30
Old
(Last edited by Kuzma30; 8th February 2012 at 05:00 AM.)
#8  
Recognized Developer - OP
Thanks Meter 1339
Posts: 300
Join Date: Nov 2011
Location: Vinnitsa
This is NT hardware UART log.
The Following User Says Thank You to Kuzma30 For This Useful Post: [ Click to Expand ]
 
Kuzma30
Old
#9  
Recognized Developer - OP
Thanks Meter 1339
Posts: 300
Join Date: Nov 2011
Location: Vinnitsa
Default Current status

Code:
Starting kernel ...

Booting Linux on physical CPU 0
Linux version 3.2.5 (nook@localhost) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #131 SMP PREE2
CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c5387d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: B@N NOOK TABLET
Ignoring tag cmdline (using the default kernel command line)
Setup machine tags finished
Reserving 33554432 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writealloc
***********************
OMAP4430 ES2.3 type(HS)
id-code  (6b95c02f)
Die-id   (04C80006-00000001-09110B52-17020017)
Prod-id  (000DB95C-000600CC)
***********************
PERCPU: Embedded 359 pages/cpu @c1894000 s1447872 r8192 d14400 u1470464
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 235520
Kernel command line: root=/dev/mmcblk1p2 console=ttyO0,115200n8 mem=448M@0x80000000 mem=512M@0xA0000000
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 32MB 384MB 512MB = 928MB total
Memory: 925164k/925164k available, 57876k reserved, 262144K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc053c000   (5328 kB)
      .init : 0xc053c000 - 0xc06e07c0   (1682 kB)
      .data : 0xc06e2000 - 0xc07356e0   ( 334 kB)
       .bss : 0xc0735704 - 0xc0d5dff8   (6307 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
NR_IRQS:410
omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
OMAP clockevent source: GPTIMER1 at 32768 Hz
sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
Console: colour dummy device 80x30
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:  8
... MAX_LOCK_DEPTH:          48
... MAX_LOCKDEP_KEYS:        8191
... CLASSHASH_SIZE:          4096
... MAX_LOCKDEP_ENTRIES:     16384
... MAX_LOCKDEP_CHAINS:      32768
... CHAINHASH_SIZE:          16384
 memory used by lock dependency info: 3951 kB
 per task-struct memory footprint: 2304 bytes
kmemleak: Early log buffer exceeded, please increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE
kmemleak: Kernel memory leak detector disabled
Calibrating delay loop... 2007.19 BogoMIPS (lpj=7839744)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Calibrating local timer... 491.64MHz.
L310 cache controller enabled
l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x7e470000, Cache size: 1048576 B
CPU1: Booted secondary processor
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
CPU1: Unknown IPI message 0x1
Brought up 2 CPUs
SMP: Total of 2 processors activated (3972.37 BogoMIPS).
devtmpfs: initialized
omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
omap_hwmod: ipu: failed to hardreset
omap_hwmod: mcpdm: cannot be enabled (3)
print_constraints: dummy: 
NET: Registered protocol family 16
GPMC revision 6.0
OMAP GPIO hardware version 0.1
Board revision PVT
Starting NOOK TABLET!
Omap mux init
omap_mux_init: Add partition: #1: core, flags: 2
omap_mux_init: Add partition: #2: wkup, flags: 2
_omap_mux_get_by_name: Could not find signal fref_clk0_out.gpio_wk6
I2C init
Board revision PVT
_omap_mux_get_by_name: Could not find signal sys_pwron_reset_out
_omap_mux_get_by_name: Could not find signal fref_clk3_req
Add NookTablet devices
Starting OMAP serial init:
Serial port 1 init - DONE
omap_hwmod: uart2: _wait_target_disable failed
Serial port 2 init - DONE
Serial port 4 init - DONE
OMAP SDRC init
TWL6030 HSMMC init
Omap WIFI init
OMAP4 TWL init
board-4430sdp.c: kxtf9_dev_init ...
board-4430sdp.c: kxtf9_dev_init > Init kxtf9 irq pin 66 !
MAX17042_DEVICE init
board-4430sdp.c: max17042_dev_init ...
board-4430sdp.c: max17042_dev_init > Init max17042 irq pin 65 !
max17042 GPIO pin read 1
SPI init
Panel get resource
Init display LED
init_display_led: evt2 hardware
OMAP DMA hardware revision 0.0
bio: create slab <bio-0> at 0
print_constraints: vdd_lcdtp: 3300 mV normal 
print_constraints: vwl1271: 1800 mV 
omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
Skipping twl internal clock init and using bootloader value (unknown osc rate)
twl6030: PIH (irq 39) chaining IRQs 368..387
print_constraints: VUSB: 3300 mV normal standby
twl6030_usb twl6030_usb: Initialized TWL6030 USB module
print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
print_constraints: VPP: 1800 <--> 2500 mV at 1700 mV normal standby
print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
print_constraints: VCXIO: 1800 mV normal standby
print_constraints: VDAC: 1800 mV normal standby
print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
print_constraints: CLK32KG: 
print_constraints: VANA: 2100 mV normal standby
omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 400 kHz
omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
Bluetooth: Core ver 2.16
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Switching to clocksource 32k_counter
cfg80211: Calling CRDA to update world regulatory domain
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 9, 3145728 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 3, 57344 bytes)
UDP-Lite hash table entries: 512 (order: 3, 57344 bytes)
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1294
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
start plist test
end plist test
 boxer : boxer_lcd_init called , line 337
 boxer : boxer_spi_probe called , line 309
boxer: spi setup returned : 0
Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled
omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
console [ttyO0] enabled
omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
brd: module loaded
loop: module loaded
twl4030_madc twl4030_madc: clk disabled, enabling
udc: OMAP UDC driver, version: 4 October 2004 (iso) (dma)
input: omap4-keypad as /devices/platform/omap/omap4-keypad/input/input0
ft5x06_init() - FT I2C Touchscreen Driver (Built Feb 11 2012 @ 09:33:45)
ft5x06_probe() - FT5x06 found on I2C bus.
input: ft5x06-i2c as /devices/platform/omap/omap_i2c.2/i2c-2/2-0038/input/input1
ft5x06_initialize() - sysfs_create_group() succeeded.
i2c-core: driver [ft5x06-i2c] using legacy suspend method
i2c-core: driver [ft5x06-i2c] using legacy resume method
kxtf9: kxtf9_init ...
i2c-core: driver [kxtf9] using legacy suspend method
i2c-core: driver [kxtf9] using legacy resume method
twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
i2c /dev entries driver
OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
cpuidle: using governor ladder
cpuidle: using governor menu
mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
omap_pwm_led omap_pwm_led: OMAP PWM LED (lcd-backlight) at GP timer 11/0
omap_timer omap_timer.11: omap2_dm_timer_set_src: clk_set_parent() to sys_ck FAILED
omap-iommu omap-iommu.0: ducati registered
[BL set power] 1
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (14455 buckets, 57820 max)
ctnetlink v0.93: registering with nfnetlink.
xt_time: kernel timezone is -0000
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 10
Mobile IPv6
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
lib80211: common routines for IEEE802.11 drivers
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
ThumbEE CPU extension supported.
Registering SWP/SWPB emulation handler
OMAP4 TWL init
OMAP4 TWL init
omap_vc_i2c_init: I2C config for all channels must match.
omap_vc_i2c_init: I2C config for all channels must match.
Power Management for TI OMAP4.
sr_init: No PMIC hook to init smartreflex
smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
mmc0: Voltage range not supported for power class.
mmc0: power class selection to bus width 8 failed
SmartReflex Class3 initialized
mmc0: new high speed MMC card at address 0001
mmcblk0: mmc0:0001 SEM16G 14.8 GiB 
mmcblk0boot0: mmc0:0001 SEM16G partition 1 1.00 MiB
mmcblk0boot1: mmc0:0001 SEM16G partition 2 1.00 MiB
Alternate GPT is invalid, using primary GPT.
 mmcblk0: p1 p2 p3 p4 p5 p6 p7
clock: disabling unused clocks to save power
 mmcblk0boot1: unknown partition table
omapfb omapfb: no displays
omapfb omapfb: failed to setup omapfb
omapfb: probe of omapfb failed with error -22
 mmcblk0boot0: unknown partition table
regulator_init_complete: VANA: incomplete constraints, leaving on
regulator_init_complete: VDAC: incomplete constraints, leaving on
mmc2: mmc_rescan_try_freq: trying to init card at 400000 Hz
input: gpio-keys as /devices/platform/gpio-keys/input/input2
twl_rtc twl_rtc: setting system clock to 2012-02-11 09:48:33 UTC (1328953713)
Waiting for root device /dev/mmcblk1p2...
The Following 3 Users Say Thank You to Kuzma30 For This Useful Post: [ Click to Expand ]
 
chrmhoffmann
Old
(Last edited by chrmhoffmann; 11th February 2012 at 01:33 PM.)
#10  
Recognized Developer
Thanks Meter 1196
Posts: 269
Join Date: Nov 2006
Default awesome

Hi,

Keep up the great work. I will try this one. With what kernel source did you start?

Thanks!!!
Chris

[Update: I have seen that you use kernel.org mainline kernel 3.2. Hmm. No omapzoom? This might become quite tricky, no?]

Tags
mmcblk0boot0