Debugging issues with OmniROM build for Galaxy Tab Active 2 - Omni Q&A

Hi,
I've been working on the Galaxy Tab Active 2 for some time now.
Managed to successfully build TWRP recovery for the device using the Omni sources (Big thanks to TWRP dev team).
I'm trying to build the entire rom now and flash it using TWRP.
Right now, I have successful builds giving me a ZIP file which I'm able to flash. Problem is that after the flash I get a solid frozen black screen and nothing happens.
The installation process was as follows:
1. Installed stock rom
2. Installed TWRP
3. got to recovery and wiped/formatted device
4. moved ZIP file to internal storage using adb
5. installed ZIP file
6. Wiped cache + Dalvik
Ideas?

Shedaim said:
Hi,
I've been working on the Galaxy Tab Active 2 for some time now.
Managed to successfully build TWRP recovery for the device using the Omni sources (Big thanks to TWRP dev team).
I'm trying to build the entire rom now and flash it using TWRP.
Right now, I have successful builds giving me a ZIP file which I'm able to flash. Problem is that after the flash I get a solid frozen black screen and nothing happens.
The installation process was as follows:
1. Installed stock rom
2. Installed TWRP
3. got to recovery and wiped/formatted device
4. moved ZIP file to internal storage using adb
5. installed ZIP file
6. Wiped cache + Dalvik
Ideas?
Click to expand...
Click to collapse
Could be kernel or ROM related. Try first to read kernel logs from /sys/fs/pstore after direct reboot to recovery.

golden-guy said:
Could be kernel or ROM related. Try first to read kernel logs from /sys/fs/pstore after direct reboot to recovery.
Click to expand...
Click to collapse
I have two files on pstore, one of them is encrypted and the other has two lines:
Code:
/sbin/recovery Failed to get encryption policy for /efs/recovery: Not a typewriter
I pooled dmesg through twrp recovery "Copy logs" option and got some disturbing errors, but I'm not sure they are related:
Code:
<13>[ 2.482250] [1: init: 1] init: (Initializing SELinux enforcing took 0.07s.)
<13>[ 2.485142] [5: init: 1] init: init second stage started!
<13>[ 2.490138] [5: init: 1] init: Running restorecon...
<11>[ 2.555696] [5: init: 1] init: waitpid failed: No child processes
<11>[ 2.556399] [5: init: 1] init: property_set("ro.ril.hsxpa", "1") failed
<11>[ 2.556422] [5: init: 1] init: property_set("ro.ril.gprsclass", "10") failed
<13>[ 2.556512] [5: init: 1] init: (Loading properties from /default.prop took 0.00s.)
<11>[ 2.557046] [5: init: 1] init: /init.rc: 13: invalid keyword 'setcon'
<11>[ 2.557197] [5: init: 1] init: /init.rc: 63: invalid keyword 'load_all_props'
<11>[ 2.557397] [5: init: 1] init: could not import file '/init.recovery.logd.rc' from '/init.rc': No such file or directory
<13>[ 2.557594] [5: init: 1] init: (Parsing /init.recovery.usb.rc took 0.00s.)
<13>[ 2.557660] [5: init: 1] init: (Parsing /init.recovery.service.rc took 0.00s.)
<11>[ 2.557696] [5: init: 1] init: could not import file '/init.recovery.vold_decrypt.rc' from '/init.rc': No such file or directory
<11>[ 2.557730] [5: init: 1] init: could not import file '/init.recovery.samsungexynos7870.rc' from '/init.rc': No such file or directory
<13>[ 2.557753] [5: init: 1] init: (Parsing /init.rc took 0.00s.)
<13>[ 2.557893] [5: init: 1] init: write_file: Unable to write to '/sys/fs/selinux/checkreqprot': Permission denied
<13>[ 2.557963] [5: init: 1] init: Starting service 'ueventd'...
<13>[ 2.558331] [5: init: 1] init: Starting service 'healthd'...
<13>[ 2.558659] [5: init: 1] init: Waiting for /dev/.coldboot_done...
I'll try fixing those errors, but I don't believe it'll fix my main problem.

Shedaim said:
I have two files on pstore, one of them is encrypted and the other has two lines:
Code:
/sbin/recovery Failed to get encryption policy for /efs/recovery: Not a typewriter
I pooled dmesg through twrp recovery "Copy logs" option and got some disturbing errors, but I'm not sure they are related:
Code:
<13>[ 2.482250] [1: init: 1] init: (Initializing SELinux enforcing took 0.07s.)
<13>[ 2.485142] [5: init: 1] init: init second stage started!
<13>[ 2.490138] [5: init: 1] init: Running restorecon...
<11>[ 2.555696] [5: init: 1] init: waitpid failed: No child processes
<11>[ 2.556399] [5: init: 1] init: property_set("ro.ril.hsxpa", "1") failed
<11>[ 2.556422] [5: init: 1] init: property_set("ro.ril.gprsclass", "10") failed
<13>[ 2.556512] [5: init: 1] init: (Loading properties from /default.prop took 0.00s.)
<11>[ 2.557046] [5: init: 1] init: /init.rc: 13: invalid keyword 'setcon'
<11>[ 2.557197] [5: init: 1] init: /init.rc: 63: invalid keyword 'load_all_props'
<11>[ 2.557397] [5: init: 1] init: could not import file '/init.recovery.logd.rc' from '/init.rc': No such file or directory
<13>[ 2.557594] [5: init: 1] init: (Parsing /init.recovery.usb.rc took 0.00s.)
<13>[ 2.557660] [5: init: 1] init: (Parsing /init.recovery.service.rc took 0.00s.)
<11>[ 2.557696] [5: init: 1] init: could not import file '/init.recovery.vold_decrypt.rc' from '/init.rc': No such file or directory
<11>[ 2.557730] [5: init: 1] init: could not import file '/init.recovery.samsungexynos7870.rc' from '/init.rc': No such file or directory
<13>[ 2.557753] [5: init: 1] init: (Parsing /init.rc took 0.00s.)
<13>[ 2.557893] [5: init: 1] init: write_file: Unable to write to '/sys/fs/selinux/checkreqprot': Permission denied
<13>[ 2.557963] [5: init: 1] init: Starting service 'ueventd'...
<13>[ 2.558331] [5: init: 1] init: Starting service 'healthd'...
<13>[ 2.558659] [5: init: 1] init: Waiting for /dev/.coldboot_done...
I'll try fixing those errors, but I don't believe it'll fix my main problem.
Click to expand...
Click to collapse
You should definitely do your bringup with permissive selinux. Just when everything is working, fix all remaining denials and switch to enforcing.
Ah, this is just recovery logs. Still, worth to check for your build.

golden-guy said:
You should definitely do your bringup with permissive selinux. Just when everything is working, fix all remaining denials and switch to enforcing.
Ah, this is just recovery logs. Still, worth to check for your build.
Click to expand...
Click to collapse
Do you have a good guide to boot with permissive mode? I've tried some flags in the device's kernel config, but all get overwritten at boot.
Well, those are the kernel logs taken from the recovery.
EDIT: tried changing selinux flags in kernel config file + changed EXTRA_CFLAGS += -DCONFIG_ALWAYS_ENFORCE to false in kernel/security/selinux/Makefile.
problem is that if I do that, TWRP get's stuck in a bootloop.

Shedaim said:
Do you have a good guide to boot with permissive mode? I've tried some flags in the device's kernel config, but all get overwritten at boot.
Well, those are the kernel logs taken from the recovery.
EDIT: tried changing selinux flags in kernel config file + changed EXTRA_CFLAGS += -DCONFIG_ALWAYS_ENFORCE to false in kernel/security/selinux/Makefile.
problem is that if I do that, TWRP get's stuck in a bootloop.
Click to expand...
Click to collapse
Normally, you set this in BOARD_KERNEL_CMDLINE in your BoardConfig.mk and it does apply. Best check some other (Samsung) device trees and kernel configs.

golden-guy said:
Normally, you set this in BOARD_KERNEL_CMDLINE in your BoardConfig.mk and it does apply. Best check some other (Samsung) device trees and kernel configs.
Click to expand...
Click to collapse
can't put anything on the BOARD_KERNEL_CMDLINE for exynos devices.

@golden-guy
Care to take a look at my github? I may be missing something. https://github.com/Shedaim/gtactive2lte.git
The kernel's configuration I'm using is in the following path: /kernel/arch/arm64/configs/exynos7870-gtactive2lte_eur_open_defconfig
I tried creating only the kernel and put inside stock boot.img replacing stock zImage, but it automatically boots to recovery after failed boot.
If I try to build the rom with version 1 recovery.fstab, I successfully get the zip file, but I got these warnings/prints:
Code:
Package OTA: /home/roni/Full_Omni/out/target/product/gtactive2lte/omni_gtactive2lte-ota-eng.root.zip
/efs: unknown option "flags=display=EFS;backup=1"
/data: unknown option "flags=encryptable=footer;length=-20480"
/modem: unknown option "flags=display=MODEM"
/preload: unknown option "flags=display="Preload";wipeingui;backup=1"
/external_sdcard: unknown option "flags=display="Micro"
/usb-otg: unknown option "flags=display="USB-OTG";storage;wipeingui;removable"
unzipping target target-files...
running: unzip -o -q /home/roni/Full_Omni/out/target/product/gtactive2lte/obj/PACKAGING/target_files_intermediates/omni_gtactive2lte-target_files-eng.root.zip -d /tmp/targetfiles-5NhyYa
/efs: unknown option "flags=display=EFS;backup=1"
/data: unknown option "flags=encryptable=footer;length=-20480"
/modem: unknown option "flags=display=MODEM"
/preload: unknown option "flags=display="Preload";wipeingui;backup=1"
/external_sdcard: unknown option "flags=display="Micro"
/usb-otg: unknown option "flags=display="USB-OTG";storage;wipeingui;removable"

Shedaim said:
@golden-guy
Care to take a look at my github? I may be missing something. https://github.com/Shedaim/gtactive2lte.git
The kernel's configuration I'm using is in the following path: /kernel/arch/arm64/configs/exynos7870-gtactive2lte_eur_open_defconfig
I tried creating only the kernel and put inside stock boot.img replacing stock zImage, but it automatically boots to recovery after failed boot.
If I try to build the rom with version 1 recovery.fstab, I successfully get the zip file, but I got these warnings/prints:
Click to expand...
Click to collapse
You got to find out how to make a permissive kernel for Sammy devices, I won't do that research for you. Also if pstore is empty, you might need to enable this in defconfig first.
Btw, kernel repo need to be seperate from device tree.

golden-guy said:
You got to find out how to make a permissive kernel for Sammy devices, I won't do that research for you. Also if pstore is empty, you might need to enable this in defconfig first.
Btw, kernel repo need to be seperate from device tree.
Click to expand...
Click to collapse
It may be best practice to have it separated, but I see no wrong in linking the TARGET_KERNEL_SOURCE to the device tree. I mean, it's just a path.
Hmm, I think it is loading in permissive mode (see last line). This is a log taken from recovery, which was built using the same tree and kernel configuration.
Code:
MODEL_NAME:{{SM-T395}}
eMMC_SERIAL_NUMBER:{{150100414A5444345200DB205BCAC461}}
[Debug Info.]
S-BOOT : VERSION_-+J0
SecureOS : 32 (MB)
blk_bread: MMC mode
- read_bl1
blk_bread_bootsector: MMC mode
Verify_Signature_With_Signingtype 0x45820130 [email protected], [email protected]
pit_check_signature (PIT) valid.
blk_bread: MMC mode
PARAM ENV VERSION: v1.0..
RECOVERY IS NOT SEANDROID ENFORCING
RECOVERY IS NOT SEANDROID ENFORCING
ATAG_CMDLINE: 103 54410009 'console=ram loglevel=4 bootmode=2 sec_debug.level=0 sec_watchdog.sec_pet=5 androidboot.debug_level=0x4f4c ess_setup=0x46000000 [email protected] [email protected] s3cfb.bootloaderfb=0x67000000 sysscope=0xee000000 lcdtype=812552 consoleblank=0 vmalloc=384m sec_debug.reset_reason=6 sec_reset.reset_reason=6 ehci_hcd.park=3 oops=panic pmic_info=27 ccic_info=1 cordon=eeeb5ced9430d2cfe0bf16a079f70608 connie=SM-T395_OPEN_EUR_63e3f4ca8271d4c7e2d2c3239cb7fb2e androidboot.emmc_checksum=3 androidboot.sales.param.offset=7340572 sales_code=ILO androidboot.odin_download=1 androidboot.bootloader=T395JXU1AQJ2 androidboot.selinux=enforcing androidboot.security_mode=1526595585 androidboot.ucs_mode=0 androidboot.hw_rev=4 androidboot.hardware=samsungexynos7870 androidboot.warranty_bit=1 androidboot.hmac_mismatch=0 androidboot.sec_atd.tty=/dev/ttySAC2 androidboot.serialno=5200db205bcac461 snd_soc_core.pmdown_time=1000 androidboot.verifiedbootstate=orange reserve-fimc=0 firmware_class.path=/vendor/firmware'
param logs:
<6>[ 0.000000] [0: swapper: 0] Initializing cgroup subsys cpu
<6>[ 0.000000] [0: swapper: 0] Initializing cgroup subsys cpuacct
<5>[ 0.000000] [0: swapper: 0] Linux version 3.18.14 ([email protected]) (gcc version 4.9 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Jul 29 16:36:16 IDT 2018
<4>[ 0.000000] [0: swapper: 0] CPU: AArch64 Processor [410fd034] revision 4
<6>[ 0.000000] [0: swapper: 0] Detected VIPT I-cache on CPU0
<6>[ 0.000000] [0: swapper: 0] alternative: enabling workaround for ARM erratum 845719
<6>[ 0.000000] [0: swapper: 0] [ECT] Address 90000000, Size 14000setup_bootmode: boot_mode is 0
<4>[ 0.000000] [0: swapper: 0] setup_bootmode: boot_mode is 2
<6>[ 0.000000] [0: swapper: 0] dsim: --- Parse LCD TYPE ---
<6>[ 0.000000] [0: swapper: 0] dsim: LCDTYPE : 000c6608
<4>[ 0.000000] [0: swapper: 0] val = 49
<6>[ 0.000000] [0: swapper: 0] Security Boot Mode
<3>[ 0.000000] [0: swapper: 0] modem_if_reserved_mem_setup: memory reserved: paddr=4026531840, t_size=125829120
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node modem_if, compatible id exynos7870,modem_if
<3>[ 0.000000] [0: swapper: 0] deliver_cp_reserved_mem_setup: memory reserved: paddr=4026527744, t_size=4096
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node dram_init, compatible id exynos7870,deliver_cp
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 8 MiB at 80000000
<6>[ 0.000000] [0: swapper: 0] CMA memory[1]: crypto:0x800000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node crypto, compatible id exynos8890-ion,crypto
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 4 MiB at 80800000
<6>[ 0.000000] [0: swapper: 0] CMA memory[2]: video_fw:0x400000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node video_fw, compatible id exynos8890-ion,vfw
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 4 MiB at 80c00000
<6>[ 0.000000] [0: swapper: 0] CMA memory[7]: video_nfw:0x400000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node video_nfw, compatible id exynos8890-ion,vnfw
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 16 MiB at 81000000
<6>[ 0.000000] [0: swapper: 0] CMA memory[3]: video_stream:0x1000000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node video_stream, compatible id exynos8890-ion,vstream
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 84 MiB at 82000000
<6>[ 0.000000] [0: swapper: 0] CMA memory[5]: video_frame:0x5400000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node video_frame, compatible id exynos8890-ion,vframe
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 28 MiB at 87400000
<6>[ 0.000000] [0: swapper: 0] CMA memory[6]: video_scaler:0x1c00000
<6>[ 0.000000] [0: swapper: 0] Reserved memory: initialized node video_scaler, compatible id exynos8890-ion,vscaler
<6>[ 0.000000] [0: swapper: 0] cma: CMA: reserved 16 MiB at ff000000
<7>[ 0.000000] [0: swapper: 0] On node 0 totalpages: 776192
<7>[ 0.000000] [0: swapper: 0] DMA zone: 10752 pages used for memmap
<7>[ 0.000000] [0: swapper: 0] DMA zone: 0 pages reserved
<7>[ 0.000000] [0: swapper: 0] DMA zone: 776192 pages, LIFO batch:31
<6>[ 0.000000] [0: swapper: 0] psci: probing for conduit method from DT.
<6>[ 0.000000] [0: swapper: 0] psci: Using PSCI v0.1 Function IDs from DT
<6>[ 0.000000] [0: swapper: 0] PERCPU: Embedded 14 pages/cpu @ffffffc0beed1000 s18752 r8192 d30400 u57344
<7>[ 0.000000] [0: swapper: 0] pcpu-alloc: s18752 r8192 d30400 u57344 alloc=14*4096
<7>[ 0.000000] [0: swapper: 0] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
<4>[ 0.000000] [0: swapper: 0] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 765440
Kernel command line: console=ram loglevel=4 bootmode=2 sec_debug.level=0 sec_watchdog.sec_pet=5 androidboot.debug_level=0x4f4c ess_setup=0x46000000 [email protected] [email protected] s3cfb.bootloaderfb=0x67000000 sysscope=0xee000000 lcdtype=812552 consoleblank=0 vmalloc=384m sec_debug.reset_reason=6 sec_reset.reset_reason=6 ehci_hcd.park=3 oops=panic pmic_info=27 ccic_info=1 cordon=eeeb5ced9430d2cfe0bf16a079f70608 connie=SM-T395_OPEN_EUR_63e3f4ca8271d4c7e2d2c3239cb7fb2e androidboot.emmc_checksum=3 androidboot.sales.param.offset=7340572 sales_code=ILO androidboot.odin_download=1 androidboot.bootloader=T395JXU1AQJ2 androidboot.selinux=enforcing androidboot.security_mode=1526595585 androidboot.ucs_mode=0 androidboot.hw_rev=4 androidboot.hardware=samsungexynos7870 androidboot.warranty_bit=1 androidboot.hmac_mismatch=0 androidboot.sec_atd.tty=/dev/ttySAC2 androidboot.serialno=5200db205bcac461 snd_soc_core.pmdown_time=1000 androidboot.v<6>[ 0.000000] [0: swapper: 0] ../../../../../../device/samsung/gtactive2lte/kernel/drivers/staging/samsung/sec_debug.c: Reserved Mem(0x40000000, 0x1000) - Success
<0>[ 0.000000] [0: swapper: 0] sec_debug: set magic code (0x66262564)
<6>[ 0.000000] [0: swapper: 0] exynos-snapshot: try to reserve dedicated memory : 0x46000000, 0x1000000
<6>[ 0.000000] [0: swapper: 0] exynos-snapshot: memory reserved complete : 0x46000000, 0x1000000
<6>[ 0.000000] [0: swapper: 0] sec_debug: GetLog support (mark:0xffffffc000f25938, klog: 0xffffffc006800000)
<6>[ 0.000000] [0: swapper: 0] tima :sec_tima_log_setup, base:47002000, size:200000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:52300000, size:40000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:52400000, size:7000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:4da00000, size:300000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:52407000, size:1000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:52408000, size:5f8000
<6>[ 0.000000] [0: swapper: 0] RKP :tima_setup_rkp_mem, base:4dd00000, size:100000
<6>[ 0.000000] [0: swapper: 0] sec_avc_log_setup: *sec_avc_log_ptr:5cc8 sec_avc_log_buf:ffffffc007204000 sec_log_size:0x40000
<6>[ 0.000000] [0: swapper: 0] sec_avc_log_setup: no old log found
<6>[ 0.000000] [0: swapper: 0] set_switch_sel: switch_sel: 0x01b
<6>[ 0.000000] [0: swapper: 0] set_ccic_info: ccic_info: 0x0001
<1>[ 0.000000] [0: swapper: 0] vmm_init
<1>[ 0.000000] [0: swapper: 0] bin 0xffffffc000da4000, 0x4a808
<1>[ 0.000000] [0: swapper: 0] ram 0xffffffc00dd00000, 0x100000
<1>[ 0.000000] [0: swapper: 0] vmm, 312176
<1>[ 0.000000] [0: swapper: 0] vmm_translate
<1>[ 0.000000] [0: swapper: 0] vmm_translate
<1>[ 0.000000] [0: swapper: 0] vmm_entry
<1>[ 0.000000] [0: swapper: 0] vmm entry point: 000000004dd01290
<1>[ 0.000000] [0: swapper: 0] vmm(000000004dd00000, 0x100000): 0
<6>[ 0.000000] [0: swapper: 0] PID hash table entries: 4096 (order: 3, 32768 bytes)
<6>[ 0.000000] [0: swapper: 0] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
<6>[ 0.000000] [0: swapper: 0] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
<4>[ 0.000000] [0: swapper: 0] Memory: 2693600K/3104768K available (9152K kernel code, 1037K rwdata, 4616K rodata, 408K init, 2885K bss, 411168K reserved)
<5>[ 0.000000] [0: swapper: 0] Virtual kernel memory layout:
<5>[ 0.000000] [0: swapper: 0] vmalloc : 0xffffff8000000000 - 0xffffffbdffff0000 ( 247 GB)
<5>[ 0.000000] [0: swapper: 0] vmemmap : 0xffffffbe00000000 - 0xffffffbfc0000000 ( 7 GB maximum)
<5>[ 0.000000] [0: swapper: 0] 0xffffffbe00e00000 - 0xffffffbe03800000 ( 42 MB actual)
<5>[ 0.000000] [0: swapper: 0] PCI I/O : 0xffffffbffa000000 - 0xffffffbffb000000 ( 16 MB)
<5>[ 0.000000] [0: swapper: 0] fixed : 0xffffffbffbdfe000 - 0xffffffbffbdff000 ( 4 KB)
<5>[ 0.000000] [0: swapper: 0] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
<5>[ 0.000000] [0: swapper: 0] memory : 0xffffffc000000000 - 0xffffffc0c0000000 ( 3072 MB)
<5>[ 0.000000] [0: swapper: 0] .init : 0xffffffc000df3000 - 0xffffffc000e59000 ( 408 KB)
<6>[ 0.000000] [0: swapper: 0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
<6>[ 0.000000] [0: swapper/0: 0] Preemptible hierarchical RCU implementation.
<6>[ 0.000000] [0: swapper/0: 0] NR_IRQS:64 nr_irqs:64 0
<6>[ 0.000000] [0: swapper/0: 0] ========================================
<6>[ 0.000000] [0: swapper/0: 0] =
<6>[ 0.000000] [0: swapper/0: 0] = [ECT] current version is TEST VERSION!!
<6>[ 0.000000] [0: swapper/0: 0] = Please be aware that error can be happen.
<6>[ 0.000000] [0: swapper/0: 0] = [VERSION] : 1001
<6>[ 0.000000] [0: swapper/0: 0] =
<6>[ 0.000000] [0: swapper/0: 0] ========================================
<6>[ 0.000000] [0: swapper/0: 0] asv_table_ver : 5
<6>[ 0.000000] [0: swapper/0: 0] fused_grp : 1
<6>[ 0.000000] [0: swapper/0: 0] cpucl0_asv_group : 7
<6>[ 0.000000] [0: swapper/0: 0] cpucl1_asv_group : 7
<6>[ 0.000000] [0: swapper/0: 0] g3d_asv_group : 7
<6>[ 0.000000] [0: swapper/0: 0] mif_asv_group : 7
<6>[ 0.000000] [0: swapper/0: 0] int_asv_group : 7
<6>[ 0.000000] [0: swapper/0: 0] disp_asv_group : 5
<3>[ 0.000000] [0: swapper/0: 0] cal_dfs_get_rate : dvfs_cam reference count is zero
<3>[ 0.000000] [0: swapper/0: 0] cal_dfs_get_rate : dvfs_disp reference count is zero
<6>[ 0.000000] [0: swapper/0: 0] EXYNOS7870: Clock setup completed
<6>[ 0.000000] [0: swapper/0: 0] Exynos: pwm: clock setup completed
<6>[ 0.000000] [0: swapper/0: 0] arch_timer_init: arch_timer is used only clocksource
<6>[ 0.000000] [0: swapper/0: 0] Architected cp15 timer(s) running at 26.00MHz (virt).
<6>[ 0.000004] [0: swapper/0: 0] sched_clock: 56 bits at 26MHz, resolution 38ns, wraps every 2643056787456ns
<6>[ 0.002320] [0: swapper/0: 0] Enable console clock to add reference count
<6>[ 0.002352] [0: swapper/0: 0] Calibrating delay loop (skipped), value calculated using timer frequency.. 52.00 BogoMIPS (lpj=260000)
<6>[ 0.002364] [0: swapper/0: 0] pid_max: default: 32768 minimum: 301
<6>[ 0.005573] [0: swapper/0: 0] Security Framework initialized
<6>[ 0.005590] [0: swapper/0: 0] SELinux: Initializing.
<7>[ 0.005628] [0: swapper/0: 0] SELinux: Starting in [B]permissive [/B]mode

Shedaim said:
It may be best practice to have it separated, but I see no wrong in linking the TARGET_KERNEL_SOURCE to the device tree. I mean, it's just a path.
Hmm, I think it is loading in permissive mode (see last line). This is a log taken from recovery, which was built using the same tree and kernel configuration.
Click to expand...
Click to collapse
Enable this first: https://github.com/Shedaim/gtactive...nos7870-gtactive2lte_eur_open_defconfig#L4189
Then grab console logs via twrp.
Seriously, you definitely should split up your repos. There's good reason to keep that modular. Make it right from the beginning, or don't do it at all.

Related

cm7_nand_photon_v2 bootloop log

i tried cm7_nand_photon_v2, but bootloop
dmesg log
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 2.6.32.21-gf9fbd2a ([email protected]) (gcc v
ersion 4.4.1 (Sourcery G++ Lite 2010q1-188) ) #27 PREEMPT Wed Jan 4 00:36:49 MSK
2012
<4>[ 0.000000] CPU: ARMv6-compatible processor [4117b365] revision 5 (ARMv6TE
J), cr=00c5387f
<4>[ 0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: photon
<6>[ 0.000000] fixup: nr_banks = 2
<6>[ 0.000000] fixup: bank0 start=00200000, node=00000000, size=0ca00000
<6>[ 0.000000] fixup: bank1 start=20000000, node=00000000, size=05600000
<4>[ 0.000000] Ignoring unrecognised tag 0x00000000
<4>[ 0.000000] Ignoring unrecognised tag 0x00000000
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<7>[ 0.000000] On node 0 totalpages: 73728
<7>[ 0.000000] free_area_init_node: node 0, pgdat c05b29b0, node_mem_map c08b
9000
<7>[ 0.000000] Normal zone: 1192 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 72536 pages, LIFO batch:15
<4>[ 0.000000] liberty_init_map_io()
<6>[ 0.000000] L210 cache controller enabled
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 72536
<5>[ 0.000000] Kernel command line: rw?
<6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes
)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000000] Memory: 202MB 86MB = 288MB total
<5>[ 0.000000] Memory: 284212KB available (4280K code, 1331K data, 1148K init
, 0K highmem)
<6>[ 0.000000] Hierarchical RCU implementation.
<6>[ 0.000000] NR_IRQS:277
<4>[ 0.000000] photon_init_irq()
<6>[ 0.000000] ram_console: no valid data in buffer (sig = 0x48454150)
<6>[ 0.000000] console [ram0] enabled
<6>[ 0.000000] Calibrating delay loop... 598.01 BogoMIPS (lpj=2990080)
<4>[ 0.230191] Mount-cache hash table entries: 512
<6>[ 0.230828] Initializing cgroup subsys debug
<6>[ 0.230858] Initializing cgroup subsys cpuacct
<6>[ 0.230876] Initializing cgroup subsys freezer
<6>[ 0.230918] CPU: Testing write buffer coherency: ok
<6>[ 0.233663] NET: Registered protocol family 16
<4>[ 0.234270] photon_init() revision = 0x0
<6>[ 0.385178] YoYo--BD_ADDRESS=00:00:00:00:00:00
<6>[ 0.385580] acpu_clock_init()
<6>[ 0.385646] ACPU running at 600000 KHz
<6>[ 0.385726] ACPU speed 19200 KHz
<6>[ 0.385741] ACPU speed 120000 KHz
<6>[ 0.385755] ACPU speed 122880 KHz
<6>[ 0.385768] ACPU speed 200000 KHz
<6>[ 0.385781] ACPU speed 245760 KHz
<6>[ 0.385796] ACPU speed 320000 KHz
<6>[ 0.385810] ACPU speed 400000 KHz
<6>[ 0.385823] ACPU speed 480000 KHz
<6>[ 0.385836] ACPU speed 600000 KHz
<6>[ 0.385851] ACPU speed 768000 KHz
<6>[ 0.385865] ACPU speed 787200 KHz
<6>[ 0.385878] ACPU speed 806400 KHz
<6>[ 0.385891] ACPU speed 825600 KHz
<6>[ 0.385906] ACPU speed 844800 KHz
<6>[ 0.385920] ACPU speed 864000 KHz
<6>[ 0.385935] ACPU running at 0 KHz
<6>[ 0.385980] msm_proc_comm_wince_init: WinCE PCOM initialized.
<6>[ 0.386011] PLL0 @ f8005300: MODE=00000007 L=00000032 M=00000000 N=0000000
1 freq=960000000 Hz (960 MHz)
<6>[ 0.386046] PLL1 @ f800531c: MODE=00000007 L=0000000c M=00000004 N=0000000
5 freq=245760000 Hz (245 MHz)
<6>[ 0.386080] PLL2 @ f8005338: MODE=00000007 L=0000003e M=00000001 N=0000000
2 freq=1200000000 Hz (1200 MHz)
<6>[ 0.386103] PCB XC: 00000000
<6>[ 0.386116] AMSS version: 32.26.05.04U
<6>[ 0.386151] Acquire 'boot-time' perf_lock
<4>[ 0.390408] after msm_add_devices()
<6>[ 0.391256] photon_init_mmc
<6>[ 0.392315] msm_hsusb_set_vbus_state: 1
<4>[ 0.399266] bio: create slab <bio-0> at 0
<6>[ 0.400081] msm_i2c_probe
<6>[ 0.400286] msm_i2c_probe: clk_ctl 315, 400000 Hz
<6>[ 0.401790] Bluetooth: Core ver 2.15
<6>[ 0.401965] NET: Registered protocol family 31
<6>[ 0.401981] Bluetooth: HCI device and connection manager initialized
<6>[ 0.402006] Bluetooth: HCI socket layer initialized
<6>[ 0.402198] Switching to clocksource dg_timer
<6>[ 0.403455] NET: Registered protocol family 2
<6>[ 0.403686] IP route cache hash table entries: 4096 (order: 2, 16384 bytes
)
<6>[ 0.404316] TCP established hash table entries: 16384 (order: 5, 131072 by
tes)
<6>[ 0.404896] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.405330] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.405351] TCP reno registered
<6>[ 0.405631] NET: Registered protocol family 1
<6>[ 0.405980] Unpacking initramfs...
<6>[ 0.491268] Freeing initrd memory: 720K
<6>[ 0.491970] smd_init()
<6>[ 0.491983] smd_core_init()
<4>[ 0.492001] smem_item: id=85 offset=19072 size=32=
<6>[ 0.492021] phy addr of smd_info.state=0xFF04A80
<6>[ 0.492116] smd_core_init() done
<4>[ 0.492138] smem_item: id=336 offset=8712 size=6936=
<3>[ 0.492175] msm_init_last_radio_log: last radio log is 6936 bytes long
<4>[ 0.492740] smem_item: id=13 offset=102296 size=2048=
<4>[ 0.492770] smem_item: id=14 offset=219320 size=40=
<4>[ 0.492790] smem_item: id=338 offset=219360 size=16384=
<6>[ 0.492813] smd_alloc_channel() cid=00 size=08192 'SMD_DS'
<4>[ 0.492971] smem_item: id=15 offset=137320 size=40=
<4>[ 0.492993] smem_item: id=339 offset=137360 size=65536=
<6>[ 0.493013] smd_alloc_channel() cid=01 size=32768 'SMD_DIAG'
<4>[ 0.493125] smem_item: id=16 offset=120896 size=40=
<4>[ 0.493145] smem_item: id=340 offset=120936 size=16384=
<6>[ 0.493166] smd_alloc_channel() cid=02 size=08192 'SMD_RPCCALL'
<4>[ 0.493283] smem_item: id=19 offset=104472 size=40=
<4>[ 0.493303] smem_item: id=343 offset=104512 size=16384=
<6>[ 0.493323] smd_alloc_channel() cid=05 size=08192 'SMD_CONTROL'
<4>[ 0.493435] smem_item: id=21 offset=235744 size=40=
<4>[ 0.493455] smem_item: id=345 offset=235784 size=65536=
<6>[ 0.493476] smd_alloc_channel() cid=07 size=32768 'SMD_DATA1'
<4>[ 0.493586] smem_item: id=22 offset=301320 size=40=
<4>[ 0.493606] smem_item: id=346 offset=301360 size=65536=
<6>[ 0.493626] smd_alloc_channel() cid=08 size=32768 'SMD_DATA2'
<4>[ 0.493745] smem_item: id=23 offset=366896 size=40=
<4>[ 0.493766] smem_item: id=347 offset=366936 size=65536=
<6>[ 0.493786] smd_alloc_channel() cid=09 size=32768 'SMD_DATA3'
<4>[ 0.493903] smem_item: id=29 offset=432472 size=40=
<4>[ 0.493923] smem_item: id=353 offset=432512 size=16384=
<6>[ 0.493943] smd_alloc_channel() cid=15 size=08192 'SMD_DATA9'
<4>[ 0.494058] smem_item: id=41 offset=448896 size=40=
<4>[ 0.494078] smem_item: id=365 offset=448936 size=16384=
<6>[ 0.494100] smd_alloc_channel() cid=27 size=08192 'SMD_GPSNMEA'
<4>[ 0.494225] smem_item: id=52 offset=202896 size=40=
<4>[ 0.494245] smem_item: id=376 offset=202936 size=16384=
<6>[ 0.494265] smd_alloc_channel() cid=38 size=08192 'SMD_DAL00'
<4>[ 0.494871] smem_item: id=79 offset=19200 size=40000=
<4>[ 0.494895] smem_item: id=78 offset=59200 size=8=
<4>[ 0.494915] smem_item: id=81 offset=59208 size=3000=
<4>[ 0.494935] smem_item: id=80 offset=62208 size=8=
<4>[ 0.494955] smem_item: id=407 offset=62224 size=40000=
<4>[ 0.494975] smem_item: id=405 offset=102224 size=8=
<4>[ 0.494995] smem_item: id=7 offset=8612 size=32=
<4>[ 0.495015] smem_item: id=7 offset=8612 size=32=
<4>[ 0.495845] smd_open success: [SMD_RPCCALL]
<6>[ 0.495866] SMD: ch 2 0 -> 1
<6>[ 0.495970] SMD: ch 2 1 -> 2
<4>[ 0.612405] RPC: NEW_SERVER id=0:00000001 prog=30000025:00000000
<4>[ 0.612718] RPC: NEW_SERVER id=0:00000001 prog=30000044:bbf38d5a
<4>[ 0.613001] RPC: NEW_SERVER id=0:00000001 prog=30000043:00000000
<4>[ 0.613283] RPC: NEW_SERVER id=0:00000001 prog=30000005:ac8ba7b7
<4>[ 0.613555] RPC: NEW_SERVER id=0:00000001 prog=30000061:00010001
<4>[ 0.613831] RPC: NEW_SERVER id=0:00000001 prog=30000003:00000000
<4>[ 0.614103] RPC: NEW_SERVER id=0:00000001 prog=30000060:00010002
<4>[ 0.614401] RPC: NEW_SERVER id=0:00000001 prog=3000005f:00010002
<4>[ 0.614675] RPC: NEW_SERVER id=0:00000001 prog=30000021:00000000
<4>[ 0.614948] RPC: NEW_SERVER id=0:00000001 prog=30000002:00020002
<4>[ 0.615258] RPC: NEW_SERVER id=0:00000001 prog=3000001f:00000000
<4>[ 0.615556] RPC: NEW_SERVER id=0:00000001 prog=30000000:e9fb8210
<4>[ 0.615848] RPC: NEW_SERVER id=0:00000001 prog=3000fffd:0000ffff
<4>[ 0.616151] RPC: NEW_SERVER id=0:00000001 prog=3000001d:00020001
<4>[ 0.616438] RPC: NEW_SERVER id=0:00000001 prog=3000005b:a60286b0
<4>[ 0.616726] RPC: NEW_SERVER id=0:00000001 prog=3000003c:20cebc12
<4>[ 0.617041] RPC: NEW_SERVER id=0:00000001 prog=3000003b:00000000
<4>[ 0.617336] RPC: NEW_SERVER id=0:00000001 prog=3000005a:00000000
<4>[ 0.617628] RPC: NEW_SERVER id=0:00000001 prog=30000059:00000000
<4>[ 0.617923] RPC: NEW_SERVER id=0:00000001 prog=3000001b:408f49d3
<4>[ 0.618226] RPC: NEW_SERVER id=0:00000001 prog=30000019:356f9094
<4>[ 0.618551] RPC: NEW_SERVER id=0:00000001 prog=30000055:00000000
<4>[ 0.618860] RPC: NEW_SERVER id=0:00000001 prog=30000016:008a27be
<4>[ 0.619176] RPC: NEW_SERVER id=0:00000001 prog=30000091:00010001
<4>[ 0.619500] RPC: NEW_SERVER id=0:00000001 prog=30000053:cfb85d48
<4>[ 0.619813] RPC: NEW_SERVER id=0:00000001 prog=30000014:00020001
<4>[ 0.620140] RPC: NEW_SERVER id=0:00000001 prog=30000051:00000000
<4>[ 0.620455] RPC: NEW_SERVER id=0:00000001 prog=30000013:00030001
<4>[ 0.620771] RPC: NEW_SERVER id=0:00000001 prog=30000012:00000000
<4>[ 0.621098] RPC: NEW_SERVER id=0:00000001 prog=3000fe00:a82d4624
<4>[ 0.621416] RPC: NEW_SERVER id=0:00000001 prog=30000010:00000000
<4>[ 0.621748] RPC: NEW_SERVER id=0:00000001 prog=3000006c:00000000
<4>[ 0.622068] RPC: NEW_SERVER id=0:00000001 prog=3000000f:00010001
<4>[ 0.622480] RPC: NEW_SERVER id=0:00000001 prog=3000006b:0aabc7a4
<4>[ 0.622816] RPC: NEW_SERVER id=0:00000001 prog=3000000e:052ff749
<4>[ 0.623146] RPC: NEW_SERVER id=0:00000001 prog=3000006a:00000000
<4>[ 0.623490] RPC: NEW_SERVER id=0:00000001 prog=30000068:00000000
<4>[ 0.623823] RPC: NEW_SERVER id=0:00000001 prog=30000067:00000000
<4>[ 0.624160] RPC: NEW_SERVER id=0:00000001 prog=30000048:00010004
<4>[ 0.624495] RPC: NEW_SERVER id=0:00000001 prog=3000000a:00000000
<4>[ 0.624828] RPC: NEW_SERVER id=0:00000001 prog=30000066:00020001
<4>[ 0.625196] RPC: NEW_SERVER id=0:00000001 prog=30000064:00010002
<4>[ 0.625550] RPC: NEW_SERVER id=0:00000001 prog=30000025:00000000
<3>[ 0.625570] rpcrouter: Duplicate svr
<4>[ 0.625596] RPC: NEW_SERVER id=0:00000001 prog=30000044:bbf38d5a
<3>[ 0.625613] rpcrouter: Duplicate svr
<4>[ 0.625638] RPC: NEW_SERVER id=0:00000001 prog=30000043:00000000
<3>[ 0.625656] rpcrouter: Duplicate svr
<4>[ 0.625680] RPC: NEW_SERVER id=0:00000001 prog=30000005:ac8ba7b7
<3>[ 0.625698] rpcrouter: Duplicate svr
<4>[ 0.625723] RPC: NEW_SERVER id=0:00000001 prog=30000061:00010001
<3>[ 0.625740] rpcrouter: Duplicate svr
<4>[ 0.625765] RPC: NEW_SERVER id=0:00000001 prog=30000003:00000000
<3>[ 0.625781] rpcrouter: Duplicate svr
<4>[ 0.625806] RPC: NEW_SERVER id=0:00000001 prog=30000060:00010002
<3>[ 0.625825] rpcrouter: Duplicate svr
<4>[ 0.625848] RPC: NEW_SERVER id=0:00000001 prog=3000005f:00010002
<3>[ 0.625866] rpcrouter: Duplicate svr
<4>[ 0.625891] RPC: NEW_SERVER id=0:00000001 prog=30000021:00000000
<3>[ 0.625910] rpcrouter: Duplicate svr
<4>[ 0.625935] RPC: NEW_SERVER id=0:00000001 prog=30000002:00020002
<3>[ 0.625951] rpcrouter: Duplicate svr
<4>[ 0.625976] RPC: NEW_SERVER id=0:00000001 prog=3000001f:00000000
<3>[ 0.625995] rpcrouter: Duplicate svr
<4>[ 0.626018] RPC: NEW_SERVER id=0:00000001 prog=30000000:e9fb8210
<3>[ 0.626036] rpcrouter: Duplicate svr
<4>[ 0.626061] RPC: NEW_SERVER id=0:00000001 prog=3000fffd:0000ffff
<3>[ 0.626080] rpcrouter: Duplicate svr
<4>[ 0.626103] RPC: NEW_SERVER id=0:00000001 prog=3000001d:00020001
<3>[ 0.626121] rpcrouter: Duplicate svr
<4>[ 0.626146] RPC: NEW_SERVER id=0:00000001 prog=3000005b:a60286b0
<3>[ 0.626165] rpcrouter: Duplicate svr
<4>[ 0.626190] RPC: NEW_SERVER id=0:00000001 prog=3000003c:20cebc12
<3>[ 0.626208] rpcrouter: Duplicate svr
<4>[ 0.626233] RPC: NEW_SERVER id=0:00000001 prog=3000003b:00000000
<3>[ 0.626251] rpcrouter: Duplicate svr
<4>[ 0.626275] RPC: NEW_SERVER id=0:00000001 prog=3000005a:00000000
<3>[ 0.626293] rpcrouter: Duplicate svr
<4>[ 0.626318] RPC: NEW_SERVER id=0:00000001 prog=30000059:00000000
<3>[ 0.626336] rpcrouter: Duplicate svr
<4>[ 0.626361] RPC: NEW_SERVER id=0:00000001 prog=3000001b:408f49d3
<3>[ 0.626378] rpcrouter: Duplicate svr
<4>[ 0.626403] RPC: NEW_SERVER id=0:00000001 prog=30000019:356f9094
<3>[ 0.626421] rpcrouter: Duplicate svr
<4>[ 0.626446] RPC: NEW_SERVER id=0:00000001 prog=30000055:00000000
<3>[ 0.626465] rpcrouter: Duplicate svr
<4>[ 0.626490] RPC: NEW_SERVER id=0:00000001 prog=30000016:008a27be
<3>[ 0.626508] rpcrouter: Duplicate svr
<4>[ 0.626531] RPC: NEW_SERVER id=0:00000001 prog=30000091:00010001
<3>[ 0.626550] rpcrouter: Duplicate svr
<4>[ 0.626575] RPC: NEW_SERVER id=0:00000001 prog=30000053:cfb85d48
<3>[ 0.626593] rpcrouter: Duplicate svr
<4>[ 0.626618] RPC: NEW_SERVER id=0:00000001 prog=30000014:00020001
<3>[ 0.626636] rpcrouter: Duplicate svr
<4>[ 0.626661] RPC: NEW_SERVER id=0:00000001 prog=30000051:00000000
<3>[ 0.626680] rpcrouter: Duplicate svr
<4>[ 0.626705] RPC: NEW_SERVER id=0:00000001 prog=30000013:00030001
<3>[ 0.626723] rpcrouter: Duplicate svr
<4>[ 0.626748] RPC: NEW_SERVER id=0:00000001 prog=30000012:00000000
<3>[ 0.626766] rpcrouter: Duplicate svr
<4>[ 0.626791] RPC: NEW_SERVER id=0:00000001 prog=3000fe00:a82d4624
<3>[ 0.626808] rpcrouter: Duplicate svr
<4>[ 0.626835] RPC: NEW_SERVER id=0:00000001 prog=30000010:00000000
<3>[ 0.626853] rpcrouter: Duplicate svr
<4>[ 0.626876] RPC: NEW_SERVER id=0:00000001 prog=3000006c:00000000
<3>[ 0.626895] rpcrouter: Duplicate svr
<4>[ 0.626921] RPC: NEW_SERVER id=0:00000001 prog=3000000f:00010001
<3>[ 0.626940] rpcrouter: Duplicate svr
<4>[ 0.626963] RPC: NEW_SERVER id=0:00000001 prog=3000006b:0aabc7a4
<3>[ 0.626981] rpcrouter: Duplicate svr
<4>[ 0.627008] RPC: NEW_SERVER id=0:00000001 prog=3000000e:052ff749
<3>[ 0.627026] rpcrouter: Duplicate svr
<4>[ 0.627050] RPC: NEW_SERVER id=0:00000001 prog=3000006a:00000000
<3>[ 0.627068] rpcrouter: Duplicate svr
<4>[ 0.627093] RPC: NEW_SERVER id=0:00000001 prog=30000068:00000000
<3>[ 0.627111] rpcrouter: Duplicate svr
<4>[ 0.627136] RPC: NEW_SERVER id=0:00000001 prog=30000067:00000000
<3>[ 0.627155] rpcrouter: Duplicate svr
<4>[ 0.627180] RPC: NEW_SERVER id=0:00000001 prog=30000048:00010004
<3>[ 0.627198] rpcrouter: Duplicate svr
<4>[ 0.627221] RPC: NEW_SERVER id=0:00000001 prog=3000000a:00000000
<3>[ 0.627240] rpcrouter: Duplicate svr
<4>[ 0.627266] RPC: NEW_SERVER id=0:00000001 prog=30000066:00020001
<3>[ 0.627285] rpcrouter: Duplicate svr
<4>[ 0.627310] RPC: NEW_SERVER id=0:00000001 prog=30000064:00010002
<3>[ 0.627328] rpcrouter: Duplicate svr
<4>[ 0.727580] Found SND_DEVICE_IDLE id 17
<6>[ 0.728413] Acquire 'boot-time' no_halt_lock 60s
<6>[ 0.728606] perflock_notifier_call: cpufreq lock speed 600000
<6>[ 0.728626] active perf lock 'boot-time'
<4>[ 0.728863] htc_acoustic_wince_init called
<4>[ 0.728943] htc_acoustic_wince_probe called
<4>[ 0.728958] Initialize HTC acoustic driver for wince based devices
<4>[ 0.728980] htc_acoustic_wince_probe, retrieving the smem address to copy
those params
<4>[ 0.729006] smem_item: id=135 offset=465576 size=7712=
<4>[ 0.729026] htc_acoustic_wince_probe, acoustic table smem address=0xf8171a
a8
<4>[ 0.729056] htc_acoustic_wince_probe, final addresses: volume=0xf8171aa8 w
b_volume=0xf8171c42 CE=0xf817325c ADIE=0xf817265c codec=0xf8171ddc mic=0xf02e345
0
<6>[ 0.748868] mdp_probe: initialized
<4>[ 0.749061] photon_wifi_init: start
<6>[ 0.751276] atmega-microp 0-0066: microp version [05][1B]
<3>[ 0.752128] microp_function_check: No function 2 !!
<3>[ 0.753416] microp_function_check: No function 18 !!
<6>[ 0.753633] [HS_MGR] (htc_headset_mgr_probe) ++++++++++++++++++++
<6>[ 0.754341] input: h2w headset as /devices/virtual/input/input0
<6>[ 0.754703] [HS_MGR] (hs_notify_driver_ready) HS_MGR ready
<6>[ 0.754871] [HS_MGR] (htc_headset_mgr_probe) --------------------
<6>[ 0.755171] [HS_MICROP] (htc_headset_microp_probe) ++++++++++++++++++++
<6>[ 0.758300] [HS_MGR] (headset_notifier_register) Register REMOTE_ADC notif
ier
<6>[ 0.758326] [HS_MGR] (headset_notifier_register) Register MIC_STATUS notif
ier
<6>[ 0.758350] [HS_MGR] (headset_notifier_register) Register KEY_INT_ENABLE n
otifier
<6>[ 0.758371] [HS_MGR] (hs_notify_driver_ready) HS_MICROP ready
<6>[ 0.758576] [HS_GPIO] (htc_headset_gpio_probe) ++++++++++++++++++++
<6>[ 0.758758] [HS_MGR] (headset_notifier_register) Register HPIN_GPIO notifi
er
<6>[ 0.758783] [HS_MGR] (hs_notify_driver_ready) HS_GPIO ready
<6>[ 0.758801] [HS_GPIO] (htc_headset_gpio_probe) --------------------
<6>[ 0.758828] [HS_MICROP] (htc_headset_microp_probe) --------------------
<6>[ 0.772721] ashmem: initialized
<6>[ 0.774616] fuse init (API version 7.13)
<7>[ 0.774948] yaffs built Dec 30 2011 23:14:41 Installing.
<6>[ 0.780106] alg: No test for stdrng (krng)
<6>[ 0.780211] io scheduler noop registered
<6>[ 0.780228] io scheduler anticipatory registered
<6>[ 0.780246] io scheduler deadline registered (default)
<6>[ 0.780663] mddi: init() base=0xe5858000 irq=16
<7>[ 0.780870] mddi runs at 81920000
<6>[ 0.782050] mddi cmd send rtd: int 3a000, stat 8063, rtd val f
<6>[ 0.784215] mddi: registering panel mddi_c_0101_0000
<6>[ 0.784235] mddi: publish:
<6>[ 0.785016] CABC enabled
<6>[ 0.786051] vsync on gpio 97 now 0
<6>[ 0.786291] setup_fb_info msmfb->xres 320, msmfb->yres 480
<6>[ 0.786503] msmfb_probe() installing 320 x 480 panel
<4>[ 0.786520] before register_framebuffer ()
<4>[ 0.786833] register_framebuffer ()
<4>[ 0.786848] load_565rle_image()
<6>[ 0.787323] Registered led device: lcd-backlight
<6>[ 0.789871] msm_serial: detected port #2
<6>[ 0.789981] msm_serial.2: ttyMSM2 at MMIO 0xa9c00000 (irq = 11) is a MSM
<6>[ 0.790333] msm_serial: driver initialized
<6>[ 0.790665] msm_serial_hs module loaded
more dmesg log
Code:
<6>[ 0.790831] msm_serial_hs module loaded
<6>[ 0.791026] BCM chip
<6>[ 0.791145] msm_serial_hs_bcm.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a
MSM HS UART
<6>[ 0.791505] msm_serial_hs module loaded
<6>[ 0.795528] loop: module loaded
<6>[ 0.795686] pmem: 1 init
<6>[ 0.796600] pmem_adsp: 1 init
<6>[ 0.797358] pmem_camera: 0 init
<6>[ 0.798068] Android kernel panic handler initialized (bind=crashdata)
<6>[ 0.798216] spi_bma150_probe: G-sensor connect with microP: start initial,
kvalue = 0x0
<6>[ 0.798576] input: bma150 as /devices/virtual/input/input1
<4>[ 0.798611] bma150: Input device successfuly registered
<6>[ 0.814915] __spi_bma150_set_mode: BMA get into SLEEP mode!
<6>[ 0.815596] msm_nand: allocated dma buffer at ffa47000, dma_addr 24814000
<6>[ 0.815703] status: c03120
<6>[ 0.815720] nandid: 5500bcec maker ec device bc
<6>[ 0.815738] Found a supported NAND device
<6>[ 0.815753] NAND Id : 0xBCEC
<6>[ 0.815766] Buswidth : 16 Bits
<6>[ 0.815780] Density : 512 MByte
<6>[ 0.815795] Pagesize : 2048 Bytes
<6>[ 0.815808] Erasesize: 131072 Bytes
<6>[ 0.815821] Oobsize : 64 Bytes
<6>[ 0.815865] msm_nand: read CFG0 = aa5400c0, CFG1 = a7476
<6>[ 0.815883] CFG0 Old: 0xaa5400c0
<6>[ 0.815896] CFG1 Old: 0x000a7476
<6>[ 0.815911] CFG0 Init : 0xea5400c0
<6>[ 0.815926] CFG1 Init : 0x000a7476
<6>[ 0.815945] CFG0: cw/page=3 ud_sz=512 ecc_sz=10 spare_sz=4 num_addr_cycles
=5
<6>[ 0.815991] DEV_CMD1: f00f3000
<6>[ 0.816026] <6>NAND_EBI2_ECC_BUF_CFG: 1ff
<4>[ 0.816045] #MTD# parts in atag = 7
<5>[ 0.816070] Creating 7 MTD partitions on "msm_nand":
<5>[ 0.816096] 0x000002820000-0x000002840000 : "lkbootloader"
<5>[ 0.817178] 0x000002840000-0x000003240000 : "boot"
<4>[ 0.820128] ###BAD BLOCK 363 02D60000###
<5>[ 0.823645] 0x000003240000-0x000003c40000 : "recovery"
<5>[ 0.830331] 0x000003c40000-0x000003ce0000 : "misc"
<5>[ 0.831440] 0x000003ce0000-0x00000dce0000 : "system"
<4>[ 0.854836] ###BAD BLOCK 803 06460000###
<4>[ 0.867655] ###BAD BLOCK 977 07A20000###
<4>[ 0.871276] ###BAD BLOCK 1026 08040000###
<4>[ 0.878588] ###BAD BLOCK 1125 08CA0000###
<4>[ 0.881328] ###BAD BLOCK 1162 09140000###
<4>[ 0.891501] ###BAD BLOCK 1300 0A280000###
<5>[ 0.926496] 0x00000dce0000-0x00001eee0000 : "userdata"
<4>[ 0.947281] ###BAD BLOCK 2048 10000000###
<4>[ 0.947373] ###BAD BLOCK 2049 10020000###
<4>[ 0.967620] ###BAD BLOCK 2324 12280000###
<4>[ 0.972271] ###BAD BLOCK 2387 12A60000###
<4>[ 1.009271] ###BAD BLOCK 2863 165E0000###
<4>[ 1.069118] ###BAD BLOCK 3672 1CB00000###
<5>[ 1.090975] 0x00001f000000-0x000020000000 : "cache"
<4>[ 1.097075] ###BAD BLOCK 4049 1FA20000###
<6>[ 1.101363] PPP generic driver version 2.4.2
<6>[ 1.101598] PPP Deflate Compression module registered
<6>[ 1.101618] PPP BSD Compression module registered
<6>[ 1.106225] PPP MPPE Compression module registered
<6>[ 1.106255] NET: Registered protocol family 24
<6>[ 1.106936] tun: Universal TUN/TAP device driver, 1.6
<6>[ 1.106958] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 1.107471] msm72k_udc: msm72k_probe
<6>[ 1.107498] usb: accessory detect 0
<6>[ 1.107511] usb: id_pin_gpio 19
<6>[ 1.107525] usb: dock detect 0
<6>[ 1.107538] usb: dock pin gpio 0
<6>[ 1.107538] usb: dock pin gpio 0
<6>[ 1.107630] msm72k_udc: msm72k_probe() io=e5864000, irq=47, dma=ffa48000(2
485b000)
<6>[ 1.108420] android init
<6>[ 1.108503] android_probe pdata: c05876f0
<6>[ 1.108641] android_bind
<7>[ 1.108658] android_bind_config
<6>[ 1.108678] android_usb gadget: android_usb ready
<6>[ 1.108705] msm72k_udc: msm72k_udc: registered gadget driver 'android_usb'
<6>[ 1.108840] f_adb init
<6>[ 1.108855] android_register_function adb
<6>[ 1.108870] f_mass_storage init
<6>[ 1.108883] android_register_function usb_mass_storage
<6>[ 1.108900] f_rndis init
<6>[ 1.108913] android_register_function ether
<6>[ 1.108928] serial init
<6>[ 1.108941] android_register_function serial
<6>[ 1.108956] f_projector init
<6>[ 1.109388] android_register_function projector
<6>[ 1.109406] diag init
<6>[ 1.109488] diag:msm_diag_probe(), pdev->id=0x0
<6>[ 1.109896] diag:msm_diag_probe(), pdev->id=0xffffffff
<6>[ 1.109920] android_register_function diag
<4>[ 1.109971] android_usb gadget: using random self ethernet address
<4>[ 1.110006] android_usb gadget: using random host ethernet address
<6>[ 1.110613] usb0: MAC 0e:dd:bd:bd:84:bf
<6>[ 1.110631] usb0: HOST MAC 2a:cb:95:17:4e:f0
<6>[ 1.110808] mass_storage_bind_config
<6>[ 1.110995] fsg_probe pdata: c0587ab0
<6>[ 1.111460] hsusb: IDLE -> ONLINE
<6>[ 1.111480] usb: lpm exit
<6>[ 1.111625] hsusb: reset controller
<6>[ 1.111680] android_usb gadget: Number of LUNs=1
<6>[ 1.111706] adb_bind_config
<6>[ 1.112336] diag_bind_config
<6>[ 1.113428] serial_bind_config
<6>[ 1.114288] projector_bind_config
<6>[ 1.114650] input: projector_input as /devices/virtual/input/input2
<6>[ 1.114686] projector_touch_init OK
<6>[ 1.115008] input: projector-Keypad as /devices/virtual/input/input3
<6>[ 1.115036] projector_keypad_init OK
<6>[ 1.115625] usb: product_id=0xff9
<6>[ 1.127936] synaptics_ts_probe: panel_version: 103
<6>[ 1.128251] synaptics_ts_probe: Manufacturer ID 1
<6>[ 1.129440] max_x: 734, max_y: c7d
<6>[ 1.129581] synaptics_ts_probe: max_x 1844, max_y 3197
<6>[ 1.129603] synaptics_ts_probe: inactive_x -5 -5, inactive_y -6 -479
<6>[ 1.129630] synaptics_ts_probe: snap_x 0-0 0-0, snap_y 0-0 0-0
<6>[ 1.129651] input_set_abs_params: mix_x 5, max_x 1839, min_y 6, max_y 2718
<6>[ 1.130030] input: synaptics-rmi-touchscreen as /devices/virtual/input/inp
ut4
<6>[ 1.130580] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscree
n in interrupt mode
<6>[ 1.130780] capella_cm3602_probe: probe
<6>[ 1.131106] input: proximity as /devices/virtual/input/input5
<6>[ 1.131440] capella_cm3602_setup
<6>[ 1.131878] GPIO Matrix Keypad Driver: Start keypad matrix for liberty-key
pad in interrupt mode
<6>[ 1.132111] GPIO Input Driver: Start gpio inputs for liberty-keypad in int
errupt mode
<6>[ 1.132565] input: liberty-keypad as /devices/virtual/input/input6
<6>[ 1.133626] input: lightsensor-level as /devices/virtual/input/input7
<6>[ 1.134006] set_ls_kvalue: ALS calibrated als_kadc=0x0
<6>[ 1.134025] set_ls_kvalue: no ALS calibrated
<6>[ 1.134043] set_ls_kvalue: als_kadc=0x1, als_gadc=0x1
<4>[ 1.134065] ls_table: data[0] , data[0] = 0, 0
<4>[ 1.134083] ls_table: data[1] , data[1] = 0, 21
<4>[ 1.134101] ls_table: data[2] , data[2] = 0, 4d
<4>[ 1.134120] ls_table: data[3] , data[3] = 0, dc
<4>[ 1.134138] ls_table: data[4] , data[4] = 1, 34
<4>[ 1.134156] ls_table: data[5] , data[5] = 1, 8d
<4>[ 1.134175] ls_table: data[6] , data[6] = 1, e5
<4>[ 1.134193] ls_table: data[7] , data[7] = 2, ba
<4>[ 1.134213] ls_table: data[8] , data[8] = 3, 5c
<4>[ 1.134231] ls_table: data[9] , data[9] = 3, ff
<7>[ 1.136385] __capella_cm3602_power: Turn the capella_cm3602 power on
<6>[ 1.136710] using input dev h2w headset for key reset
<6>[ 1.136800] using input dev liberty-keypad for key reset
<6>[ 1.137171] gpio_keys_scan_keys: key 1-116, 0 (20) changed to 0
<6>[ 1.137358] gpiomatrix: key 115, 0-0 (35-42) changed to 1
<6>[ 1.137988] using rtc device, msm_rtc, for alarms
<6>[ 1.138011] rs30000048:00010004 rs30000048:00010004: rtc core: registered
msm_rtc as rtc0
<6>[ 1.138113] adp1650 Led Flash driver: init
<6>[ 1.138213] Linux video capture interface: v2.00
<4>[ 1.138288] s5k4e1gx_init
<4>[ 1.138375] __s5k4e1gx_probe
<6>[ 1.138390] s5k4e1gx_vreg_enable camera vreg on
<3>[ 1.138405] sensor platform_data didnt register
<3>[ 1.138421] __s5k4e1gx_probe fail sensor power on error
<6>[ 1.138920] sctrl.node 0
<4>[ 1.138933] s5k4e1gx_sensor_probe()
<6>[ 1.138988] s5k4e1gx_probe called!
<6>[ 1.189073] s5k4e1gx_probe successed! rc = 0
<6>[ 1.189163] s5k4e1gx s->node 0
<6>[ 1.234290] s5k4e1gx_sensor_init(): reseting sensor.
<6>[ 1.234396] msm_hsusb_phy_reset
<6>[ 1.234868] sensor_lc_disable=0
<4>[ 1.326080] sensor evt version : 0x10
<4>[ 1.326096] use analog_settings_evt3
<6>[ 1.334836] s5k4e1gx_sysfs_init : kobject_create_and_add
<6>[ 1.334890] s5k4e1gx_sysfs_init : sysfs_create_file
<6>[ 1.336375] device-mapper: uevent: version 1.0.3
<6>[ 1.336828] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: d
[email protected]
<6>[ 1.336928] Bluetooth: HCI UART driver ver 2.2
<6>[ 1.336948] Bluetooth: HCI H4 protocol initialized
<6>[ 1.336965] Bluetooth: HCILL protocol initialized
<6>[ 1.337003] perflock_notifier_call: cpufreq lock speed 600000
<6>[ 1.337021] active perf lock 'boot-time'
<4>[ 1.338053] smem_item: id=134 not allocated, return 0
<6>[ 1.338163] mmc0: Qualcomm MSM SDCC at 0x00000000a0400000 irq 24,0 dma 8
<6>[ 1.338186] mmc0: Platform slot type: N/A
<6>[ 1.338201] mmc0: 4 bit data mode enabled
<6>[ 1.338218] mmc0: 8 bit data mode disabled
<6>[ 1.338236] mmc0: MMC clock 144000 -> 50000000 Hz, PCLK 100000000 Hz
<6>[ 1.338256] mmc0: Slot eject status = 1
<6>[ 1.338273] mmc0: Power save feature enable = 1
<6>[ 1.338295] mmc0: DM non-cached buffer at ffa4b000, dma_addr 0x24868000
<6>[ 1.338316] mmc0: DM cmd busaddr 0x24868000, cmdptr busaddr 0x24868300
<7>[ 1.338688] msmsdcc_platform_status_irq: 102
<6>[ 1.338715] mmc1: Slot status change detected (0 -> 1)
<6>[ 1.339050] photon_sdslot_switchvdd: Disabling SD slot power
<4>[ 1.340275] smem_item: id=134 not allocated, return 0
<6>[ 1.340348] mmc1: Qualcomm MSM SDCC at 0x00000000a0500000 irq 26,102 dma 8
<6>[ 1.340370] mmc1: Platform slot type: SD
<6>[ 1.340385] mmc1: 4 bit data mode enabled
<6>[ 1.340400] mmc1: 8 bit data mode disabled
<6>[ 1.340418] mmc1: MMC clock 144000 -> 50000000 Hz, PCLK 100000000 Hz
<6>[ 1.340438] mmc1: Slot eject status = 0
<6>[ 1.340453] mmc1: Power save feature enable = 1
<6>[ 1.340473] mmc1: DM non-cached buffer at ffa4c000, dma_addr 0x2486a000
<6>[ 1.340495] mmc1: DM cmd busaddr 0x2486a000, cmdptr busaddr 0x2486a300
<6>[ 1.341103] Registered led device: amber
<6>[ 1.341225] Registered led device: green
<6>[ 1.341353] Registered led device: button-backlight
<6>[ 1.341398] microp_led_probe: succeeded
<6>[ 1.342401] logger: created 64K log 'log_main'
<6>[ 1.342558] logger: created 256K log 'log_events'
<6>[ 1.342703] logger: created 64K log 'log_radio'
<6>[ 1.342870] logger: created 64K log 'log_system'
<4>[ 1.343385] GACT probability NOT on
<4>[ 1.343401] Mirror/redirect action on
<4>[ 1.343420] u32 classifier
<4>[ 1.343431] Actions configured
<4>[ 1.343450] Netfilter messages via NETLINK v0.30.
<4>[ 1.343566] nf_conntrack version 0.5.0 (4457 buckets, 17828 max)
<4>[ 1.343936] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plea
se use
<4>[ 1.343960] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack modu
le option or
<4>[ 1.343981] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
<4>[ 1.344218] ctnetlink v0.93: registering with nfnetlink.
<6>[ 1.344565] xt_time: kernel timezone is -0000
<6>[ 1.344935] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 1.345156] arp_tables: (C) 2002 David S. Miller
<6>[ 1.345258] TCP cubic registered
<6>[ 1.345741] NET: Registered protocol family 10
<6>[ 1.346556] lo: Disabled Privacy Extensions
<6>[ 1.347240] Mobile IPv6
<6>[ 1.347261] IPv6 over IPv4 tunneling driver
<6>[ 1.347913] sit0: Disabled Privacy Extensions
<6>[ 1.348643] ip6tnl0: Disabled Privacy Extensions
<6>[ 1.348796] NET: Registered protocol family 17
<6>[ 1.348843] NET: Registered protocol family 15
<6>[ 1.348890] Bluetooth: L2CAP ver 2.14
<6>[ 1.348905] Bluetooth: L2CAP socket layer initialized
<6>[ 1.348931] Bluetooth: SCO (Voice Link) ver 0.6
<6>[ 1.348948] Bluetooth: SCO socket layer initialized
<6>[ 1.349211] Bluetooth: RFCOMM TTY layer initialized
<6>[ 1.349245] Bluetooth: RFCOMM socket layer initialized
<6>[ 1.349263] Bluetooth: RFCOMM ver 1.11
<6>[ 1.349281] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 1.349301] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<4>[ 1.349448] smem_item: id=334 offset=102240 size=56=
<4>[ 1.349473] smem_item: id=136 offset=465320 size=256=
<6>[ 1.349491] [Port list] init()
<6>[ 1.349508] [Port list] Virtual Address for port_list: [f81719a8]
<6>[ 1.349526] [Port list] Physical Address for port_list: [FF719A8]
<6>[ 1.350056] wifi_nvs_init
<6>[ 1.350095] Device Wifi Mac Address: macaddr= 0:23:76:fb:c8:54
<6>[ 1.350105]
<4>[ 1.354598] htc_get_batt_info: cable status really needed an update: gpio
detected source=1, cable detected source=0
<4>[ 1.354648] htc_get_batt_info called: batt_id=270;volt=4127;tempRaw=199C;t
emp=199C;current=27;discharge=549;LEVEL=100;charging src=0;charging?0;adc_range=
4102
<4>[ 1.354680] [BAT]: initialized settings
<6>[ 1.354940] perflock_notifier_call: screen_on_policy_req 1,policy_min 4800
00
<6>[ 1.354968] perflock_notifier_call: cpufreq lock speed 600000
<6>[ 1.354986] active perf lock 'boot-time'
<6>[ 1.355011] VFP support v0.3: implementor 41 architecture 1 part 20 varian
t b rev 5
<4>[ 1.356331] smem_item: id=134 not allocated, return 0
<6>[ 1.356770] rs30000048:00010004 rs30000048:00010004: setting system clock
to 2012-01-04 01:30:28 UTC (1325640628)
<6>[ 1.357250] Freeing init memory: 1148K
<4>[ 1.357325] Warning: unable to open an initial console.
<4>[ 1.372418] smem_item: id=134 not allocated, return 0
<4>[ 1.374506] smem_item: id=134 not allocated, return 0
<4>[ 1.375573] smem_item: id=134 not allocated, return 0
<6>[ 1.382431] msm72k_udc: ulpi: write 0x1d to 0x0d
<6>[ 1.382460] msm72k_udc: ulpi: write 0x1d to 0x10
<6>[ 1.382523] usb: notify offline
<6>[ 1.382538] msm_hsusb: enable pullup
<6>[ 1.385568] msm72k_udc: usb: suspend
<6>[ 1.402318] usb: not AC charger
<6>[ 1.437415] photon_sdslot_switchvdd: Setting level to 2900
<3>[ 1.471996] init: Unable to open persistent property directory /data/prope
rty errno: 2
<6>[ 1.476298] enabling adb
<6>[ 1.476386] hsusb: ONLINE -> RESET
<6>[ 1.476403] msm_hsusb: disable pullup
<6>[ 1.476421] hsusb: reset controller
<6>[ 1.479938] adb_open
<4>[ 1.492405] smem_item: id=134 not allocated, return 0
<4>[ 1.512376] smem_item: id=134 not allocated, return 0
<6>[ 1.513603] msm_hsusb_phy_reset
<4>[ 1.515001] smem_item: id=134 not allocated, return 0
<6>[ 1.547458] photon_sdslot_switchvdd: Setting level to 2850
<4>[ 1.547540] smem_item: id=134 not allocated, return 0
<4>[ 1.547610] smem_item: id=134 not allocated, return 0
<4>[ 1.550118] smem_item: id=134 not allocated, return 0
<6>[ 1.589580] msmfb: pan_update in state(1)
<6>[ 1.589603] msmfb: full update starting
<6>[ 1.599925] gpiomatrix: key 115, 0-0 (35-42) changed to 0
<6>[ 1.602691] yaffs: dev is 32505862 name is "mtdblock6" rw
<6>[ 1.602718] yaffs: passed flags ""
<7>[ 1.602740] yaffs: Attempting MTD mount of 31.6,"mtdblock6"
<6>[ 1.633566] msmfb: full update completed
<6>[ 1.633680] msmfb: turning on panel
<4>[ 1.641243] ###BAD BLOCK 4049 1FA20000###
<7>[ 1.641260] block 82 is bad
<7>[ 1.661540] yaffs_read_super: isCheckpointed 0
<6>[ 1.662728] msm72k_udc: ulpi: write 0x1d to 0x0d
<6>[ 1.662753] msm72k_udc: ulpi: write 0x1d to 0x10
<6>[ 1.662816] usb: notify offline
<6>[ 1.662853] msm_hsusb: enable pullup
<6>[ 1.662868] hsusb: RESET -> ONLINE
<6>[ 1.665876] msm72k_udc: usb: suspend
<7>[ 1.673721] turn on backlight.
<4>[ 1.673900] smem_item: id=134 not allocated, return 0
<6>[ 1.702286] usb: send connect type -1
<4>[ 1.702325] usb_status_notifier_func: NOTIFIER Connected usb == 1
<6>[ 1.702346] fsg_set_ums_state: 1
<7>[ 1.765621] save exit: isCheckpointed 1
<6>[ 1.774656] msm72k_udc: usb: reset
<6>[ 1.774698] usb: send connect type 1
<4>[ 1.774721] usb_status_notifier_func: NOTIFIER Connected usb == 1
<6>[ 1.774743] fsg_set_ums_state: 1
<6>[ 1.774756] ums: set state 1
<6>[ 1.776936] msm72k_udc: usb: portchange USB_SPEED_HIGH
<6>[ 1.949460] msm72k_udc: usb: reset
<6>[ 1.951736] msm72k_udc: usb: portchange USB_SPEED_HIGH
<6>[ 2.166845] android_usb gadget: high speed config #1: android
<6>[ 2.166925] adb_function_set_alt: maxsize = 512
<6>[ 2.166998] ums: set state 1
<4>[ 2.336163] smem_item: id=134 not allocated, return 0
<4>[ 2.351455] smem_item: id=134 not allocated, return 0
<4>[ 2.351571] smem_item: id=134 not allocated, return 0
<4>[ 2.351618] smem_item: id=134 not allocated, return 0
<4>[ 2.351640] mmc1: host does not support reading read-only switch. assuming
write-enable.
<6>[ 2.351680] mmc1: new high speed SDHC card at address 1234
<6>[ 2.352446] mmcblk0: mmc1:1234 SA08G 7.42 GiB
<6>[ 2.352780] mmcblk0:
<6>[ 60.722268] Release 'boot-time' no_halt_lock
<3>[ 240.762271] INFO: task rpcrouter:16 blocked for more than 120 seconds.
<3>[ 240.762303] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables th
is message.
<6>[ 240.762326] rpcrouter D c045aed8 0 16 2 0x00000000
<4>[ 240.762429] [<c045aed8>] (schedule+0x444/0x4d8) from [<c013b4e0>] (rr_read
+0x14c/0x178)
<4>[ 240.762474] [<c013b4e0>] (rr_read+0x14c/0x178) from [<c013c698>] (do_read_
data+0x14/0x3a8)
<4>[ 240.762528] [<c013c698>] (do_read_data+0x14/0x3a8) from [<c0173ca0>] (work
er_thread+0x16c/0x210)
<4>[ 240.762573] [<c0173ca0>] (worker_thread+0x16c/0x210) from [<c01772b0>] (kt
hread+0x78/0x80)
<4>[ 240.762629] [<c01772b0>] (kthread+0x78/0x80) from [<c0128874>] (kernel_thr
ead_exit+0x0/0x8)
<3>[ 360.762276] INFO: task rpcrouter:16 blocked for more than 120 seconds.
<3>[ 360.762308] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables th
is message.
<6>[ 360.762331] rpcrouter D c045aed8 0 16 2 0x00000000
<4>[ 360.762424] [<c045aed8>] (schedule+0x444/0x4d8) from [<c013b4e0>] (rr_read
+0x14c/0x178)
<4>[ 360.762468] [<c013b4e0>] (rr_read+0x14c/0x178) from [<c013c698>] (do_read_
data+0x14/0x3a8)
<4>[ 360.762514] [<c013c698>] (do_read_data+0x14/0x3a8) from [<c0173ca0>] (work
er_thread+0x16c/0x210)
<4>[ 360.762558] [<c0173ca0>] (worker_thread+0x16c/0x210) from [<c01772b0>] (kt
hread+0x78/0x80)
<4>[ 360.762611] [<c01772b0>] (kthread+0x78/0x80) from [<c0128874>] (kernel_thr
ead_exit+0x0/0x8)
~ #

Help! Stuck in bootloop ("E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC"

Help! Stuck in bootloop ("E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC"
something went wonky with my device when I was experimenting with unlocking/rooting earlier today. I've managed to get it stuck on the Google logo. I've tried flashing different versions of Google's stock roms through Nexus 7 ToolKit, Nexus Root Toolkit, and even Windows CMD using adb.exe numerous times (using a guide from androidcentral forums that someone on this forum linked to). When I boot into stock recovery, I get a strange set of messages. Perhaps this may have to do with my bootloop?
E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:failed to mount /cache (No such file or directory)
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC
(No such file or directory)
E:failed to mount /cache (No such file or directory)"
I get pretty much the same errors when I soft flash CWMR, just in a slightly different order.
"E:Can't mount /cache/recovery/command
E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC
(No such file or directory)
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC
(No such file or directory)"
Through research, I found out that the cache errors are appearing because I haven't fully been able to boot my device. Could the "E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC" be the problem? I'm running out of ideas and patience!
so what are you trying to do now? flash a rom to at least get into desktop?
if you using CWMR, just boot into recovery and adb sideload a rom
jt.one said:
so what are you trying to do now? flash a rom to at least get into desktop?
if you using CWMR, just boot into recovery and adb sideload a rom
Click to expand...
Click to collapse
Yeah, I'm just trying to get out of this bootloop. And I just tried sideloading 2 different roms in CWMR. Got the same error as before both times.
">> INSTALLATION IN PROGRESS <<
E:Error in /tmp/update.zip
(Status 0)
Installation aborted
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC
(No such file or directory)"
It seems like my "E:Can't open /dev/block/platform/sdhci-tegra.3/by-name/MSC" is originating from /misc
More specifically, the MSC apparently relates to bootloader commands and other misc stuff.
Is my Nexus 7 boned?
To my knowledge MSC is never mounted and never contained a valid file system.
It might be used as part of the BCB (Boot Control Block) by the bootloader, but it isn't obvious to me why the custom recovery would be trying to *read* it. Write it - OK, maybe (reboot instructions).
How about
Code:
fastboot erase cache
fastboot format cache
fastboot erase system
fastboot format system
followed by a ROM flash?
[Edit] After further consideration, it is a bit odd that the recovery is claiming that the MSC raw device does not exist - that should be plumbed into the device tree after the kernel reads the emmc partition table during kernel initialization.
The weird thing is that if the partition table was borked (missing misc partition), I'm not sure that the bootloader would even behave correctly.
If you can get an adb shell to the custom recovery, you might try to get a kernel log immediately after booting, e.g.
Code:
adb shell cat /proc/kmsg > kmsg.text
or
Code:
adb shell dmesg > dmesg.text
and see if the kernel is having trouble reading the partition table (iirc the log enumerates all found partitions)
First 1/2 of the dmesg.txt
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 3.1.10-g6a965d1 ([email protected]) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 13 15:14:42 PDT 2013
<4>[ 0.000000] CPU: ARMv7 Processor [412fc099] revision 9 (ARMv7), cr=10c5387d
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: grouper
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<4>[ 0.000000] Ignoring unrecognised tag 0x41000801
<6>[ 0.000000] Found tegra_fbmem: [email protected]
<6>[ 0.000000] Tegra reserved memory:
<6>[ 0.000000] LP0: bddf9000 - bddfafff
<6>[ 0.000000] Bootloader framebuffer: abe01000 - ac5d1fff
<6>[ 0.000000] Framebuffer: bec00000 - bf4fffff
<6>[ 0.000000] 2nd Framebuffer: bf500000 - bfdfffff
<6>[ 0.000000] Carveout: 00000000 - 00000000
<6>[ 0.000000] Vpr: 00000000 - 00000000
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
<7>[ 0.000000] On node 0 totalpages: 256768
<7>[ 0.000000] free_area_init_node: node 0, pgdat c09f52c0, node_mem_map c11ce000
<7>[ 0.000000] Normal zone: 864 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 97440 pages, LIFO batch:31
<7>[ 0.000000] HighMem zone: 1436 pages used for memmap
<7>[ 0.000000] HighMem zone: 157028 pages, LIFO batch:31
<6>[ 0.000000] fuse_speedo_calib: ATE prog ver 3.8
<6>[ 0.000000] Tegra3: CPU Speedo ID 7, Soc Speedo ID 1
<6>[ 0.000000] Tegra Revision: A03 SKU: 0x83 CPU Process: 3 Core Process: 0
<6>[ 0.000000] tegra: PLLP fixed rate: 408000000
<4>[ 0.000000] Lowering cpu_lp maximum rate from 620000000 to 500000000
<4>[ 0.000000] Lowering sbus maximum rate from 378000000 to 267000000
<4>[ 0.000000] Lowering vi maximum rate from 470000000 to 409000000
<4>[ 0.000000] Lowering vde maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering mpe maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering 2d maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering epp maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering 3d maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering 3d2 maximum rate from 600000000 to 416000000
<4>[ 0.000000] Lowering se maximum rate from 625000000 to 416000000
<4>[ 0.000000] Lowering host1x maximum rate from 300000000 to 267000000
<4>[ 0.000000] Lowering cbus maximum rate from 700000000 to 416000000
<4>[ 0.000000] Lowering pll_c maximum rate from 1400000000 to 1066000000
<4>[ 0.000000] Lowering ndflash maximum rate from 240000000 to 200000000
<4>[ 0.000000] Lowering sbc1 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering sbc2 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering sbc3 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering sbc4 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering sbc5 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering sbc6 maximum rate from 160000000 to 100000000
<4>[ 0.000000] Lowering dsia maximum rate from 500000000 to 275000000
<4>[ 0.000000] Lowering dsib maximum rate from 500000000 to 275000000
<4>[ 0.000000] Lowering cpu_g maximum rate from 1700000000 to 1300000000
<6>[ 0.000000] tegra dvfs: VDD_CPU nominal 1025mV, scaling enabled
<6>[ 0.000000] tegra dvfs: VDD_CORE nominal 1200mV, scaling enabled
<6>[ 0.000000] L310 cache controller enabled
<6>[ 0.000000] l2x0: 8 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e080001, Cache size: 1048576 B
<6>[ 0.000000] PERCPU: Embedded 8 pages/cpu @c1ad7000 s11104 r8192 d13472 u32768
<7>[ 0.000000] pcpu-alloc: s11104 r8192 d13472 u32768 alloc=8*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 254468
<5>[ 0.000000] Kernel command line: tegra_wdt.heartbeat=30 tegraid=30.1.3.0.0 [email protected] android.commchip=0 vmalloc=512M androidboot.serialno=015d32203b2ffc09 video=tegrafb no_console_suspend=1 console=none debug_uartport=hsport usbcore.old_scheme_first=1 [email protected] [email protected] core_edp_mv=0 audio_codec=rt5640 board_info=f41:a00:1:44:2 tegraboot=sdmmc gpt gpt_sector=61079551 androidboot.bootloader=4.23 androidboot.baseband=unknown
<6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000000] Memory: 1003MB = 1003MB total
<5>[ 0.000000] Memory: 995612k/995612k available, 50916k reserved, 625844K highmem
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
<5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
<5>[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
<5>[ 0.000000] vmalloc : 0xd8800000 - 0xf8000000 ( 504 MB)
<5>[ 0.000000] lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
<5>[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
<5>[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
<5>[ 0.000000] .text : 0xc0008000 - 0xc0906a58 (9211 kB)
<5>[ 0.000000] .init : 0xc0907000 - 0xc0949b60 ( 267 kB)
<5>[ 0.000000] .data : 0xc094a000 - 0xc0a08b60 ( 763 kB)
<5>[ 0.000000] .bss : 0xc0a08b84 - 0xc0b8a1b0 (1542 kB)
<6>[ 0.000000] Preemptible hierarchical RCU implementation.
<6>[ 0.000000] NR_IRQS:800
<6>[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
<6>[ 0.000175] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
<6>[ 0.060082] pid_max: default: 32768 minimum: 301
<6>[ 0.060241] Mount-cache hash table entries: 512
<6>[ 0.060843] Initializing cgroup subsys debug
<6>[ 0.060855] Initializing cgroup subsys cpuacct
<6>[ 0.060900] Initializing cgroup subsys freezer
<6>[ 0.060908] Initializing cgroup subsys bfqio
<6>[ 0.060931] CPU: Testing write buffer coherency: ok
<6>[ 0.061136] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
<4>[ 0.181307] CPU1: Booted secondary processor
<4>[ 0.241289] CPU2: Booted secondary processor
<4>[ 0.301290] CPU3: Booted secondary processor
<6>[ 0.321115] Brought up 4 CPUs
<6>[ 0.321125] SMP: Total of 4 processors activated (7975.73 BogoMIPS).
<6>[ 0.324390] print_constraints: dummy:
<6>[ 0.324572] NET: Registered protocol family 16
<6>[ 0.325308] host1x bus init
<6>[ 0.325368] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
<6>[ 0.441359] [MISC]: pcbid=0x009e (projectid=0x00)
<4>[ 0.442633] The pingroup KB_ROW0 was configured to RSVD3 instead of <UNKNOWN>
<4>[ 0.443445] grouper_booting_info reg=0
<4>[ 0.443450] grouper_booting_info-normal
<6>[ 0.443844] grouper_edp_init: CPU regulator 6000 mA
<3>[ 0.443988] fiq_debugger_probe: could not install irq handler
<4>[ 0.444004] fiq_debugger: probe of fiq_debugger.0 failed with error -22
<6>[ 0.445083] ram_console: got buffer at beb00000, size 100000
<6>[ 0.445204] ram_console: uncorrectable error in header
<6>[ 0.445212] ram_console: no valid data in buffer (sig = 0xefee9baf)
<6>[ 0.455108] console [ram-1] enabled
<4>[ 0.581106] [ELAN] Touch dirver register
<6>[ 0.581186] grouper_modem_init
<6>[ 0.581258] Registering gpio keys
<4>[ 0.581724] grouper_camera_init: pmic_id= 0x0
<6>[ 0.581798] mi1040 i2c_register_board_info
<6>[ 0.581938] *** MPU START *** mpuirq_init...
<6>[ 0.582134] *** MPU END *** mpuirq_init...
<4>[ 0.582261] grouper_emc_init:mem_bootstrap_ad4=0 mem_bootstrap_ad5=0
<6>[ 0.582437] tegra: validated EMC DFS table
<4>[ 0.582514] grouper_emc_init: Nakasi_dvfs_Elpida_table_0430
<6>[ 0.582588] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
<6>[ 0.582718] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
<6>[ 0.582860] hw-breakpoint: maximum watchpoint size is 4 bytes.
<6>[ 0.583668] tegra_iovmm_register: added iovmm-smmu
<6>[ 0.590527] bio: create slab <bio-0> at 0
<6>[ 0.591206] vgaarb: loaded
<4>[ 0.591350] i2c-core: driver [tps6591x] using legacy suspend method
<4>[ 0.591485] i2c-core: driver [tps6591x] using legacy resume method
<4>[ 0.591580] i2c-core: driver [tps80031] using legacy suspend method
<4>[ 0.591713] i2c-core: driver [tps80031] using legacy resume method
<4>[ 0.591833] i2c-core: driver [ricoh583] using legacy suspend method
<4>[ 0.591964] i2c-core: driver [ricoh583] using legacy resume method
<5>[ 0.592333] SCSI subsystem initialized
<6>[ 0.593318] usbcore: registered new interface driver usbfs
<6>[ 0.593461] usbcore: registered new interface driver hub
<6>[ 0.593670] usbcore: registered new device driver usb
<6>[ 0.593814] tegra-otg tegra-otg: otg transceiver registered
<4>[ 0.595743] [MAX77663 probe]:CID4=23!
<6>[ 0.600507] Wake18 for irq=118
<6>[ 0.600583] Enabling wake18
<6>[ 0.602954] print_constraints: max77663_sd0: 600 <--> 3387 mV at 1025 mV normal standby
<6>[ 0.604174] print_constraints: max77663_sd1: 800 <--> 1587 mV at 1200 mV normal standby
<6>[ 0.605446] print_constraints: max77663_sd2: 1800 mV normal standby
<6>[ 0.606764] print_constraints: max77663_sd3: 600 <--> 3387 mV at 1350 mV normal standby
<6>[ 0.607986] print_constraints: max77663_ldo0: 800 <--> 2350 mV at 1000 mV normal standby
<6>[ 0.608137] set_supply: max77663_ldo0: supplied by max77663_sd3
<6>[ 0.609209] print_constraints: max77663_ldo1: 800 <--> 2350 mV at 1200 mV normal standby
<6>[ 0.609301] set_supply: max77663_ldo1: supplied by max77663_sd3
<6>[ 0.610590] print_constraints: max77663_ldo2: 800 <--> 3950 mV at 2800 mV normal standby
<6>[ 0.611824] print_constraints: max77663_ldo3: 800 <--> 3950 mV at 3000 mV normal standby
<6>[ 0.613164] print_constraints: max77663_ldo4: 800 <--> 1587 mV at 1000 mV normal standby
<6>[ 0.614177] print_constraints: max77663_ldo5: 800 <--> 2800 mV at 2800 mV normal standby
<6>[ 0.615206] print_constraints: max77663_ldo6: 800 <--> 3950 mV at 3300 mV normal standby
<6>[ 0.616188] print_constraints: max77663_ldo7: 800 <--> 3950 mV at 1200 mV normal standby
<6>[ 0.616338] set_supply: max77663_ldo7: supplied by max77663_sd3
<6>[ 0.617503] print_constraints: max77663_ldo8: 800 <--> 3950 mV at 1200 mV normal standby
<6>[ 0.617595] set_supply: max77663_ldo8: supplied by max77663_sd3
<6>[ 0.617975] max77663 register misc device for I2C stress test rc=0
<6>[ 0.623177] Advanced Linux Sound Architecture Driver Version 1.0.24.
<6>[ 0.623653] Bluetooth: Core ver 2.16
<6>[ 0.623756] NET: Registered protocol family 31
<6>[ 0.623888] Bluetooth: HCI device and connection manager initialized
<6>[ 0.623964] Bluetooth: HCI socket layer initialized
<6>[ 0.624096] Bluetooth: L2CAP socket layer initialized
<6>[ 0.624180] Bluetooth: SCO socket layer initialized
<6>[ 0.624570] cfg80211: Calling CRDA to update world regulatory domain
<6>[ 0.624795] NFC: NFC Core ver 0.1
<6>[ 0.624899] NET: Registered protocol family 39
<6>[ 0.625179] print_constraints: fixed_reg_en_3v3_sys_a01: 3300 mV normal standby
<6>[ 0.625569] print_constraints: fixed_reg_en_avdd_hdmi_usb_a01: 3300 mV normal standby
<6>[ 0.625713] set_supply: fixed_reg_en_avdd_hdmi_usb_a01: supplied by fixed_reg_en_3v3_sys_a01
<6>[ 0.626025] print_constraints: fixed_reg_en_1v8_cam: 1800 mV normal standby
<6>[ 0.626111] set_supply: fixed_reg_en_1v8_cam: supplied by max77663_sd2
<6>[ 0.626434] print_constraints: fixed_reg_en_vddio_vid: 5000 mV normal standby
<6>[ 0.626720] print_constraints: fixed_reg_en_vdd_pnl: 3300 mV normal standby
<6>[ 0.626803] set_supply: fixed_reg_en_vdd_pnl: supplied by fixed_reg_en_3v3_sys_a01
<6>[ 0.627136] print_constraints: fixed_reg_en_vdd_com: 3300 mV normal standby
<6>[ 0.627278] set_supply: fixed_reg_en_vdd_com: supplied by fixed_reg_en_3v3_sys_a01
<6>[ 0.627541] print_constraints: fixed_reg_en_3v3_fuse: 3300 mV normal standby
<6>[ 0.627682] set_supply: fixed_reg_en_3v3_fuse: supplied by fixed_reg_en_3v3_sys_a01
<6>[ 0.627995] print_constraints: fixed_reg_cdc_en: 1200 mV normal standby
<6>[ 0.628085] set_supply: fixed_reg_cdc_en: supplied by max77663_sd2
<6>[ 0.628736] tegra: started io power detection dynamic control
<6>[ 0.628813] tegra: NO_IO_POWER setting 0x1200
<6>[ 0.628947] Switching to clocksource timer_us
<4>[ 0.629037] stop_machine_cpu_stop smp=1
<4>[ 0.629043] stop_machine_cpu_stop smp=2
<4>[ 0.629050] stop_machine_cpu_stop smp=3
<4>[ 0.629056] stop_machine_cpu_stop smp=0
<6>[ 0.631128] Switched to NOHz mode on CPU #0
<6>[ 0.631321] Switched to NOHz mode on CPU #2
<6>[ 0.631327] Switched to NOHz mode on CPU #3
<6>[ 0.631341] Switched to NOHz mode on CPU #1
<6>[ 0.639028] nvmap_page_pool_init: nvmap uc page pool size=31112 pages
<6>[ 0.735694] nvmap_page_pool_init: nvmap wc page pool size=31112 pages
<6>[ 0.831777] nvmap_page_pool_init: nvmap iwb page pool size=31112 pages
<6>[ 0.928486] tegra-nvmap tegra-nvmap: created carveout iram (255KiB)
<6>[ 0.929658] NET: Registered protocol family 2
<6>[ 0.929885] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.930344] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
<6>[ 0.931262] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
<6>[ 0.932189] TCP: Hash tables configured (established 65536 bind 65536)
<6>[ 0.932322] TCP reno registered
<6>[ 0.932398] UDP hash table entries: 256 (order: 1, 8192 bytes)
<6>[ 0.932539] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
<6>[ 0.932819] NET: Registered protocol family 1
<6>[ 0.933208] RPC: Registered named UNIX socket transport module.
<6>[ 0.933285] RPC: Registered udp transport module.
<6>[ 0.933416] RPC: Registered tcp transport module.
<6>[ 0.933487] RPC: Registered tcp NFSv4.1 backchannel transport module.
<7>[ 0.933621] PCI: CLS 0 bytes, default 32
<6>[ 0.933816] Unpacking initramfs...
<6>[ 1.011935] Freeing initrd memory: 1844K
<6>[ 1.012974] host1x host1x: initialized
<6>[ 1.013128] PMU: registered new PMU device of type 0
<6>[ 1.013600] Tegra auto-hotplug initialized: disabled
<6>[ 1.013746] cpu-tegra: init EDP limit: 1150 MHz
<4>[ 1.030388] highmem bounce pool size: 64 pages
<6>[ 1.030674] ashmem: initialized
<6>[ 1.031706] NTFS driver 2.1.30 [Flags: R/O].
<6>[ 1.031858] fuse init (API version 7.17)
<6>[ 1.032105] Registering char device tf_driver (122:0)
<6>[ 1.032270] TF : INFO 00000001 00:00:00.000 ------ ------ Kernel --------- Booting... (t=00:01:09.824) TFNXBF01.15.36932 /Trusted-Logic
<6>[ 1.033382] io scheduler noop registered
<6>[ 1.033458] io scheduler deadline registered
<6>[ 1.033636] io scheduler cfq registered (default)
<6>[ 1.033740] io scheduler bfq registered
<6>[ 1.034676] mpe mpe: initialized
<6>[ 1.035871] gr3d gr3d: initialized
<6>[ 1.036078] dsi dsi: initialized
<6>[ 1.036824] gr2d gr2d: initialized
<6>[ 1.037113] isp isp: initialized
<6>[ 1.037313] vi vi: initialized
<4>[ 1.037840] Disp: diff_msec= 69830
<6>[ 1.310174] tegradc tegradc.0: probed
<6>[ 1.310483] tegradc tegradc.0: probed
<6>[ 1.310764] Wake4 for irq=335
<6>[ 1.311213] nvhdcp: using "always on" policy.
<6>[ 1.311600] tegradc tegradc.1: probed
<6>[ 1.311901] tegradc tegradc.1: probed
<6>[ 1.312430] tegra_uart.1: ttyHS1 at MMIO 0x70006040 (irq = 69) is a TEGRA_UART
<6>[ 1.509419] Registered UART port ttyHS1
<6>[ 1.509565] tegra_uart.2: ttyHS2 at MMIO 0x70006200 (irq = 78) is a TEGRA_UART
<6>[ 1.669417] Registered UART port ttyHS2
<6>[ 1.669562] tegra_uart.3: ttyHS3 at MMIO 0x70006300 (irq = 122) is a TEGRA_UART
<6>[ 1.829417] Registered UART port ttyHS3
<6>[ 1.829559] tegra_uart.4: ttyHS4 at MMIO 0x70006400 (irq = 123) is a TEGRA_UART
<6>[ 1.989416] Registered UART port ttyHS4
<6>[ 1.989570] Initialized tegra uart driver
<6>[ 1.991980] loop: module loaded
<4>[ 1.992141] i2c-core: driver [apds9802als] using legacy suspend method
<4>[ 1.992274] i2c-core: driver [apds9802als] using legacy resume method
<4>[ 1.992423] nct1008_probe+
<6>[ 1.992511] nct1008 4-004c: no regulator found for vdd. Assuming vdd is always powered
<6>[ 1.994857] nct1008 register misc device for I2C stress test rc=0
<6>[ 1.995184] nct1008 4-004c: nct1008_probe: initialized
<4>[ 1.996259] nct1008_get_temp: ret temp=-31C
<4>[ 1.996480] nct1008_probe-
<4>[ 1.996647] i2c-core: driver [nct1008] using legacy suspend method
<4>[ 1.996720] i2c-core: driver [nct1008] using legacy resume method
<4>[ 1.996921] bcm4330_rfkill_probe: can't find bcm4330_32k_clk. assuming 32k clock to chip
<4>[ 1.997055] bcm4330_rfkill_probe : can't find reset gpio.
<3>[ 1.997293] vibrator_init:Couldn't get regulator vdd_vbrtr
<6>[ 1.997412] Loading pn544 driver
<6>[ 1.997627] pn544_probe : requesting IRQ 408
<6>[ 1.997960] PPP generic driver version 2.4.2
<6>[ 1.998181] PPP Deflate Compression module registered
<6>[ 1.998256] PPP BSD Compression module registered
<6>[ 2.000057] PPP MPPE Compression module registered
<6>[ 2.000195] NET: Registered protocol family 24
<6>[ 2.000611] tun: Universal TUN/TAP device driver, 1.6
<6>[ 2.000746] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 2.000950] usbcore: registered new interface driver asix
<6>[ 2.001117] usbcore: registered new interface driver cdc_ether
<6>[ 2.001231] usbcore: registered new interface driver smsc95xx
<6>[ 2.001398] usbcore: registered new interface driver rndis_host
<6>[ 2.001501] usbcore: registered new interface driver cdc_subset
<6>[ 2.001642] cdc_ncm: 04-Aug-2011
<6>[ 2.001744] usbcore: registered new interface driver cdc_ncm
<6>[ 2.001920] usbcore: registered new interface driver bb_raw_ip_net
<6>[ 2.002036] usbcore: registered new interface driver rndis_wlan
<5>[ 2.002178] smb347_charger: [smb347_init] project_id=0, pcba_ver=3, dock_in_gpio=164
<6>[ 2.004500] [charger] Disable AICL, retval=93 setting=83
<6>[ 2.004965] [charger] set cahrger limmit, limit=900 retval =73 setting=73
<6>[ 2.005366] [charger] re-enable AICL, setting=93
<4>[ 2.030280] GPIO pin irq 388 requested ok, smb347_DOCK_IN# = H
<6>[ 2.030360] Wake1 for irq=393
<4>[ 2.030514] GPIO pin irq 393 requested ok, smb347_INOK = L
<4>[ 2.030625] i2c-core: driver [smb347] using legacy suspend method
<4>[ 2.030757] i2c-core: driver [smb347] using legacy resume method
<5>[ 2.030860] bq27541_probe + client->addr= 55
<5>[ 2.031594] bq27541_get_psp status: Discharging ret= 0x0201
<5>[ 2.032317] bq27541_get_psp voltage_now= 4146000 uV
<5>[ 2.032959] bq27541_get_capacity = 100% ret= 100
<5>[ 2.033673] bq27541_get_psp temperature= 260 (0.1¢XC)
<6>[ 2.034282] Wake25 for irq=372
<5>[ 2.034391] setup_low_battery_irq irq=372, LL_BAT_T30=0
<5>[ 2.034560] bq27541_get_psp status: Discharging ret= 0x0201
<6>[ 2.034669] Wake25 for irq=372
<6>[ 2.034798] Enabling wake25
<6>[ 2.034871] gpio bank wake found: wake25 for irq=87
<6>[ 2.034942] Enabling wake25
<6>[ 2.035118] The USB cable status = 0
<5>[ 2.035194] bq27541_probe - bq27541-battery driver registered
<4>[ 2.035297] i2c-core: driver [bq27541-battery] using legacy suspend method
<4>[ 2.035430] i2c-core: driver [bq27541-battery] using legacy resume method
<5>[ 2.035591] bq27541_get_psp voltage_now= 4146000 uV
<6>[ 2.035698] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<5>[ 2.036240] bq27541_get_capacity = 100% ret= 100
<5>[ 2.036884] bq27541_get_psp temperature= 260 (0.1¢XC)
<6>[ 2.037533] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
<6>[ 2.037689] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
<4>[ 2.047962] nct1008_get_temp: ret temp=34C
<6>[ 2.059495] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
<6>[ 2.079434] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.00
<6>[ 2.079567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>[ 2.079703] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 2.079778] usb usb1: Product: Tegra EHCI Host Controller
<6>[ 2.079912] usb usb1: Manufacturer: Linux 3.1.10-g6a965d1 ehci_hcd
<6>[ 2.079985] usb usb1: SerialNumber: tegra-ehci.1
<6>[ 2.080387] hub 1-0:1.0: USB hub found
<6>[ 2.080472] hub 1-0:1.0: 1 port detected
<6>[ 2.080735] Wake40 for irq=53
2/2 of the dmesg.txt
<6>[ 2.080867] Enabling wake40
<6>[ 2.081107] usbcore: registered new interface driver cdc_acm
<6>[ 2.081181] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
<6>[ 2.081352] usbcore: registered new interface driver cdc_wdm
<6>[ 2.081483] Initializing USB Mass Storage driver...
<6>[ 2.081619] usbcore: registered new interface driver usb-storage
<6>[ 2.081752] USB Mass Storage support registered.
<6>[ 2.081876] usbcore: registered new interface driver libusual
<6>[ 2.082100] usbcore: registered new interface driver usbserial
<6>[ 2.082174] usbserial: USB Serial Driver core
<6>[ 2.085067] usbcore: registered new interface driver baseband_usb_58b_41_1
<6>[ 2.085241] USB Serial support registered for GSM modem (1-port)
<6>[ 2.085459] usbcore: registered new interface driver option
<6>[ 2.085533] option: v0.7.2:USB Driver for GSM modems
<6>[ 2.085688] USB Serial support registered for pl2303
<6>[ 2.085808] usbcore: registered new interface driver pl2303
<6>[ 2.085881] pl2303: Prolific PL2303 USB to serial adaptor driver
<6>[ 2.086013] NVidia Tegra High-Speed USB SOC Device Controller driver (Apr 20, 2007)
<6>[ 2.086146] read_hw_version project_id = 0X0, pcb_id = 0X3
<6>[ 2.086376] phy->instance = 0, phy->xcvr_setup_value = 58
<4>[ 2.086524] create_regulator: fixed_reg_en_avdd_hdmi_usb_a01: Failed to create debugfs directory
<6>[ 2.086600] tegra_usb_phy_open instance 0 MAX77663_IRQ_ACOK_RISING
<6>[ 2.089486] fsl-tegra-udc fsl-tegra-udc: usb_bat_chg regulator not registered: USB charging will not be enabled
<4>[ 2.101709] nct1008_get_temp: ret temp=34C
<6>[ 2.109434] tegra-otg tegra-otg: SUSPEND --> PERIPHERAL
<6>[ 2.109571] fsl_vbus_session(): vbus_active = 0 and is_active = 1
<6>[ 2.111645] android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>[ 2.111782] android_usb gadget: Number of LUNs=1
<6>[ 2.111857] lun0: LUN: removable file: (no medium)
<4>[ 2.112149] Gadget Android: controller 'fsl-tegra-udc' not recognized
<6>[ 2.112230] android_usb gadget: android_usb ready
<6>[ 2.112362] fsl-tegra-udc: bind to driver android_usb
<6>[ 2.112568] usbcore: registered new interface driver xpad
<6>[ 2.112745] usbcore: registered new interface driver usb_acecad
<6>[ 2.112819] acecad: v3.2:USB Acecad Flair tablet driver
<6>[ 2.112981] usbcore: registered new interface driver aiptek
<6>[ 2.113054] aiptek: v2.3 (May 2, 2007):Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)
<6>[ 2.113185] aiptek: Bryan W. Headley/Chris Atenasio/Cedric Brun/Rene van Paassen
<6>[ 2.113287] usbcore: registered new interface driver gtco
<4>[ 2.113416] GTCO usb driver version: 2.00.0006
<6>[ 2.113519] usbcore: registered new interface driver hanwang
<6>[ 2.113745] usbcore: registered new interface driver kbtab
<6>[ 2.113819] kbtab: v0.0.2:USB KB Gear JamStudio Tablet driver
<6>[ 2.113984] usbcore: registered new interface driver wacom
<6>[ 2.114056] wacom: v1.52:USB Wacom tablet driver
<4>[ 2.114187] [ektf3k]:[elan] elan_ktf3k_ts_init
<4>[ 2.114346] [ektf3k]:[ELAN] Start HW reset!
<4>[ 2.369425] [ektf3k]:The boot code is new!
<6>[ 2.549424] INOK=L
<5>[ 2.549685] smb347_charger: [cable_type_detect] Reg39 : 0x10
<5>[ 2.549944] smb347_charger: [cable_type_detect] Reg3F : 0xc0
<5>[ 2.550075] smb347_charger: [cable_type_detect] USB_IN
<5>[ 2.550334] smb347_charger: [cable_type_detect] Reg3E : 0x0c
<6>[ 2.550466] Cable: SDP
<4>[ 2.550536] ========================================================
<4>[ 2.550666] battery_callback usb_cable_state = 1
<4>[ 2.550736] ========================================================
<4>[ 2.550867] battery_callback cable_wake_lock 5 sec...
<4>[ 2.550870]
<6>[ 3.109422] cable_detection_work_handler(): vbus_active = 0 and is_active = 1
<6>[ 3.109622] The USB cable is connected
<4>[ 3.149577] [ektf3k]:[elan] __hello_packet_handler: hello packet 55:55:55:55
<4>[ 3.149709] [ektf3k]:[elan] hello packet's rc = 0
<4>[ 3.361262] [ektf3k]:[elan] __fw_packet_handler: firmware version: 0xb018
<4>[ 3.363223] [ektf3k]:[elan] __fw_packet_handler: X resolution: 0x0078
<4>[ 3.365126] [ektf3k]:[elan] __fw_packet_handler: Y resolution: 0x00c6
<4>[ 3.383043] [ektf3k]:[elan] __fw_packet_handler: firmware id: 0x3021
<4>[ 3.383181] [ektf3k]:[Elan] Max X=2111, Max Y=1279
<6>[ 3.383380] input: elan-touchscreen as /devices/virtual/input/input0
<4>[ 3.383561] [ektf3k]:The firmware was version 0xB018 and id:0x3021
<4>[ 3.383659] [ektf3k]: /proc/ektf_dbg created
<4>[ 3.383913] [ektf3k]:[elan] Start touchscreen elan-touchscreen in interrupt mode
<4>[ 3.384101] [ektf3k]:[ELAN]misc_register finished!!
<6>[ 3.384179] elan-ktf3k 1-0010: Update power source to 1
<6>[ 3.384552] in function ____rmi_bus_init____
<6>[ 3.384657] rmi_bus_init: successfully registered RMI bus.
<6>[ 3.384828] rmi_spi_init: registering synaptics spi driver (ref=124)
<6>[ 3.384902] driver.owner = 0x0
<6>[ 3.385032] driver.name = rmi_spi
<6>[ 3.385104] id_table[0].name = rmi
<6>[ 3.385233] id_table[1].name = rmi_spi
<6>[ 3.385305] probe function ptr = 0xc066135c
<6>[ 3.385457] in function ____rmi_register_driver____
<6>[ 3.385551] in function ____rmi_get_function_handler____
<6>[ 3.385683] in function ____rmi_get_function_handler____
<6>[ 3.385755] in function ____rmi_get_function_handler____
<6>[ 3.385885] in function ____rmi_get_function_handler____
<6>[ 3.385957] in function ____rmi_get_function_handler____
<6>[ 3.386087] in function ____rmi_get_function_handler____
<6>[ 3.386381] lid_init+ #####
<5>[ 3.386454] hall_sensor: [lid_init] start LID init.....
<6>[ 3.386822] input: lid_input as /devices/virtual/input/input1
<6>[ 3.387027] Wake28 for irq=374
<6>[ 3.387135] Wake28 for irq=374
<6>[ 3.387207] Enabling wake28
<3>[ 3.387279] CAP1106: [cap1106_init] Cap1106 driver doesn't support this project
<6>[ 3.417283] using rtc device, max77663-rtc, for alarms
<6>[ 3.417374] max77663-rtc max77663-rtc.0: rtc core: registered max77663-rtc as rtc0
<6>[ 3.417974] i2c /dev entries driver
<6>[ 3.418433] Linux video capture interface: v2.00
<6>[ 3.418590] usbcore: registered new interface driver uvcvideo
<6>[ 3.418721] USB Video Class driver (1.1.1)
<6>[ 3.418858] trpc_sema_init: registered misc dev 10:45
<6>[ 3.419045] trpc_node_register: Adding 'local' to node list
<6>[ 3.420154] nvavp nvavp: allocated IOVM at ff00000 for AVP os
<6>[ 3.420538] tegra_camera tegra_camera: tegra_camera_probe
<6>[ 3.420835] sensor_init+ #####
<6>[ 3.420993] mi1040 sensor_probe
<6>[ 3.421204] sensor_init- #####
<6>[ 3.421375] al3010_init+ #####
<4>[ 3.421447] light sensor info : al3010 init
<4>[ 3.422336] light sensor info : al3010 probe successed
<6>[ 3.422412] al3010 2-001c: driver version 1.0 enabled
<4>[ 3.422696] i2c-core: driver [al3010] using legacy suspend method
<4>[ 3.422771] i2c-core: driver [al3010] using legacy resume method
<6>[ 3.422908] al3010_init- #####
<6>[ 3.423243] device-mapper: uevent: version 1.0.3
<6>[ 3.423427] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: [email protected]
<6>[ 3.423587] Bluetooth: HCI UART driver ver 2.2
<6>[ 3.423721] Bluetooth: HCI H4 protocol initialized
<6>[ 3.423793] Bluetooth: HCILL protocol initialized
<6>[ 3.423865] Bluetooth: BlueSleep Mode Driver Ver 1.1
<6>[ 3.424046] Wake7 for irq=390
<6>[ 3.424700] cpuidle: using governor ladder
<6>[ 3.425072] cpuidle: using governor menu
<6>[ 3.425252] sdhci: Secure Digital Host Controller Interface driver
<6>[ 3.425327] sdhci: Copyright(c) Pierre Ossman
<6>[ 3.425456] sdhci-pltfm: SDHCI platform and OF driver helper
<6>[ 3.425528] sdhci_tegra_init+ #####
<6>[ 3.425698] sdhci-tegra sdhci-tegra.3: Error: tegra3 io dpd not supported for sdhci-tegra.3
<4>[ 3.426851] mmc0: Invalid maximum block size, assuming 512 bytes
<7>[ 3.428115] Registered led device: mmc0::
<6>[ 3.431508] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
<6>[ 3.431700] sdhci-tegra sdhci-tegra.2: Error: tegra3 io dpd not supported for sdhci-tegra.2
<4>[ 3.432789] mmc1: Invalid maximum block size, assuming 512 bytes
<7>[ 3.434026] Registered led device: mmc1::
<6>[ 3.436234] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
<6>[ 3.436405] sdhci_tegra_init- #####
<7>[ 3.436719] Registered led device: statled
<6>[ 3.438137] tegra-se tegra-se: tegra_se_probe: complete
<6>[ 3.439658] usbcore: registered new interface driver usbhid
<6>[ 3.439860] usbhid: USB HID core driver
<6>[ 3.440175] logger: created 256K log 'log_main'
<6>[ 3.440305] logger: created 256K log 'log_events'
<6>[ 3.440489] logger: created 256K log 'log_radio'
<6>[ 3.440613] logger: created 256K log 'log_system'
<6>[ 3.531173] [mmc]:mmc_decode_cid:113 cid.prv 0x1
<6>[ 3.542706] [mmc]:mmc_read_ext_csd:285 ext_csd.sectors 0x3a40000 prod_name HBG4e BOOT_MULTI 0x10
<6>[ 3.548773] mmc0: new high speed DDR MMC card at address 0001
<6>[ 3.548962] mmcblk mmc0:0001: Card claimed for testing.
<6>[ 3.549328] mmcblk0: mmc0:0001 HBG4e 29.1 GiB
<6>[ 3.549602] mmcblk0boot0: mmc0:0001 HBG4e partition 1 2.00 MiB
<6>[ 3.549887] mmcblk0boot1: mmc0:0001 HBG4e partition 2 2.00 MiB
<6>[ 3.552271] mmcblk0: unknown partition table
<6>[ 3.557636] mmcblk0boot1: unknown partition table
<6>[ 3.560092] mmcblk0boot0: unknown partition table
<6>[ 3.560341] [mmc]:mmc_rescan_try_freq:1907 mmc0: eMMC completed
<6>[ 3.990200] inv_mpu_probe: Probe name mpu6050
<6>[ 3.990279] i2c i2c-2: MPU6050 is ready to go!
<4>[ 3.990524] i2c-core: driver [LTR_558ALS] using legacy suspend method
<4>[ 3.990599] i2c-core: driver [LTR_558ALS] using legacy resume method
<6>[ 3.991503] inv_ami306_probe: Probe name ami306
<6>[ 3.991610] RIL: [ril_init] RIL init
<3>[ 3.991742] RIL: [ril_init] Ril driver doesn't support this project
<6>[ 4.489423] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
<4>[ 4.530033] rt5640_modinit
<4>[ 4.530138] rt5640_i2c_probe
<5>[ 4.550337] bq27541_get_psp status: Full ret= 0x0201
<5>[ 4.551403] bq27541_get_psp voltage_now= 4155000 uV
<5>[ 4.552398] bq27541_get_capacity = 100% ret= 100
<5>[ 4.553394] bq27541_get_psp temperature= 260 (0.1¢XC)
<6>[ 4.672451] DSP version code = 0x501a
<4>[ 4.672689] ************************realtek_ce_init_hwdep*************************************
<4>[ 4.672830] do_rt5640_dsp_set_mode mode=0
<6>[ 4.672910] rt5640 4-001c: w->name=SDI1 TX Mux
<6>[ 4.673042] rt5640 4-001c: path->name=IF2 path->connect=0
<6>[ 4.673116] rt5640 4-001c: path->name=IF1 path->connect=1
<6>[ 4.673294] rt5640 4-001c: w->name=Stereo DAC MIXL
<6>[ 4.673371] rt5640 4-001c: path->name=DAC L1 Switch connect=1
<6>[ 4.673531] rt5640 4-001c: w->name=Stereo DAC MIXL
<6>[ 4.673606] rt5640 4-001c: path->name=DAC L2 Switch connect=0
<6>[ 4.673926] rt5640 4-001c: w->name=Stereo DAC MIXR
<6>[ 4.674002] rt5640 4-001c: path->name=DAC R1 Switch connect=1
<6>[ 4.674109] rt5640 4-001c: w->name=Stereo DAC MIXR
<6>[ 4.674244] rt5640 4-001c: path->name=DAC R2 Switch connect=0
<6>[ 4.674507] rt5640 4-001c: w->name=Stereo ADC MIXL
<6>[ 4.674642] rt5640 4-001c: path->name=ADC1 Switch connect=1
<6>[ 4.674749] rt5640 4-001c: w->name=Stereo ADC MIXR
<6>[ 4.674882] rt5640 4-001c: path->name=ADC1 Switch connect=1
<6>[ 4.674985] rt5640 4-001c: w->name=Stereo ADC MIXL
<6>[ 4.675118] rt5640 4-001c: path->name=ADC2 Switch connect=1
<6>[ 4.675219] rt5640 4-001c: w->name=Stereo ADC MIXR
<6>[ 4.675352] rt5640 4-001c: path->name=ADC2 Switch connect=1
<6>[ 4.675453] rt5640 4-001c: w->name=Mono ADC MIXL
<6>[ 4.675527] rt5640 4-001c: path->name=ADC2 Switch connect=0
<6>[ 4.675684] rt5640 4-001c: w->name=Mono ADC MIXR
<6>[ 4.675759] rt5640 4-001c: path->name=ADC2 Switch connect=0
<6>[ 4.683596] asoc: rt5640-aif1 <-> tegra30-i2s.1 mapping ok
<6>[ 4.686828] asoc: dit-hifi <-> tegra30-spdif mapping ok
<6>[ 4.691261] asoc: dit-hifi <-> tegra30-i2s.3 mapping ok
<6>[ 4.691990] headset_init+ #####
<4>[ 4.692123] HEADSET: Headset detection init
<4>[ 4.692462] HEADSET: Headset detection mode
<4>[ 4.692539] HEADSET: Config LineOut detection gpio
<7>[ 4.692671] gpio_request: gpio-179 (lineout_int) status -16
<4>[ 4.692744] HEADSET: Config Headset Button detection gpio
<7>[ 4.692874] gpio_request: gpio-186 (btn_INT) status -16
<4>[ 4.692945] HEADSET: Config uart<->headphone gpio
<4>[ 4.693073] HEADSET: Config Jack-in detection gpio
<4>[ 4.693144] HEADSET: Turn on micbias power
<6>[ 4.693221] Wake12 for irq=402
<6>[ 4.693401] Wake12 for irq=402
<6>[ 4.693471] Enabling wake12
<6>[ 4.693543] gpio bank wake found: wake12 for irq=119
<6>[ 4.693673] Enabling wake12
<4>[ 4.709423] HEADSET: Turn off micbias power
<6>[ 4.709514] headset_init- #####
<6>[ 4.709585] ALSA device list:
<6>[ 4.709714] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
<6>[ 4.709786] #1: tegra-rt5640
<6>[ 4.710061] oprofile: using arm/armv7-ca9
<6>[ 4.710307] GACT probability NOT on
<6>[ 4.710384] Mirror/redirect action on
<6>[ 4.710457] u32 classifier
<6>[ 4.710587] Actions configured
<6>[ 4.710660] Netfilter messages via NETLINK v0.30.
<6>[ 4.710796] nf_conntrack version 0.5.0 (15585 buckets, 62340 max)
<6>[ 4.711182] ctnetlink v0.93: registering with nfnetlink.
<6>[ 4.711293] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
<6>[ 4.711425] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 4.711764] xt_time: kernel timezone is -0000
<6>[ 4.712046] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 4.712301] arp_tables: (C) 2002 David S. Miller
<6>[ 4.712475] TCP cubic registered
<6>[ 4.712651] NET: Registered protocol family 10
<6>[ 4.713392] Mobile IPv6
<6>[ 4.713545] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 4.713769] IPv6 over IPv4 tunneling driver
<6>[ 4.714597] NET: Registered protocol family 17
<6>[ 4.714749] NET: Registered protocol family 15
<6>[ 4.714933] Bluetooth: RFCOMM TTY layer initialized
<6>[ 4.715078] Bluetooth: RFCOMM socket layer initialized
<6>[ 4.715151] Bluetooth: RFCOMM ver 1.11
<6>[ 4.715224] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 4.715357] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 4.715577] NET: Registered protocol family 37
<6>[ 4.715713] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
<5>[ 4.715877] Registering SWP/SWPB emulation handler
<4>[ 4.723555] Do not disable PWM clock when kernel inits
<4>[ 4.723644] Disabling clocks left on by bootloader:
<4>[ 4.723776] fuse_burn
<4>[ 4.723854] cclk_lp
<4>[ 4.723927] pll_x_out0
<4>[ 4.723999] pll_d2_out0
<4>[ 4.724129] pll_d_out0
<4>[ 4.724199] pll_p_out2
<4>[ 4.724272] pll_c_out1
<4>[ 4.724348] pll_m_out1
<6>[ 4.724579] CPU rate: 1000 MHz
<3>[ 4.724694] tegra_fuse_program_init: no vdd_fuse. fuse write disabled
<4>[ 4.725192] tegra3_dvfs: minimum cap.cbus rate 228000000 requires 1000 mV
<6>[ 4.725393] tegra dvfs: tegra sysfs cap interface is initialized
<6>[ 4.725799] tegra_actmon.emc: Completed initialization (0)
<6>[ 4.726018] tegra_actmon.avp: Completed initialization (0)
<4>[ 4.727037] regulator_init_complete: fixed_reg_cdc_en: incomplete constraints, leaving on
<4>[ 4.727124] regulator_init_complete: max77663_ldo8: incomplete constraints, leaving on
<4>[ 4.727260] regulator_init_complete: max77663_ldo4: incomplete constraints, leaving on
<4>[ 4.727557] ## wifi_probe
<4>[ 4.727633] wifi_set_power = 1
<3>[ 4.727706] Powering on wifi
<4>[ 5.028082] wifi_set_carddetect = 1
<4>[ 5.029484]
<4>[ 5.029487] Dongle Host Driver, version 5.90.195.104
<4>[ 5.029491] Compiled in drivers/net/wireless/bcmdhd on Apr 13 2013 at 15:14:32
<6>[ 5.073638] mmc1: new high speed SDIO card at address 0001
<4>[ 5.074430] F1 signature read @0x18000000=0x16044330
<4>[ 5.078070] DHD: dongle ram size is set to 294912(orig 294912)
<4>[ 5.078653] wl_create_event_handler thr:6c started
<4>[ 5.079457] p2p0: P2P Interface Registered
<4>[ 5.079601] dhd_attach thr:6d started
<4>[ 5.079733] dhd_attach thr:6e started
<4>[ 5.079926] dhd_attach thr:6f started
<4>[ 5.080048] dhd_attach thr:70 started
<4>[ 5.080673] Broadcom Dongle Host Driver: register interface [wlan0] MAC: 00:90:4c:11:22:33
<6>[ 5.080826] [mmc]:mmc_rescan_try_freq:1903 mmc1: sdio completed
<4>[ 5.080971] wifi_set_power = 0
<3>[ 5.081043] Powering off wifi
<4>[ 5.381445] =========== WLAN placed in RESET ========
<6>[ 5.381669] Wake24 for irq=392
<6>[ 5.381994] input: gpio-keys as /devices/platform/gpio-keys.0/input/input2
<6>[ 5.396821] max77663-rtc max77663-rtc.0: setting system clock to 2000-01-03 06:56:22 UTC (946882582)
<4>[ 5.396999] Warning: unable to open an initial console.
<6>[ 5.397319] Freeing init memory: 264K
<3>[ 5.400608] init: could not import file '/init.recovery.grouper.rc' from '/init.rc'
<5>[ 5.406176] bq27541_get_psp status: Full ret= 0x0201
<5>[ 5.406829] bq27541_get_psp voltage_now= 4155000 uV
<5>[ 5.407529] bq27541_get_capacity = 100% ret= 100
<5>[ 5.408172] bq27541_get_psp temperature= 260 (0.1¢XC)
<3>[ 5.461814] android_usb: already disabled
<3>[ 5.462223] init: Unable to open persistent property directory /data/property errno: 2
<4>[ 5.724677] Disp: diff_msec= 238
<3>[ 16.531891] android_usb: already disabled
<6>[ 16.533585] adb_open
<6>[ 16.533669] adb_open(adbd)
<6>[ 16.533798] adb_bind_config
<6>[ 16.636762] android_work: did not send uevent (0 0 (null))
<6>[ 16.701618] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 16.746169] set_config : usb set config wake lock ++
<6>[ 16.746261] android_usb gadget: high speed config #1: android
<6>[ 16.746527] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 17.529514] cable_detection_work_handler(): vbus_active = 0 and is_active = 1
<6>[ 17.529655] The USB cable is connected
<6>[ 17.529733] elan-ktf3k 1-0010: Update power source to 1
<4>[ 21.781088] adbd (125): /proc/125/oom_adj is deprecated, please use /proc/125/oom_score_adj instead.
<5>[ 42.079434] shutdown_enable_set bq27541_device->shutdown_disable = 0
<5>[ 64.640111] bq27541_get_psp status: Full ret= 0x0201
<5>[ 64.640762] bq27541_get_psp voltage_now= 4158000 uV
<5>[ 64.641404] bq27541_get_capacity = 100% ret= 100
<5>[ 64.642055] bq27541_get_psp temperature= 260 (0.1¢XC)
<3>[ 106.250122] init: untracked pid 147 exited
<5>[ 124.800146] bq27541_get_psp status: Full ret= 0x0200
<5>[ 124.800867] bq27541_get_psp voltage_now= 4158000 uV
<5>[ 124.801513] bq27541_get_capacity = 100% ret= 100
<5>[ 124.802162] bq27541_get_psp temperature= 260 (0.1¢XC)
<3>[ 161.752844] init: untracked pid 153 exited
<5>[ 184.960128] bq27541_get_psp status: Full ret= 0x0200
<5>[ 184.960838] bq27541_get_psp voltage_now= 4157000 uV
<5>[ 184.961480] bq27541_get_capacity = 100% ret= 100
<5>[ 184.962123] bq27541_get_psp temperature= 270 (0.1¢XC)
<3>[ 190.534361] init: untracked pid 156 exited
<3>[ 209.725481] init: untracked pid 159 exited
Have you succeed ?
Hi k91191,
Have you manage to bring back to live you phone because I managed to kill mine (ZTE V985 Tegra 3 device) and the error is the same ?
:cyclops:
LamqtaSpas said:
Hi k91191,
Have you manage to bring back to live you phone because I managed to kill mine (ZTE V985 Tegra 3 device) and the error is the same ?
Click to expand...
Click to collapse
Unfortunately not. I'm bringing this topic back up from the dead hoping someone can help me.
k91191 said:
:cyclops:
Unfortunately not. I'm bringing this topic back up from the dead hoping someone can help me.
Click to expand...
Click to collapse
Sorry k91191 for not getting back to this thread. I don't use e-mail notifications, so I slipped up on this one.
I just booted my grouper two times - once using TWRP 2.6.3.1 and once using a CyanogenMod 10.2 kernel (a nightly from 9/22). Here are the mmc- related kernel messages:
TWRP kernel (TWRP 2.6..3.1)
Code:
<4>[ 5.715260] mmc0: Invalid maximum block size, assuming 512 bytes
<7>[ 5.716525] Registered led device: mmc0::
<6>[ 5.719914] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
<4>[ 5.721257] mmc1: Invalid maximum block size, assuming 512 bytes
<7>[ 5.722463] Registered led device: mmc1::
<6>[ 5.724691] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
<6>[ 5.797969] [mmc]:mmc_decode_cid:113 cid.prv 0x1
<6>[ 5.809412] [mmc]:mmc_read_ext_csd:285 ext_csd.sectors 0x3b78000 prod_name MMC32G BOOT_MULTI 0x10
[b]<6>[ 5.811368] mmc0: new high speed DDR MMC card at address 0001
<6>[ 5.811573] mmcblk mmc0:0001: Card claimed for testing.
<6>[ 5.811942] mmcblk0: mmc0:0001 MMC32G 29.7 GiB
<6>[ 5.812175] mmcblk0boot0: mmc0:0001 MMC32G partition 1 2.00 MiB
<6>[ 5.812467] mmcblk0boot1: mmc0:0001 MMC32G partition 2 2.00 MiB
[color=green]<6>[ 5.814738] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9[/color]
<6>[ 5.816718] mmcblk0boot1: unknown partition table
<6>[ 5.817971] mmcblk0boot0: unknown partition table[/b]
<6>[ 5.818225] [mmc]:mmc_rescan_try_freq:1907 mmc0: eMMC completed
CyanogenMod kernel (20130922-Nightly)
Code:
<4>[ 3.493854] mmc0: Invalid maximum block size, assuming 512 bytes
<7>[ 3.495082] Registered led device: mmc0::
<6>[ 3.498527] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
<4>[ 3.499809] mmc1: Invalid maximum block size, assuming 512 bytes
<7>[ 3.501001] Registered led device: mmc1::
<6>[ 3.503290] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
<6>[ 3.578428] [mmc]:mmc_decode_cid:113 cid.prv 0x1
<6>[ 3.589857] [mmc]:mmc_read_ext_csd:285 ext_csd.sectors 0x3b78000 prod_name MMC32G BOOT_MULTI 0x10
[b]<6>[ 3.591774] mmc0: new high speed DDR MMC card at address 0001
<6>[ 3.592051] mmcblk mmc0:0001: Card claimed for testing.
<6>[ 3.592365] mmcblk0: mmc0:0001 MMC32G 29.7 GiB
<6>[ 3.592659] mmcblk0boot0: mmc0:0001 MMC32G partition 1 2.00 MiB
<6>[ 3.592886] mmcblk0boot1: mmc0:0001 MMC32G partition 2 2.00 MiB
[color=green]<6>[ 3.595089] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9[/color]
<6>[ 3.597134] mmcblk0boot1: unknown partition table
<6>[ 3.598279] mmcblk0boot0: unknown partition table[/b]
<6>[ 3.598530] [mmc]:mmc_rescan_try_freq:1907 mmc0: eMMC completed
... and now here is your kernel boot messages:
Code:
<4>[ 3.426851] mmc0: Invalid maximum block size, assuming 512 bytes
<7>[ 3.428115] Registered led device: mmc0::
<6>[ 3.431508] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
<4>[ 3.432789] mmc1: Invalid maximum block size, assuming 512 bytes
<7>[ 3.434026] Registered led device: mmc1::
<6>[ 3.436234] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
<6>[ 3.531173] [mmc]:mmc_decode_cid:113 cid.prv 0x1
<6>[ 3.542706] [mmc]:mmc_read_ext_csd:285 ext_csd.sectors 0x3a40000 prod_name HBG4e BOOT_MULTI 0x10
[b]<6>[ 3.548773] mmc0: new high speed DDR MMC card at address 0001
<6>[ 3.548962] mmcblk mmc0:0001: Card claimed for testing.
<6>[ 3.549328] mmcblk0: mmc0:0001 HBG4e 29.1 GiB
<6>[ 3.549602] mmcblk0boot0: mmc0:0001 HBG4e partition 1 2.00 MiB
<6>[ 3.549887] mmcblk0boot1: mmc0:0001 HBG4e partition 2 2.00 MiB
[color=red]<6>[ 3.552271] mmcblk0: unknown partition table[/color]
<6>[ 3.557636] mmcblk0boot1: unknown partition table
<6>[ 3.560092] mmcblk0boot0: unknown partition table[/b]
<6>[ 3.560341] [mmc]:mmc_rescan_try_freq:1907 mmc0: eMMC completed
I wouldn't be very optimistic. That seems to suggest that your kernel can not detect ANY valid android partitions.
I note that you seem to have a eMMC Flash Memory chip from a different vendor than I (HBG4e vs. MMC32G). I doubt that is relevant, though.
I am not aware of a single report here in the N7 forums where someone actually altered or restored the eMMC partitioning.
I'm sure it can be done - but only by Asus (perhaps with an engineering bootloader, or using nvflash with knowledge of the security keys).
sorry.

Sudden Shutdown (N900)

Hello there,
I own a Samsung Note 3 N900. Right now I'm using the unofficial Cyanogenmod 13.1 (lastest version). The phone works amazing with that rom, but from time to time it shutdowns and the only way to power it on again is connecting it to the charger. 99% of the times this issue happened to me I was using a camera app (B612). I do not remember if this happened with any other app.
Last time this happened the battery was about 55%.
Here is the last_kmsg.
Code:
[ 0.000000] [B0: swapper: 0] clkout: bad source 0
[ 0.000000] [B0: swapper: 0] s3c_register_clksrc: clock sclk_hsic_12m has no registers set
[ 0.000000] [B0: swapper: 0] clkout: bad source 0
[ 0.000000] [B0: swapper: 0] (sec_debug_set_upload_magic) 66262564
[ 0.000000] [B0: swapper: 0] (sec_debug_set_upload_cause) cafebabe
[ 0.115919] [B0: swapper/0: 1] gpio: GPZ has no PM function
[ 0.141673] [B0: swapper/0: 1] synaptics_verify_panel_revision: panel_revision: 4, lcdtype: 0x404024, touch_type: 4, el_type: M4, h_sync: OK, ddi_type: SDC, charger_noti_type: GPIO
[ 0.141792] [B0: swapper/0: 1] synaptics_tsp_init: disable TSP for lpm
[ 0.152001] [B0: swapper/0: 1] [exynos5_universal5420_fpga_init] initialization start!
[ 0.152370] [B0: swapper/0: 1] irda_device_init called!
[ 0.152434] [B0: swapper/0: 1] irda_device_init complete
[ 0.160401] [B0: swapper/0: 1] PM DOMAIN : cant find clock, to add power domain
[ 0.161700] [B0: swapper/0: 1] PM DOMAIN : platform_device has not platform bus
[ 0.167184] [B0: swapper/0: 1] Exynos5420 ASV : invalid IDS value
[ 0.931278] [B0: swapper/0: 1] s3c-i2c s3c2440-i2c.0: no platform data
[ 0.957632] [B0: swapper/0: 1] exynos5-i2c exynos5-hs-i2c.4: no platform data
[ 1.100436] I[B0: swapper/0: 1] gps_host_wake_isr GPS pin level[Low]
[ 1.100888] [B0: swapper/0: 1] s3c-adc samsung-adc-v5: operating without regulator "vdd" .
[ 1.342723] [B2: swapper/0: 1] s5p-hdmi exynos5-hdmi: Set HDMI phy power off
[ 1.364742] [B2: swapper/0: 1] exynos5-jpeg-hx exynos5-jpeg-hx.0: jpeg-hx.0 registered successfully
[ 1.366459] [B2: swapper/0: 1] exynos5-jpeg-hx exynos5-jpeg-hx.1: jpeg-hx.1 registered successfully
[ 1.371667] [B2: swapper/0: 1] w1_uevent master_dev name = w1_bus_master1
[ 1.410415] [B0: swapper/0: 1] max77803_led_setup: leds-sec1, 0x3d
[ 1.415644] [B0: swapper/0: 1] max77803_led_setup: torch-sec1, 0x6
[ 1.456784] [B1: swapper/0: 1] sec_hal_fg_get_property: Fail to get psy (battery)
[ 1.456930] [B1: swapper/0: 1] max17048_get_current: Fail to get psy (sec-charger)
[ 1.457136] [B1: swapper/0: 1] max17048_get_current_average: Fail to get psy (sec-charger)
[ 1.457340] [B1: swapper/0: 1] max17048_get_current_average: Fail to get psy (battery)
[ 1.459937] [B1: swapper/0: 1] sec-fuelgauge 18-0036: sec_fg_get_atomic_capacity: capacity (old 0 : new 55)
[ 1.461324] [B1: kworker/1:1: 1058] sec_hal_fg_get_property: Fail to get psy (battery)
[ 1.461528] [B1: kworker/1:1: 1058] max17048_get_current: Fail to get psy (sec-charger)
[ 1.461670] [B1: kworker/1:1: 1058] max17048_get_current_average: Fail to get psy (sec-charger)
[ 1.461876] [B1: kworker/1:1: 1058] max17048_get_current_average: Fail to get psy (battery)
[ 1.464472] [B1: kworker/1:1: 1058] sec-fuelgauge 18-0036: sec_fg_get_atomic_capacity: capacity (old 0 : new 55)
[ 1.488637] [B2: swapper/0: 1] max77803_get_health_state: Fail to get psy (battery)
[ 1.494548] [B2: kworker/2:1: 1100] max77803_get_health_state: Fail to get psy (battery)
[ 1.615659] [B0: swapper/0: 1] mif: modem_probe: mif_sipc5
[ 1.617839] [B0: swapper/0: 1] mif: modem_probe: link created: usb
[ 1.621492] [B0: swapper/0: 1] mif: sipc5_init_io_device: dm_state : umts_dm0, sucess
[ 3.068267] [B0: kworker/0:2: 1402] max77803_muic_charger_cb: fail to get battery/ps psy
[ 3.342529] [B3: swapper/0: 1] sec-battery sec-battery: sec_battery_probe: Failed to Enable Wakeup Source(-6)
[ 3.347229] [B0: swapper/0: 1] [brcm_wlan_power] Bluetooth Power On.
[ 3.506013] [B3: swapper/0: 1] [brcm_wlan_power] Bluetooth Power Off.
[ 3.721253] [B0: swapper/0: 1] mmc_force_presence_change: called for device exynos5_device_dwmci1
[ 4.041973] I[B0: kworker/u:1: 21] dw_mmc dw_mmc.1: Start bit error (status=00002004)
[ 4.042526] I[B0: kworker/u:1: 21] dw_mmc dw_mmc.1: data CRC error
[ 4.483147] [B0: init: 1] init: waitpid failed: No child processes
[ 4.494174] [B0: init: 1] init: SELinux: Could not get canonical path /adb_keys restorecon: No such file or directory.
[ 4.592668] [B0: ueventd: 1529] w1_uevent master_dev name = w1_bus_master1
[ 5.387178] [B1: init: 1] init: /dev/hw_random not found
[ 5.510084] [B1: init: 1] init: /dev/hw_random not found
[ 5.514444] [B1: init: 1] init: service 'console' requires console
[ 5.753476] [B3: healthd: 2247] healthd: wakealarm_init: timerfd_create failed
[ 5.764657] [B3: healthd: 2247] charger: Could not open blink file
[ 9.882116] [B1: healthd: 2247] SysRq : Emergency Remount R/O
[ 9.882897] [B1: healthd: 2247] (sec_debug_set_upload_magic) 0
[ 10.165225] [B0: healthd: 2247] Restarting system.
[ 10.165442] [B0: healthd: 2247] sec_reboot (104, (null))
No errors detected
Last reset was reset (RST_STAT=0x800)
I have the same issue with my n900
It's an issue with the cpu
You should change the ROM and go back to a TouchWiz ROM because the cm is tiring up your cpu
If the problem still there you have to change the battery but do not use cm again otherwise you will face the same problem again
I think our note 3 has had enough and we must change it but right now I can't afford a new device
I hope somebody will develope a TouchWiz based marshmallow ROM soon

Porting Nvidia Shield/foster kernel.

In June this year, I planned to run a modern kernel from Nvidia on the Nexus 9. yet I encountered a number of difficulties. Some of them I was able to solve recently.
But great progress has not been achieved in the launch. We need to rewrite the "Power Tree" and whatnot.
All this is because of the large gap in the current kernels.
I hope someone who has the time and knowledge can help in this work.
https://github.com/vartom/android_kernel_flounder/commits/V107n stok kernel for Flounder
https://github.com/vartom/android_kernel_flounder/commits/port port kernel for Flounder
Vartom said:
In June this year, I planned to run a modern kernel from Nvidia on the Nexus 9. yet I encountered a number of difficulties. Some of them I was able to solve recently.
But great progress has not been achieved in the launch. We need to rewrite the "Power Tree" and whatnot.
All this is because of the large gap in the current kernels.
I hope someone who has the time and knowledge can help in this work.
https://github.com/vartom/android_kernel_flounder/commits/V106A
https://github.com/vartom/android_kernel_nvidia_shieldtablet/commits/cm-13+v
Click to expand...
Click to collapse
I wish you all the best man! What your doing is way above my knowledge set.
To be honest I thought you gave up but o boy I was wrong.
Well anyway I will try to help but I don't know how much I can do.
Slightly altered pinmuks file. Current log does not look good but ....
Can continue work with the "tree of devices."
====0.270000
Panic#1 Part1
<6>[ 0.000000] Initializing cgroup subsys cpu
<6>[ 0.000000] Initializing cgroup subsys cpuacct
<5>[ 0.000000] Linux version 3.10.101+ ([email protected]) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Dec 11 23:07:33 +07 2016
<6>[ 0.000000] CPU: NVIDIA Denver 1.0 [4e0f0000] revision 0
<6>[ 0.000000] Machine: Flounder
<4>[ 0.000000] No earlyprintk arguments passed.
<6>[ 0.000000] Found tegra_&bmem: [email protected]
<6>[ 0.000000] Flounder hardware revision = 128, engineer id = 0
<6>[ 0.000000] Reserved memory: initialized node iram-carveout, compatible id nvidia,iram-carveo5t
< >[ 0.000000] Teg2a reserved memory:
<6>[ 0.000000] LP0: f7fff000 - f7fff7ff
<6>[ 0.000000] Bootloader framebuffer: ac001000 - acc20fff
<6>[ 0.000000] Bootload%r framebuffer2: 00000000 - 00000000
<6>[ 0.000000] Framebuffer: f5e00000 - f75fffff
<6>[ 0.000000] 2nd Framebuffer: 00000000 - 00000000
<6>[ 0.000000] CaRveout: 00000000 - 00000000
<6>[ 0.000000] Vpr: 00000000 - 00000000
<6>[ 0.000000] Dsec: 00000000 - 00000000
<6>[ 0.000000] Bootloader Debug Data: 00000000 - 00000000
<6>[ 0.00 000] Nvdumper: f7800000 - f7800fff
<6>[ 0.000000] Nck: f7900000 - f79fffff
<6>[ 0.000000] cma: CMA: reserved 16 MiB at f4c00000
<7>[ 0.000000] On node 0 totalpages: 482304
<7>[ 0.0 0000] DMA32 zone: 6594 pages used for memmap
<7>[ 0.000000] DMA32 zone: 0 pages reserved
<7>[ 0.000000] DMA32 zone: 482304 pages, LIFO batch:31
<6>[ 0.000000] Psci: probing for conduit method from DT.
<3>[ 0.000000] psci: PSCI firmware does not comply with the v0.2 spec.
<6>[ 0.000000] DTS File Name: <unknown>
<6>[ 0.000000] DTB Build time: <unknown>
<6>K 0. 00000] Tegra13: CPU Speedo ID 1, Soc Speedo ID 0, Gpu Speedo ID 1
<6>[ 0.000000] Tegra13: CPU Process ID 0,SOc Process ID 1,Gpu Process ID 0
<6>[ 0.000000] Tegra13: CPU Speedo value 2244, Soc Speedo value 2156, Gpu Speedo value 2023
<6>[ 0.000000] Tegra Revision: A03 SKU: 0xf CPU Process: 0 Core Process: 1 Bootrom patch v0x0
<6>[ 0.000000] tegra: PLLP fixed rate: 408000000
<6>[ 0.000000] tegra_clk_shared_bus_user_init: c2bus client se left ON
<6>[ 0.000000] Lowering sbur maximum rate from 420000000 to 372000000
<6:[ 0.000000] Lowering vic03 maximum rate from 900000000 to 720000000
<6>[ 0.000000] Lowering tsec maximum rate from 900000000 to 720000000
<6>[ 0.000000] Lowering msenc maximum rate from 600000000 to 456000000
<6>[ 0.000000] Lowering se maximum rate from 600000000 to 456000000
<6>[ 0.000000] Lowering vde maximum rate from 600000000 to 456000000
<6>[ 0.000000] Lowering host1x maximum rate from 500000000 to 408000000
<6>[ 0.000000] Lowering vi maximum rate from 700000000 to 600000000
<6>[ 0.000000] Lowering isp maximum rate from 700000000 to 600000000
<6>[ 0.000000] Lowering c4bus maximum rate from 700000000 to 600000000
<6>[ 0.000000] Lowering pll_c maximum rate from 1400000000 to 1066000000
<6>[ 0.000000] Lowering pll_c2 maximum rate from 1200000000 to 1066000000
<6>[ 0.000000] owering pll_c3 maximum rate from 1200000000 to 1066000000
<6>[ 0.000000] Lowering hdmi maximum rate from 594000000 to 297000000
<6>[ 0.000000] Lowering nor maximum rate frod 127000000 to 102000000
<6>[ 0.000000] Lowering sdmmc1 maximum rate from 208000000 to 204000000
<6>[ 0.000000] Lowering sdmmc3 maximum rate from 208000000 to 204000000
<6>[ 0.000000] Lowering gbus maximum rate from 1032000000 to 852000000
<6>[ 0.000000] Lowering cpu_g maximum rate from 3000000000 to 2499000000
<6>[ 0.000000] tegra dvfs: VDD_CPU nominal 1260mV, rcaline enabled
<6>[ 0.000000] tegra dvfs: VDD_CORE nominal 1150mV, scaling enabled
<6>[ 0.000000] tegra dvfs: VDD_GPU nominal 1200mV, scaling enabled
<4>[ 0.000000] ------------[ cut here ]------------
<4>[ 0.000000] WARNING: at drivers/platform/tegra/clock.c:1243 tegra_common_init_clock+0xa4/0xd0()
<4>[ 0.000000] tegra: dsialp boot rate 408000000 exceeds max rate 156000000
<4>[ 0.000000] Modules linked in:
<4>[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.10.101+ #1
<4>[ 0.000000] Call trace:
<4>[ 0.000000] [<ffffffc000089b8c>] dump_backtrace+0x0/0x16c
<4>[ 0.000000] [<ffffffc000089d0c>] show[stack+0x14/0x1c
<4>[ 0.000000] [<ffffffc000a9fe94>] dump_stack+0x20/0x28
<4>[ 0.000000] [<ffffffc0000acdf4>] warn_slowpath_common+0x78/0x9c
<4>[ 0.000000] [<ffffffc0000ace68>] warn_slowpath_fmt+0x50/0x58
<4>[ 0.000000] [<ffffffc000ee3ee4>] tegra_common_init_clock+0xa4/0xd0
<4>[ 0.000000] [<ffffffc000ee8944>] tegra12x_init_early+0xdc/0x544
<4>[ 0.000000] [<ffffffc000eadc1c>] tegra_flounder_init_early+0x10/0x18
<4>[ 0.000000] [<ffffffc000eab2b8>] Setup_arch+0x7b0/0x7cc
<4>[ 0.000000] [<ffffffc000ea8528>] start_kerNel+0x94/0x320
<4>[ 0.000000] ---[ end trace 1b75b31a2719ed1c ]---
<6>[ 0.000000] Tegra 2eset control registration success
<6>[ 0.000000] tegra_powergate_init: DONE
<3>[ 0.000000] Timed out waiting for pll_e lock bit ([0xec] = 0x4300)
<6>[ 0.000000] PERCPU: Embedded 12 pages/cpu @ffffffc01ff57000 s19264 r8192 d21696 u49152
<7>[ 0.000000] pcpu-alloc: s19264 r8192 d21696 u49142 alloc=12*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] !
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 475710
<5>[ 0.000000] Kernel command line: no_console_suspend=1 tegra_wdt.enable_on_probe=1 tegra_wdt.heartbeat=120 androidboot.hardware=flounder tegraid=40.0.0.00.00 vmalloc=256M video=tegrafb console=ttyS0,115200n8 earlyprintk MTS Version=33985182 memtype=0 [email protected] [email protected] [email protected] section=128M [email protected] [email protected] nvdumpdr_reserved=0x&7800000 core_edp_mv=1150 core_edp_ma=4000 gpt gpt_sEctor=69631 watchdog=$isable [email protected] anDroidboot.hardware=flounder buildvariant=user androidboot.serialno=HT578WV01740 androidboot.baseband=ROW androidboot.mode=normal androidboot.bootloader=3.48.0.0141 swoff=0 flounder.wifimacaddr=B4:CE:F6F:B4:63 androidboot.wificountrycode=RU androidboot.bootreason=reboot hw_revision=128 radioflag=0x0 androidboot.misc_pagesize=2048
<6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
<6>[ 0.000000] Memory: 1884MB = 1884MB total
<5>[ 0.000000] Memory: 1842108k/1842108k available, 87108k reserved
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vmalloc : 0xffffff8000000 00 - 0xffffffbbffff0000 (245759 MB)
<5>[ 0.000000] vmemmap : 0xffffffbc01c00000 - 0xffffffbc035c2000 ( 25 MB)
<5>[ 0.000000] modqles : 0xffffff"ffc000000 - 0xffffffc000000000 ( 64 MB)
<5>[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc075c00000 ( 1884 MB)
<5>[ 0.000000] .init : 0xffffffc000ea8000 - 0xffffffc000f18b40 ( 451 kB)
<5>[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000ea7b54 ( 14495 kB)
<5>[ .000000] .data : 0xfffffbc000f26000 - 0xffffffc0010a2fb8 ( 1524 kB)
<6>[ 0.000000] Preemptible hierarchical RCU implementation.
<6>[ 0.000000] NR_IRQS:704 nr_irqs:704 0
<6>[ 0.000000] the number of interrupt controHlers found is 5
<3>[ 0.000000] of_clk_get_from_provider: tegra clock 5 not found
<3>[ 0.000000] of_clk_get_from_provider: tegra clock 4 not found
<6>[ 0.000000] Wake16 for irq=34
<6>[ 0.000000] Wake16 for irq=34
<6>[ 0.000000] Enabling wake16
<6>[ 0.000000] Architected local timer running at 12.00MHz (virt).
<6>[ 0.000000] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 2863311536128ns
<6>[ 0.000805] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=120000
<6>[ 0.000830] pid_max: default: 32768 minimum: 301
<6>[ 0.001103] Security Framew/rk initialized
<6>[ 0.001128U SELinux: Initializing.
<7>[ 0.001251] SELinux: Starting in permissive mode
<6>[ 0.001373] Mount-cache hash table entries: 256
<6>[ 0.065759] Initializing cgroup subsys debug
<6>[ 0.065788] Initializing cgroup subsys freezer
<3>[ 0.066262] psci: no cpu_on method, not booting CPU1
<6>[ 0.066285] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
<6>[ 0.101071] ftrace: Allocated trace_printk buffers
<6>[ 0.111993] tegra_nct_init: magic(0x0),vid(0x0),pid(0x0),ver(V0.0),rev(0)
<3>[ 0.1!2018] tegra_nct_init: magic ID error (0x0/0x7443566e)
<6>[ 0.130892] Brought up 1 CPUs
<6>[ 0.130910] SMP: Total of 1 processors activateD.
<6>[ 0.154722] pinctrl core: initialized pinctrl subsystem
<6>[ 0.155261] regulator-dummy: no parameters
<6>[ 0.156261] Initializing plugin-manager
<6>[ 0.156523] Plugin-manager not available
<6>[ 0.156973] Adding domain nvavp-pd to PM domain mc-clk-pd
<6>[ 0.162606] NET: Registered protocol family 16
<6>[ 0.168571] DMA: preallocated 1024 KiB pool for atomic coherent allocations
<6>[ 0.168751] persistent_ram: found existing invalid buffer, size 68542, start 68542
<6>[ 0.170264] console [pstore-1] enabled
<6>[ 0.170308] bamoops: attached [email protected], ecc: 0/0
<6>[ 0.170826] I2C first dynamic bus number based on alias = 6
<6>[ 0.170914] cpuidle: us)ng governor ladder
<6>[ 0.170933] cpuidle: using governor menu
<3>[ 0.172466] PMC: Setting PMIC interrupt active-hig`
<6>[ 0.174543] tegra-pmc device create success
<6>[ 0.174577] tegra-pmc: prod list not found: -19
<6>[ 0.183777] flounder_camera_auxdata: u`date camera lookup table.
<6>[ 0.184232] platform host1x: SMMU isn'p ready yet
<6>[ 0.184647] platform vi.0: SMMU isn't ready yet
<6>[ 0.185012] platform isp.0: SMMU isn't ready yet
<6>[ 0.185380] platform isp.1: SMMU isn't ready yet
<6>[ 0.186085] platform vic03.0: SMMU isn't ready yet
<6>[ 0.186329] platform msenc: SMMU isn't ready yet
<6>[ 0.186555] platform tsec: SMMU isn't ready yet
<5>[ 0.187729] platform nvavp-pd.2: No iommus property found in DT node, got swgids from fixup(400002)
<6>[ 0.187756] platform nvavp-pd.2: SMMU isn't ready yet
<6>[ 0.192099] mapped MMIO address: 0xffffff8000018000 -> 0x70019000
<6>[ 0.193035] tegra124-pinctrl 70000868.pinmux: Prod-settngs not available
<6>[ 0.211315] tegra124,pinctrl 70000868.pinmux: Probed Tegra pinctrl driver
<6>[ 0.212471] GPIO chip tegra-gpio: created GPIO range 0->250 ==> 70000868.pinmux PIN 0->250
<6>[ 0.213822] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
<6>[ 0.213948] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
<5>[ 0.218869] platform tEgra12-se: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.218899] platform tegra12-se: SMMU isn't ready yet
<6>[ 0.219879] platfo2m host1x: domain=ffffffC002fbdad8 allocates as[0]=ffffffc002fac0a8
<5>[ 0.222789] platform nfavp-pd.2: No iommur property found in DT node, got swgids from fixup(400002)
<5>[ 0.222987] 0lat&orm tegra12-se: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.223171] platform tegra12-se: domain=ffffffc002fbd9d8 allocates as[0]=ffffffc002fac110
<6>[ 0.223246] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
<5>[ 0.231479] platform tegra-fuse: No iommus property found in DT node, go4 swgids from fixup(4000)
<5>[ 0.231516] platform tegra-fuse: No iommus property found in DT ngde, got swgids from fixup(4000)
<6>[ 0.236202] platform gk20a.0: d/main=ffffffc002fbd0d8 allocates as[0]=ffffffc002fac178
<5>[ 0.240712] platform therm_est_sensor.27: No iommus prOperty found in DT node, got swgids from fixup(4000)
<5>[ 0.240749] platform therm_est_sensor.27: No iommus property found in DT node, got swgids from fixup(4000)
<3>[ 0.244438 Node path /chosen/display-board not found
<7>[ 0.244562] of_get_named_gpio_flags exited with status 130
<6>[ 0.244575] gpio pin = 130
<7>[ 0.244604] of_get_named_gpio_flags exited with status 136
<6>[ 0.244615] gpio pin = 136
<7>[ 0.244646] of_get_named_gpio_flags exited with status 68
<6>[ 0.244665] gpio pin = 68
<7>[ 0.244729] of_get_named_gpio_flags exited with status 61
<6>[ 0.244740] gpio pin = 61
<7>[ 0.244756] disp1 pclk=247&00000
<7>[ 0.244772] disp2 pclk=297000000
<6>[ 0.245016] No Device Node present for smmu client: tegra-otg !!
<5>[ 0.245042] platform tegra-otg2 No iommus property found in DT node, got swgids froe fixup(1000000)
<6>[ 0.245076] No Device Node ppesent for smmu client: tegra-gtg !!
<5>[ 0.245100] platform tegra-otg: No iommus property found in DT node, got swgids from fixup(100 000)
<6>[ 0.245286] Nm Device Node present for smmu client: tegra-udc.0 !!
<5>[ 0.245312] platform tegra-udc.0: No immmus property found in DT node, got swgids from fixup(4000)
<6>[ 0.245340] No Device Node present for smmu client: tegra-udc.0 !!
<5>[ 0.2$5362] platform tegra-udc.0: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.245629] No Device Node present for smmu client: tegra-ehci.2 !!
<5>[ 0.245654] platform tegra-ehci.2: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.245679] No Device Node present for smmu client: tegra-ehci.2 !!
,5>[ 0.246239] platform tegra-ehci.2: No iommus property found in DT node, got swgids from fihup(4000)
<6>[ 0.246561] [MDM]: flounder_mdm_9k_init: add mdm_devices
<6>[ 0.246862] No Device Node present for smmu client: tegra30-ahub !!
<5>[ 0.246888] platform tegra30-ahub: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.246912] No Device Node present for smmu client: tegra30-ahub !!
<5>[ 0.246934] platform tegra30-ahub: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.247093] No Device Node present for slmu clidnt: tegra30-dam.0 !!
<5>[ 0.247117] platform tegra30-dam.0: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.247141] No Device Node present for smmu client: tegra30-dam.0 !!
<%>[ 0.247163] platform tegra30-dam.0: No iommus property fkund in DT node, got swgids from fixup(4000)
<6>[ 0.24737&] No Device Node present fo2 smmu client: tegra30-dam.1 !!
<5>[ 0.247400] platform tegra30-dam.1: No iomius property found in DT node, got swgids from fixup(4000)
<6>[ 0.247424] No Device Node `resent fo` smmu client: tegra30-dam.1 !!
<5>[ 0.247446] platform tegra30-dam.1: No iommus property found iN DT node, got swgids from fixup(4000)
<6>[ 0.247608] No Device Nodd present for qmmu c,ient: tegra30-dam.2 !!
<5>[ 0.247633] platform tegra30-dam.2: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.247655] No Device Nkde present fkr smmu client: tegra30-dam.2 !!
<5>[ 0.247678] platform tegra30-dam.2: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.247831] No Device Node present for smmu client: tegra30-i2s.1 !!
<5>[ 0.247853] platform tegra30-i2s.1: No iommus prop%rty found in DT node, got swgids froe fixup(4000)
<6>[ 0.247876] No Device Node present for smmu client: tegra30-i2s.1 !!
<5>[ 0.247926] platform tegra30-i2s.1: No iommus property found in DT node( got swgids from fixup(4000)
<6>[ 0.248096] No Device Node preseft for smmu client: tegra30-i2s.2 !!
<5>[ 0.248120] platform tegra30-i2s.2: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.248143] No Device Node present for smmu client: tegra30-i2s.2 !!
<5>[ 0.248165] platform tegra30-i2s.2: No iommu3 property found in DT node, got swgids from fixup(4000)
<6>[ 0.249537] No Device Node present for smmu client: tegra30-i2s.3 !!
<5>[ 0.249585] platform tegra30-i2s.3: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.249621] No Device Node present for smmu client: tegra30-i2s.3 !!
<5>[ 0.249644] platform tegra30-i2s.3: No iommus propebty found in DT node, got swgids from fixup(4000)
<6>[ 0.249838] No Device Node present for smmu client: tegra30-i2s.4 !!
<5>[ 0.249862] platform tegra30-i2s.4: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.249887] No Device Node present for smmu client: tegra30-i2s.4 !!
<5>[ 0.249910] platform tegra30-i2s.4: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250068] No Device Node present for smmu client: tegra30-spdif !!
<5>[ 0.250091] platform tegra30-spdif: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250115] No D%vice Node present for smmu client: tegra30-spdif !!
<5>[ 0.250139] platform tegra30-spdif: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250358] No Device Node present for smmu client: spdif-dit.0 !!
<5>[ 0.250382] platform spdif-dit.0: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250404] No Device Node present for smmu client: spdif-dit.0 !!
<5>[ 0.250$26] platform spdif-dit.0: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250614] No Device Node present for smmu client: spdif-dit.1 !!
<5>[ 0.250638] platform spdif-dit.1: No iommus property found in DT node, got swgids from fixup(4000)
<6>[ 0.250659] No Device Node presEnt for smmu client: spdif-dit.1 !!
<5>[ 0.250681] platform spdif-dit.1: No iommus property found in DT node, got swgids from fixup(4000)
<4>[ 0.251428] ---------)--[ cut here ]------------
<4>[ 0.251467] WARNING: at fs/sysfs/dir.c:530 sysfs_add_one+0xac/0xd0()
<4>[ 0&25148 ] sysfs: cannot create duplicate filename '/devices/platform/tegra_cl_dvfs'
<4>[ 0.251502Y Modules lin+ed in:
<4>[ 0.251563] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.10.!01+ #1
<4>[ 0.251588] Call trace:
<4>[ 0.251646] [<ffffffc000089b8c>] dump_backtrac%+0x0/0x16c
<4>[ 0.251672] [<ffffffc000089d0c>] show_stack+0x14/0x1c
<4>[ 0.251699] [<ffffffc000a9fe94>] dump_stacK+0x20/0x28
<4>[ 0.251724 [<ffffffc0000acdf4>] warn_slowpath_common+0x78/0x9c
<4>[ 0.251748] [<ffffffc0000ace68>] warn_rlowpath_fmt+0x50/0x58
<4>[ 0.251779] [<ffffffc000214d74>] sysfs_add_one+0xac/0xd0
<4>[ 0.251802] [<ffffffc000214fcc>] create_dir+0x70/0xdc
<4>[ 0.251824] [<ffffffc00021537c>] sysfs_create_dir+0x7c/0x15c
<4>[ 0.251851] [<ffffffc000323a78>] kobject_add_internal+0x9c/0x28c
<4>[ 0.251874] [<ffffffc0003240d8>] kobject add+0x90/0xdc
<4>[ 0.251899] [<ffffffc0004bfbcc>] device_add+ xd4/0x5e4
<4>[ 0.251922] [<ffffffc0004c4ee0>] platform_device_add+0x184/0x27c
<4>[ 0.251973] [<ffffffC0004c5654>] platform_device_register+0x28/0x34
<4>[ 0.251999] [<ffffffc000eae900>] flounder_regulator_init+0xec/0xfc
<4>[ 0.252022] [<ffffffc000ead9f8>] tegra_flounder_dt_init+0x1c4/0x3d8
<4>[ 0.252044] [<ffffffc000eaa928>] customize_machine+0x1c/0x28
<4>[ 0.252065] [<ffffffc000081630>] do_one_initcall+0xe0/0x18c
<4>[ 0.252093] [<ffffffc000ea88fc>] kernel_init_freeable+0x148/0x1e4
<4>[ 0.252117] [<ffffffc000a96264>] kernel_init+0x18/0x140
<4>[ 0.252135] ---[ end trace 1b75b31a2719ed1d ]---
<4>[ 0.252155] ------------[ cut here ]------------
<4>[ 0.252180] WARNING: at lib/kobject.c:196 kobject_add_internal+0x258/0x28c()
<4>[ 0.252225] kobject_add_internal failed for tegra_cl_dvfs with -EEXIST, don't try to register things with the same name in the same directory.
<4>[ 0.252241] Modules linked in:
<4>[ 0.252271] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.10.101+ #1
<4>[ 0.252286] Call trace:
<4>[ 0.252309] [<ffffffc000089b8c>] dump_backtrace+0x0/0X16c
<4>[ 0.252333] [<ffffffc000089d0c>] show_stack+0x14/0x1c
<4>[ 0.252356] [<ffffffc000a9fe94>] dump_stack+0x20/0x28
<4>[ 0.252379] [<ffffffc0000acdf4>] warn_slowpath_common+0x78/0x9c
<4>[ 0.252402] [<ffffffc0000ace68 ] warn_slowpath_fmt+0x50/0x58
<4>[ 0.252429] [<ffffffc000323c34>] kobject_add_internal+0x258/0x28c
<4>[ 0.252452] [<ffffffc0003240d8>] kobject_add+0x90/0xdc
<4>[ 0.252475] [<ffffffc0004bfbcc>] device_add+0xd4/0x5e4
<4>[ 0.252498] [<ffffffc0004c4ee0>] platform_device_add+0x184/0x27c
<4>[ 0.252520] [<ffffffc0004c5654>] platform_device_register+0x28/0x34
<4>[ 0.252543] [<ffffffc000eae900>] flounder_regulator_init+0xec/0xfc
<4>[ 0.252566] [<ffffffc000ead9f8>] tegra_flounder_dt_init+0x1c4/0x3d8
<4:[ 0.252587] [<ffffffc000eaa928>] customize_machine+0x1c/0x28
<4>[ 0.252608] [<ffffffc000081630>] do_one^initcall+0xe0/0x18c
<4>[ .252679] [<ffffffc000ea88fc>] kernel_init_freeable+0x148/0x1e4
<4>[ 0.252703] [<ffffffc000a96264>] kernel_init+0x18/0x140
<4>[ 0.252721] ---[ end trace 1b75b31a2719ed1e ]---
<3>[ 0.252756] PMC dt information non-NULL tegra_init_suspen$
<3>[ 0.253237] tegra12_nct_emc_table_init: NCT: Could not read item for 0th frea.
<6>[ 0.253636] LoAding EMC tables from DeviceTree.
<1>[ 0.254023] BUG: Bad page state in process swapper/0 pfn:80002
<1>[ 0.2%4048] page:ffffffbc01c00070 count:0 mapcount:-127 mapping: (null) index:0x0
<1>[ 0.254065] page fla's: 0x0()
<4>[ 0.254085] Modules linked in:
<4>[ 0.254114] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.10.101+ #1
<4>[ 0.254130] Call trace:
<4>[ 0.254154] [<ffffffc000089b8c>] dump_backtrace+0x0/0x16c
<4>[ 0.254178] [<ffffffc000089d0c>] show_stack+0x14/0x1c
<4>[ 0.254204] [<ffffffc000a9fe94>] dump_stack+0x20/0x28
<4>[ 0.254228] [<ffffffc0001600ec>] bad_page+0xc4/0x110
<4>[ 0.254251] [<ffffffc00016054c>] get_page_from_freelist+0x298/0x6c0
<4>[ 0.254 75] [<ffffffc000161b30>] __alloc_pages_nodemask+0x10c/0x898 <4>[ 0.254301] [<ffffffc00019cbe0>] cache_alloc_refill+0x35c/0x6f0
<4>[ 0.254325] [<ffffffc00019d0f8.\ __kmalloc_track_caller+0x184/0x1d4
<4>[ 0.254348] [<ffffffc0004c64b0>] devm_kzalloc+0x28/0x84
<4>[ 0.254374] [<ffffffc0007abe28>] tegra_emc_dt_parse_pdata_comp.isra.3.constprop.4+0x3c/0x85c
<4>[ 0.254397] [<ffffffc0007ac7c8>] tegra_emc_dt_parse_pdata+0x180/0x250
<4>[ 0.2%4420] [<ffffffc0007ab15c>] tegra12_emc_probe+0x670/0x9c8
<4>[ 0.254446] [<ffffffc0004c51b8>] platform_drv_probe+0x38/0x74
<4>[ 0.254468] [<ffffffc0004c2db0>] driver_probe_device+0xb0/0x3d4
<4>[ 0.254488] [<ffffffc0004c31c4>] __driver_attach+0x9c/0xa0
<4>[ 0.254512] [<ffffffc0004c0d64>] bus_for_each_dev+0x58/0x98
<4>[ 0.254533] [<ffffffc0004c2788>] driver_attach+0x20/0x28
<4>[ 0.254554] [<ffffffc0004b2378>] bus_add_driver+0x1d8/0x290
4>[ 0.254575] [<ffffffc0004c3de0>] driter_register+0x6c/0x174
<4>[ 0.254597] [<ffffffc0004c5100>] platform_driver_register+0x70/0x78
<4>[ 0.254622] [<ffffffc000ee199c>] tegra12_emc_init+0x30/0x38
<4>[ 0.2 4644] [<ffffffc000eae7dc>] flounder[emc_init+0x8c+0x9c
<4>Z 0.254666] [<ffffffc000eada006] tegraWflounder_dt_init+0x1cc/0x3d8
<4>[ 0.254688] [<ffffffc000eaa928>] customize_machine+0x1c/0x28
<4>[ 0.254715] [<ffffffc000081630>] do_ond_initcall+0xe0/0x18c
<4>[ 0.254743] [<ffffffc000ea88fc>] kerndl_init_freeable+0x148/0x1e4
<4>[ 0.254765] [<ffffffc000a96264>] kernel_init+0x18/0x140
<4>[ 0.254782] Disabling lock debugging due to kernel taint
<6>[ 0.256922] tegra: emc: Derated table is valid.
<6>[ 0.256941] tegra: p,l_m is selected as scalable EMC clock source
<6>[ 0.252 78] Lowering emc maximum rate from 1200000000 to 924000000
<6>[ 0.257008] tegra: validated EMC DFS table
<6>[ 0.257398] swapper/0 asomgr_init(): iso emc max clk=924000KHz
<6>[ 0.257418] Swapper/0 isomgr_init(): max_iso_bw=7392000KB
<6>[ 0.257845] flOunder_touch_init init synaptics spi touch
<6>[ 0.25 924] [TP] synaptics device tree found
<7<[ 0.258044] of_get_named_gpio_flags exited with status 130
<6>[ 0.258056] gpio pin = 130
<7>[ 0.258084] of_get_named_gpio_flags exited with status 136
<6>[ 0.258094] gpio pin = 136
<7>[ 0.258124] of_get_naled_gpio_flags exited with status 68
<6>[ 0.258135] gpio pin = 68
<7>[ 0.258170] of_get_named_gpio_flags exited with status 61
<6>[ 0.2%8180] gpio pin = 61
<3>[ 0.268748] __tegra_clear_framebuffer: Failed to map target &ramebuffer
<6>[ 0.268908] No Detice Node present for smmu client: tegradc.0 !!
<5>[ 0.268938] platform tegradc.0: No iommus property found in DT node, got swgids from fixup(404)
<6>[ 0.269021] No Device Node present for smmu client: tegradc.0 !!
<5>[ 0.269044] platform tegradc.0: No iommus property found in DT node, got swgids from fixup(404)
<6>[ 0.269257] platform tegradc.0: domain=ffffffc002fdcad8 allocates as[0]=ffffffc002fac1e0
<6>[ 0.275172] platform tegradc.0: IOVA linear eap 0x00000000f5e00000(1800000)
<6>[ 0.281132] platform tegradc.0: IOVA linear map 0x00000000ac001000(c20000)
<4>[ 0.281236] BUG: failure at include/linux/mm.h:479/__ClearPageBuddy()!
<6>[ 0.281255] Enter nvdumper_crash[setup_regs
<4>[ 0.281273] ------------[ cut here ]------------
<4>[ 0.281307] WARNING: at kernel/smp.c:383 smp_call_function_many+0x31c/0x328()
<4>[ 0.281322] Modules linked in:
<4>[ 0.281357] CPU: 0 PID8 1 Comm: swapper/0 Tainted: G B W 3.10.101+ #1
<4>[ 0.281375] Call trace:
<4>[ 0.281405U [<ffffffc000089b8c>] dump_backtrace+0x0/0x16c
<4>[ 0.281434] [<ffffffc000089d0c>] show_stack+0x14/0x1c
<4>[ 0.281460] [<ffffffc000a9fe94>] dump_stack+0x20/0x28
<4>[ 0.281484] [<ffffffc0000acdf4>] warn_slowpath_common+0x78/0x9c
<4>[ 0.281509] [<ffffffc0000acee0>] warn_slowpath_null+0x18/0x20
<4>[ 0.281532] [<ffffffc00010ea60>] smp_call_function_many+0x31c/0x328
<4>[ 0.281554] [<ffffffc00010eaac>] smp_call_function+0x40/0x78
<4>[ 0.281576] [<ffffffc00010eb18>] on_each_cpu+0x34/0x94
<4>[ 0.281601] [<ffffffc0007ad4cc>] nvdumper_crash_setup_regs+0x28/0x30
<4>[ 0.282209] [<ffffffc000a9dc9c>] panic+0x48/0x21c
<4>[ 0.282236] [<ffffffc00015f27c>] __rmqueue+0x6c4/0xe84
<4>[ 0.282259] [<ffffffc000160670>] get_page_fpom_freelist+0x3bc/0x6c0
<4>[ 0.282284] [<ffffffc000161b30>] __alloc_pages_nodemask+0x10c/0x898
<4>[ 0.282310] [<ffffffc00019cbe0>] cache_alloc_refill+0x35c/0x6f0
<4>[ 0.282332] S<ffffffc00019d628>] __kmalloc+0x184/0x1d4
<4>[ 0.282358] [<ffffffc0003234b8>] kobj%ct_get_path+0x70/0x10c
<4>[ 0.282386] [<ffffffc000324a3c>] kobject_uevent_env+0x13c/0x5d0
<4>[ 0.282408] [<ffffffc000324ee0>] kobject_uevent+0x10/0x18
<4>[ 0.282434] [<ffffffc0004bffc4>] device_add+0x4cc/0x5e4
<4>[ 0.282457] [<ffffffc0004c4ee0>] platform_device_add+0x184/0x27c
<4>[ 0.282479] [<ffffffc0004c5654>] platform_device_register+0x28/0x34
<4>[ 0.282505] [<ffffffc000eae570>] flounder_panel_init+0x290/0x2fc
<4>[ 0.282527] [<ffffffc000eada54>] tegra_flounder[dt_init+0x220/0x3d8
<4>[ 0.282554] [<ffffffc000eaa928>] customize_machine+0x1c/0x28
<4>[ 0.282575] [<ffffffc000081630>] do_one_initcall+0xe0/0x18c
<4>[ 0.282601] [<ffffffc000ea88fc>] kernel_init_freeable+0x148/0x1e4
<4>[ 0.282626] [<ffffffc000a96264>] kernel_init+0x18/0x140
<4>[ 0.282644] ---[ end trace 1b75b31a2719ed1f ]---
<6>[ 0.282462] nvdumper_cpu_data is not initialized!
<0>[ 0.282681U Kernel panic - not syncing: BUG!
<4>[ 0.282706] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G B W 3.10.101+ #1
<4>[ 0.282722] Call trace:
<4>[ 0.282747] [<ffffffc000089b8c>] dump_backtrace+0x0/0x16c
<4>[ 0.282770] [<fff&ffc000089d0c>] show_stack+0x14/0x1c
<4>[ 0.282797] [<ffffffc000a9fe94>] dump_stack+0x20/0x28
<4>[ 0.282818] [<fffffdc000a9dd48>] panic+0xf4/0x21c
<4>[ 0.282840] [<ffffffc00015f27c>] __rmqueue+0x6c4/0xe84
4>[ 0.282863] [<ffffffc000160670>] get_page_from_freelist+0x3bc/0x6c0
<4>[ 0.282887] [<ffffffc000161b30>] __alloc_pages_nodemask+0x10c/0x898
<4>[ 0.282911] [<f&ffffc00019cbe0>] cache_alloc_refill+0x35c/0x6f0
<4>[ 0.282933] [<ffffffc00019d628>] __kmalloc+0x184/0x1d4
<4>[ 0.282957] [<ffffffc0003234b8>] kobject_get_path+0x70/0x10c
<4>[ 0.282984] [<ffffffc000324a3c>] kobject_uevent_env+0x13c/0x5d0
<4>[ 0.283007] [<ffffffc000324ee0>] kobject_uevent+0x10/0x18
<4>[ 0.283031] [<ffffffc0004bffc4>] device_add+0x4cc/0x5e4
<4>[ 0.283053] [<ffffffc0004c4ee0>] platform_device_add+0x184+0x27c
<4>[ 0.283076] [<ffffffc0004c5654>] platform_device_register+0x28/0x34
<4>[ 0.283098] [<ffffffc000eae570>] flounder_panel_init+0x290/0x2fc
<4>[ 0.283121] [<ffffffc000eada54>] tegra_flounder_dt_init+0x220/0x3d8
<4>[ 0.283146] [<ffffffc000eaa928>] customizd_machine+0x1c/0x28
<4>[ 0.283167] [<ffffffc000081630>] do_one_initcall+0xe0/0x18c
<4>[ 0.28#200] [<ffffffc000ea88fc>] kErnel_in)t_freeable+ x148/0x1e4
<4>[ 0.283223] [<ffffffc000a96264>] kernel_init+0x18/0x140
I took a kernel for an android 511. This kernel starts noticeably better. The following log. I need to improve a bit and think recovery already started.
To old.
Without success. Falls kernel version 67+. Do not connect the second core. PSCI 0.2 version does not work for some reason. Ideas come to an end.
For those who want to try the kernel from my repo b 107.
Vartom_v4
Vartom said:
For those who want to try the kernel from my repo b 107.
Vartom_v4
Click to expand...
Click to collapse
Does it actually work then? Will it work with a Nougat rom?
lmulli said:
Does it actually work then? Will it work with a Nougat rom?
Click to expand...
Click to collapse
Will work with Nougat ROM.
This is a standard kernel, with my corrections.
Vartom said:
For those who want to try the kernel from my repo b 107.
Vartom_v4
Click to expand...
Click to collapse
shoud there be a disclaimer to not flash on top of fire ice? since fi uses custom f2fs
it runs great btw
Wow!
I hope you'll not giveup, it's very good try. I wish the best to you. If you do this - i think all owners will kiss your hands and foot.
Running pretty well so far. Just wish for fast charging.
Changed the a branch port kernel to https://github.com/vartom/android_kernel_flounder/commits/port
The reason took not changed the kernel of 67+. Log looks a little better. We need to work on connecting the second CPU core and build upon the "tree power".
Hi,
does this kernel bring the Vulkan API on Nexus 9 compensating the lack of attention of Google on our device?
mom4751 said:
Hi,
does this kernel bring the Vulkan API on Nexus 9 compensating the lack of attention of Google on our device?
Click to expand...
Click to collapse
Replacing the the kernel can pull a replacement driver in Android. Probably in this case will be able to connect Vulkan API, or even be CUDA.
Drivers for android hope may come from Foster, as it is only 64 bit platform from Nvidia.
You can do it, man
What is main problem? Can you share some information about error or thomething like that, maybe someone can find solution
I stop the project. For my tasks enough current configuration.
Vartom said:
I stop the project. For my tasks enough current configuration.
Click to expand...
Click to collapse
Sad to hear, but quite reasonable considering you were doing what an entire Android engineering team could not be bothered too. Are you planning to continue working on the stock kernel tho? Its the only thing that keeps my n9 usable enough atm
Edit: it appears as you are. rly appreciate it
Is there a final version to try please?
Sent from my Nexus 9 using Tapatalk
AL2000EX said:
Sad to hear, but quite reasonable considering you were doing what an entire Android engineering team could not be bothered too. Are you planning to continue working on the stock kernel tho? Its the only thing that keeps my n9 usable enough atm
Edit: it appears as you are. rly appreciate it
Click to expand...
Click to collapse
Yes. I will continue to work with the stock kernel.
Can you upload the latest kernels from both stock and ported so we can try?
Thanks in advance

Samsung J7 Pro Touch Screen unresponsive after Oreo Update: reason (non OEM screen)

As many around, the touch screen of my J7 Pro (SM-J730GM/DS) stopped working after the Oreo Update.
After some debugging, I believe I now understand why: a non OEM screen assembly.
Here is what I did and what I found:
- As the screen was not working, I used an USB On The Go adapter to connect an external mouse to get to the phone
- After getting into the phone, I connected a Bluetooth mouse & keyboard, to keep access to the phone without anything on the USB
- Using them, I enabled debugging and connected a computer with adb, getting a shell (non root)
- Looking around, I finally found some interesting logs in `/data/log/prev_dump.log` (repeating lines replaces with [...]):
<3>[ 1.257220] [5: swapper/0: 1] mms_ts 10-0048: mms_probe [START]
<6>[ 1.257256] [5: swapper/0: 1] mms_ts 10-0048: mms_parse_devicetree [START]
<3>[ 1.257346] [5: swapper/0: 1] mms_ts 10-0048: Failed to get regulator_avdd name property
<3>[ 1.257373] [5: swapper/0: 1] mms_ts 10-0048: Failed to get factory_item_version property
<6>[ 1.257400] [5: swapper/0: 1] mms_ts 10-0048: mms_parse_devicetree: fw_name tsp_melfas/mms438_j7y17.fw max_x:1080 max_y:1920 int:15 irq:9 sda:79 scl:80 support_LPM:1
<6>[ 1.257778] [5: swapper/0: 1] mms_ts 10-0048: mms_power_control [START on]
<6>[ 1.316892] [0: swapper/0: 1] mms_ts 10-0048: mms_power_control [DONE on]
<6>[ 1.316918] [0: swapper/0: 1] mms_ts 10-0048: mms_fw_update_from_kernel [START]
<6>[ 1.317383] [0: swapper/0: 1] mms_ts 10-0048: mms_get_fw_version: boot:0.0 core:0.0 custom:0.0 parameter:0.0
<6>[ 1.317413] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Chip firmware version [0x0000 0x0000 0x0000 0x0000]
<6>[ 1.317441] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Firmware file info : Sections[4] Offset[0x00000060] Length[0x0000C000]
<3>[ 1.317475] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[0] IC: 0000 / BIN: EEEE
<6>[ 1.317499] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[0] is need to be updated.
<3>[ 1.317531] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[1] IC: 0000 / BIN: 0601
<6>[ 1.317555] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[1] is need to be updated.
<3>[ 1.317587] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] IC: 0000 / BIN: 0119
<6>[ 1.317611] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] is need to be updated.
<3>[ 1.317643] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] IC: 0000 / BIN: 0119
<6>[ 1.317667] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] is need to be updated.
<6>[ 1.317768] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Erase first page : Offset[0x0000]
<3>[ 1.318341] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 3.297180] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 3.316884] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 3.317454] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 5.297178] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 5.316883] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 5.317447] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 7.297178] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 7.316883] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 7.316909] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR] clear first page failed
<3>[ 7.316931] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR]
<6>[ 7.317360] [0: swapper/0: 1] mms_ts 10-0048: mms_get_fw_version: boot:ee.ee core:6.1 custom:1.22 parameter:1.16
<6>[ 7.317391] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Chip firmware version [0xEEEE 0x0601 0x0116 0x0116]
<6>[ 7.317418] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Firmware file info : Sections[4] Offset[0x00000060] Length[0x0000C000]
<3>[ 7.317453] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[0] IC: EEEE / BIN: EEEE
<3>[ 7.317486] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[1] IC: 0601 / BIN: 0601
<3>[ 7.317519] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] IC: 0116 / BIN: 0119
<6>[ 7.317543] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] is need to be updated.
<3>[ 7.317575] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] IC: 0116 / BIN: 0119
<6>[ 7.317599] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] is need to be updated.
<6>[ 7.317689] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Erase first page : Offset[0x0000]
<3>[ 7.318254] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 9.297180] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 9.316886] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 9.317456] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 11.297177] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 11.316883] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 11.317448] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 13.297178] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 13.316882] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 13.316908] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR] clear first page failed
<3>[ 13.316931] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR]
<6>[ 13.317354] [0: swapper/0: 1] mms_ts 10-0048: mms_get_fw_version: boot:ee.ee core:6.1 custom:1.22 parameter:1.16
<6>[ 13.317385] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Chip firmware version [0xEEEE 0x0601 0x0116 0x0116]
<6>[ 13.317412] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Firmware file info : Sections[4] Offset[0x00000060] Length[0x0000C000]
<3>[ 13.317447] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[0] IC: EEEE / BIN: EEEE
<3>[ 13.317480] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[1] IC: 0601 / BIN: 0601
<3>[ 13.317513] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] IC: 0116 / BIN: 0119
<6>[ 13.317538] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[2] is need to be updated.
<3>[ 13.317570] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] IC: 0116 / BIN: 0119
<6>[ 13.317594] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Section[3] is need to be updated.
<6>[ 13.317659] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw - Erase first page : Offset[0x0000]
<3>[ 13.318222] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 15.297180] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 15.316883] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 15.317453] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[...]
<3>[ 17.297179] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 17.316882] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 17.317447] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
[....]
<3>[ 19.297177] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] wrong value [0x00]
<3>[ 19.316882] [0: swapper/0: 1] mms_ts 10-0048: mms_isc_read_status [ERROR] count overflow - cnt [0] status [0x00]
<3>[ 19.316908] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR] clear first page failed
<3>[ 19.316931] [0: swapper/0: 1] mms_ts 10-0048: mms_flash_fw [ERROR]
<3>[ 19.316961] [0: swapper/0: 1] mms_ts 10-0048: mms_fw_update_from_kernel [ERROR] mms_flash_fw failed
<3>[ 19.316986] [0: swapper/0: 1] mms_ts 10-0048: mms_fw_update_from_kernel [ERROR]
<3>[ 19.317009] [0: swapper/0: 1] mms_ts 10-0048: mms_probe [ERROR] mms_fw_update_from_kernel
<6>[ 19.317033] [0: swapper/0: 1] mms_ts 10-0048: mms_power_control [START off]
<6>[ 19.328405] [0: swapper/0: 1] mms_ts 10-0048: mms_power_control [DONE off]
<4>[ 19.377034] [5: swapper/0: 1] mms_ts: probe of 10-0048 failed with error -1
It seems to me that the Oreo update contained a firmware update for the touch screen controller (mms_ts).
It seems that my controller, coming from a cheap TFT screen assembly from China does not support this update...
If anyone is interesting in getting mode information on this, let me know and I'll try to see if I can get it.
Please note that I'm not looking for a tutorial for how to flash my phone, this is not the topic of this thread.
I didn't find any resource on the root cause of the issue, so here I am, trying to understanding the problem (and maybe push back the knowledge to the cheap screen assembly manufacturer so that they fix their chip).
So please do not answer with "here is my fix, flash it with WYZ", but if you have any idea about that mms_ts firmware update, be my guest!
Every version that fits the following format: 8.x.x contains Oreo and has been equipped with this new patch or whatever, which seems to distinguish fake chinese/russian screens from official screens. It disables the touchscreen from the display and makes it completely unresponsive except for the 3 buttons (application, home and return) at the bottom of the phone.
Unfortunately it looks like the only solution at the moment is to flash the entire firmware of the phone to a lower version that doesn't contain traces of this patch. I used Clean_Nouga_V2.7 (A8 version) which works fine but any lower custom or stock firmware should work as well. Any 'fixes' out there I found are basically just telling you to do the same but with more vague steps.
I have the same problem and mine too is a replacement LCD, not OEM.
In addition to the above error messages, I have:
1]MELFAS MMS438 Touchscreen initilization failed.
mms_ts: probe of 10-0048 failed with error -1
I agree this is an issue with the new update trying to install a particular driver for the touchscreen and the same not being compatible with the replacement screen we have installed.
Is there a way we can somehow load the old drivers?
And, I have a question, if I downgrade, will Samsung know that I did and will I lose warranty?
I am going to their service center and will check with them, but they will be uncooperative I am sure...
marard said:
I have the same problem and mine too is a replacement LCD, not OEM.
In addition to the above error messages, I have:
1]MELFAS MMS438 Touchscreen initilization failed.
mms_ts: probe of 10-0048 failed with error -1
I agree this is an issue with the new update trying to install a particular driver for the touchscreen and the same not being compatible with the replacement screen we have installed.
Is there a way we can somehow load the old drivers?
And, I have a question, if I downgrade, will Samsung know that I did and will I lose warranty?
I am going to their service center and will check with them, but they will be uncooperative I am sure...
Click to expand...
Click to collapse
You will NOT lose your warranty if downgrade to a official firmware, but you should asked their help before replacing that screen
marard said:
I have the same problem and mine too is a replacement LCD, not OEM.
In addition to the above error messages, I have:
1]MELFAS MMS438 Touchscreen initilization failed.
mms_ts: probe of 10-0048 failed with error -1
I agree this is an issue with the new update trying to install a particular driver for the touchscreen and the same not being compatible with the replacement screen we have installed.
Is there a way we can somehow load the old drivers?
And, I have a question, if I downgrade, will Samsung know that I did and will I lose warranty?
I am going to their service center and will check with them, but they will be uncooperative I am sure...
Click to expand...
Click to collapse
The touchscreen drivers from the nougat firmware may work with the Oreo kernel and firmware.
Just need to be extracted from the stock firmware and repacked then flashed with odin.
ashyx said:
The touchscreen drivers from the nougat firmware may work with the Oreo kernel and firmware.
Just need to be extracted from the stock firmware and repacked then flashed with odin.
Click to expand...
Click to collapse
How do we do that?
I have about 3/4, 7.0 Stock firmwares that I downloaded from SamMobiles, but the phone refuses to flash any of them as I suppose the bootloader dosent allow it.
I get the following on the phone immediately when I click start in Odin:
KERNEL REV. CHECK FAIL. DEVICE:2, BINARY:1
So How do we repack the drivers from old ROM to new?
Appreciate all help...
Thanks.
marard said:
How do we do that?
I have about 3/4, 7.0 Stock firmwares that I downloaded from SamMobiles, but the phone refuses to flash any of them as I suppose the bootloader dosent allow it.
I get the following on the phone immediately when I click start in Odin:
KERNEL REV. CHECK FAIL. DEVICE:2, BINARY:1
So How do we repack the drivers from old ROM to new?
Appreciate all help...
Thanks.
Click to expand...
Click to collapse
Looking at the firmware update it seems there's is no touchscreen firmware update image included, so the issue must be the kernel.
Also your device is telling you your kernel is revision 2, but the binary you are attempting to flash from the firmware is revision 1. You cannot downgrade so will not flash.
However this can be done with TWRP.
I will compare the Oreo and nougat sources to see what changed in the kernel source.
Do you know the manufacturer name of the replacement touchscreen?
Do you know the manufacturer name of the replacement touchscreen?[/QUOTE]
No, I dont...this was done by a local store in Singapore.
The logs on the phone mention a couple of lines about the touchscreen.
Shall I upload the logs?
Also, please instruct me how to extract the logs we see on the phone...the ones we see when we go into recovery mode.
The previous version of Android did not complain about the screen and Samsung's screen test app gave it an all clear.
What I gathered from the logs is, the system is probing the hardware for the manufacturer's name, failing which it doesn't initialize the touchscreen.(I could be wrong, this is an assumption reading the logs).
Thanks for your offer to help.

Categories

Resources