Jump to content

More proper testing - better Armbian experience


Igor

Recommended Posts

In order to make armbian better, we need your help with testing. 
 
Why?

  • there are simply too many boards to handle,
  • there are task which can't be automatized,
  • there are bugs which are not seen from our perspective.

What kind of tests?
 
retro_beta_tester1.jpg

  • booting, user creation, updates, upgrades
  • checking if basic supported functions work: video, audio, network, wireless, AP mode
  • do nasty thing to your board and report.

How to test?

and / or

  • change to our daily build developer repository:
deb http://beta.armbian.com $(lsb_release -cs) main utils $(lsb_release -cs)-desktop

Note: you are entering developer area and things will sometimes be completely broken. Don't use this repository in production!
 
When bug is found?
 
* Provide logs with armbianmonitor -u or type as much data as you can.
 
bug-41.png

 

 


We will try to provide daily build test images but since this process takes lot's of time we will do it only for claimed boards. If you want to cover some board or be removed from this list, please reply to this topic. Those beta images might not be able to upgrade and we don't provide any support for using them. They are build for testing purposes only and if they don't work we need to find why and fix the build system accordingly.
 
@pfeerick                           Pine64
@typoinmyname                Lamobo-R1, Odroid XU4
@Da Alchemist                  Orange Pi Pc, Orange Pi +2e, Odroid C2

 

Link to comment
Share on other sites

Well, it seems getting feedback on boards that are already working is a bit hard. Why not using boards for this kind of stuff that are officially not supported (read also as 'not meant to be used productive now') but people are keen on trying out Armbian on it?

 

What about adding the NanoPi Air image to the list and posting links to the appropriate threads?

Link to comment
Share on other sites

OK. I finally got to boot up the image. Got the following:

U-Boot 2012.07 (Oct 20 2016 - 10:51:36) for Exynos5422

CPU: Exynos5422 Rev0.1 [Samsung SOC on SMP Platform Base on ARM CortexA7]
APLL = 800MHz, KPLL = 800MHz
MPLL = 532MHz, BPLL = 825MHz

Board: HardKernel ODROID
DRAM:  2 GiB
WARNING: Caches not enabled

TrustZone Enabled BSP
BL1 version: /
VDD_KFC: 0x44
LDO19: 0xf2

Checking Boot Mode ... SDMMC
MMC:   S5P_MSHC2: 0, S5P_MSHC0: 1
MMC Device 0: 7.4 GiB
MMC Device 1: 29.1 GiB
MMC Device 2: MMC Device 2 not found
there are pending interrupts 0x00000001
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Press quickly 'Enter' twice to stop autoboot:  0 

** Unable to use mmc 0:1 for fatload **
Unknown command 'ext4load' - try 'help'
Unknown command 'ext4load' - try 'help'
>>> Load Boot Script from mmc 0:1 <<<

** Unable to use mmc 0:1 for fatload **
>>> Load Boot Script from mmc 0:2 <<<
** Partition 2 not valid on device 0 **

** Unable to use mmc 0:2 for fatload **
>>> Run Default Bootcmd <<<
reading kernel..device 0 Start 1263, Count 16384 
MMC read: dev # 0, block # 1263, count 16384 ... 16384 blocks read: OK
completed
reading RFS..device 0 Start 17647, Count 2048 
MMC read: dev # 0, block # 17647, count 2048 ... 2048 blocks read: OK
completed
Bad Linux ARM zImage magic!
Exynos5422 # 

Going to look into it a bit further...

Link to comment
Share on other sites

 

 

Ext4 support is missing in odroid-specific u-boot config - added with a patch, will need a new test image

 

Thanks. I quickly realised that was the problem when i typed help at the prompt and found the ext4load command missing.

 

Going to download the sources next so i can build my own test images and get a bit more familiar with the build process. I have built my own Armbian images in the past for CB2, but that was before it was even called Armbian and only supported CB2 and cubietruck. A lot has changed since then

Link to comment
Share on other sites

env print output:

Exynos5422 # env print
baudrate=115200
bootargs=fb_x_res=1280 fb_y_res=720 vout=hdmi led_blink=1
bootcmd=    cfgload;    mmc rescan 0:1; mmc rescan 0:2;    if run loadbootscript_1;         then run bootscript;     else        if run loadbootscript_2;           then run bootscript;        else            run default_bootcmd;        fi ;    fi ;
bootdelay=1
bootscript=source 40008000
copy_uboot_emmc2sd=emmc open 0;movi r z f 0 40000000;emmc close 0;movi w f 1 40000000;emmc open 0;movi r z b 0 40000000;emmc close 0;movi w b 1 40000000;emmc open 0;movi r z u 0 40000000;emmc close 0;movi w u 1 40000000;emmc open 0;movi r z t 0 40000000;emmc close 0;movi w t 1 40000000;mmc write 1 0x40008000 0x4CF 0x20;
copy_uboot_sd2emmc=movi r f 0 40000000;emmc open 1;movi w z f 1 40000000;emmc close 1;movi r b 0 40000000;emmc open 1;movi w z b 1 40000000;emmc close 1;movi r u 0 40000000;emmc open 1;movi w z u 1 40000000;emmc close 1;movi r t 0 40000000;emmc open 1;movi w z t 1 40000000;emmc close 1;mmc write 1 0x40008000 0x4CF 0x20;
default_bootcmd=echo >>> Run Default Bootcmd <<<;movi read kernel 0 40008000;movi read rootfs 0 41000000 100000;bootz 40008000 41000000
env_erase=mmc write 0 0x40008000 0x4CF 0x20;
loadbootscript_1=echo >>> Load Boot Script from mmc 0:1 <<<;fatload mmc 0:1 40008000 boot.scr
loadbootscript_2=echo >>> Load Boot Script from mmc 0:2 <<<;fatload mmc 0:2 40008000 boot.scr
loadbootscript_3=echo >>> Load Boot Script from mmc 1:1 <<<;fatload mmc 1:1 40008000 boot.scr
loadbootscript_4=echo >>> Load Boot Script from mmc 1:2 <<<;fatload mmc 1:2 40008000 boot.scr
rootfslen= 100000
stderr=serial
stdin=serial
stdout=serial

Environment size: 1657/16380 bytes
Link to comment
Share on other sites

I looked at the spoilers and see folks and boards listed, but don't quite understand. Are they covered? Need more coverage?

 

I have two ODROID C2's that I need to put an OS on (the last odroid updates rendered them useless). I am very time limited, but want to help.

 

I also have XU4's and Pine64's, but would rather take on the C2's (kill two birds - one stone - the C2's are in need).

 

Do you prefer me to use the prebuilt images, or the otherway? I could do either.

 

Is there someone that can coordinate these efforts? I'm thinking that this looks like a "free for all" and is in need of a little direction for a new guy coming in the door wanting to help.

 

Call me stupid, but I am thinking something like really clear "A-B-C" instructions:

 

a) Pick Board

 

--B) Use this image

 

----c)  Do this
 
--------d)  Report results here
 
Just saying, if we could coordinate needs, we could coordinate the incoming offers to help, and you will get coordinated results.
 
It's gotta be fast and easy to figure out what you need, fast and easy to report, fast and easy to update needs, and fast and easy to find.
 
So what can be done to help an idiot like me provide useful help to really smart folks like you  guys?
 
Joe
Link to comment
Share on other sites

I updated the boot script, though I am not sure why kernel didn't pick up command line from u-boot and whether it is fixed now.

 

@zador.b.s

your latest updates for XU4/next (uboot 2016.09) are working fine on SD, I will check when possible for legacy

 

 

U-Boot 2016.09-armbian (Oct 26 2016 - 01:55:55 +0200) for ODROID-XU3

CPU:   Exynos5422 @ 800 MHz
Model: Odroid XU3 based on EXYNOS5422
Board: Odroid XU3 based on EXYNOS5422
Type:  xu4
DRAM:  2 GiB
MMC:   EXYNOS DWMMC: 0, EXYNOS DWMMC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
1725 bytes read in 30 ms (55.7 KiB/s)
## Executing script at 50000000
91 bytes read in 24 ms (2.9 KiB/s)
4524640 bytes read in 337 ms (12.8 MiB/s)
3162080 bytes read in 239 ms (12.6 MiB/s)
54607 bytes read in 52 ms (1 MiB/s)
Kernel image @ 0x40800000 [ 0x000000 - 0x450a60 ]
## Loading init Ramdisk from Legacy Image at 42000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    3162016 Bytes = 3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 44000000
   Booting using the fdt blob at 0x44000000
   Loading Ramdisk to 4fcfc000, end 4fffffa0 ... OK
   Loading Device Tree to 4fceb000, end 4fcfb54e ... OK

Starting kernel ...

Loading, please wait...
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p1] fsck.ext4 -a -C0 /dev/mmcblk1p1
/dev/mmcblk1p1: clean, 52734/76960 files, 215874/307712 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.


root@odroidxu4:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.8.4-odroidxu4 (root@server1604) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #6 SMP PREEMPT Wed Oct 26 01:56:59 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Hardkernel Odroid XU4
[    0.000000] Reserved memory: created DMA memory pool at 0xbe200000, size 8 MiB
[    0.000000] OF: reserved mem: initialized node region_mfc_right, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0xbd200000, size 16 MiB
[    0.000000] OF: reserved mem: initialized node region_mfc_left, compatible id shared-dma-pool
[    0.000000] cma: Reserved 64 MiB at 0xb9000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Samsung CPU ID: 0xe5422001
[    0.000000] On node 0 totalpages: 512512
[    0.000000] free_area_init_node: node 0, pgdat c0b3a440, node_mem_map eee52000
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000]   HighMem zone: 315904 pages, LIFO batch:31
[    0.000000] Running under secure firmware.
[    0.000000] percpu: Embedded 14 pages/cpu @eeda9000 s26380 r8192 d22772 u57344
[    0.000000] pcpu-alloc: s26380 r8192 d22772 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 510784
[    0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 root=UUID=30195d3b-da0f-4229-9c70-2956f4974f14 rootfstype=ext4 rootwait earlyprintk panic=10 consoleblank=0 enforcing=0 loglevel=1



 

 

edit: for eMMC, the sd_fusing.sh script is needed to wipe out uboot 2012.07 from "boot0" with 2016.09. if not wiped, booting is weird/KO.

Link to comment
Share on other sites

The ODROID C2 image as listed below seems to work great! I am very pleased.

 

Sound, video, network are all very good. USB devices (flash drives etc) performed exceptionally well and and as expected.

 

I even tested the PayPal button. It worked fine (tested with 22 Euros). I encourage others to continue testing this very important feature using the same and or other amounts, as my ability to test this important feature testing is not nearly sufficient.

 

This image boots fast. Very very fast. I used a sandisk ultra SD card. I plan to try both the samsung and that other brand (ODROID red using with the XU4) of EEMC cards later tonight. Honestly, it run so fast now, I don't know what to think. I often have corruption troubles with EEMC on the C2 using the manufactures images. It would not surprise me to find that armbian would run perfectly stable on EEMC.

 

At Igor's request, I did perform "nasty things" to the board, however, I'm a little embarrassed to publicly admit any testing I did in this area. Let's just put it into the "extreme" category, and call it good (OK, it was great... really really great).

 

I looked over the list of what you need, and saw nothing in particular that needs testing for this image, so IMHO, I would call this image good (great) and ship it! It beats the hell out of the manufacturers image (that rendered itself unbootable on two different devices).

 

If you need me to perform any particular test, please let me know... If it is in the nasty category, it will have to wait, as I am a bit spent at the moment from this exceptional boot.

 

Much thanks go out to Igor and the team! My boards would not boot without you and your fine work!

 

Tested Image: http://image.armbian.com/betaimages/Armbian_5.23.161025_Odroidc2_Ubuntu_xenial_3.14.79_desktop.7z

 

Joe

Link to comment
Share on other sites

Thanks Joe!

 

The idea is to establish a small team, which would help us test the boards upon request. Within 2-3 weeks before planned update. If we would made more changes, more testing will be required. We want to make sure that upgrade does not break the board's core functionality at first place, than we need to try to find hidden bugs and document them under "known problems" what was found in last moment.

 

Specific details about this process are still adjusting, but roughly this is it. 

 

When I cooked my first image, it was easy and I had a lot of fun trying to find and fix a problem. I like doing that  :) but I simply can not. Today, this task can be done only together.

Link to comment
Share on other sites

 

Igor said "Today, this task can be done only together"

 

 

Right you are!

 

I wish to help as best as possible.

 

I posted about the need, and am happy to say it was reposted to various communities at least 6 times in this very short time.

 

I cannot think of a more deserving project - thank you!

Link to comment
Share on other sites

@zador.blood.stain

logs for legacy XU4

 

 


U-Boot 2012.07 (Oct 27 2016 - 00:04:13) for Exynos5422

CPU: Exynos5422 Rev0.1 [Samsung SOC on SMP Platform Base on ARM CortexA7]
APLL = 800MHz, KPLL = 800MHz
MPLL = 532MHz, BPLL = 825MHz

Board: HardKernel ODROID
DRAM:  2 GiB
WARNING: Caches not enabled

TrustZone Enabled BSP
BL1 version: â/âââ
VDD_KFC: 0x44
LDO19: 0xf2

Checking Boot Mode ... SDMMC
MMC:   S5P_MSHC2: 0, S5P_MSHC0: 1
MMC Device 0: 29.8 GiB
MMC Device 1: [ERROR] response error : 00000006 cmd 8
[ERROR] response error : 00000006 cmd 55
[ERROR] response error : 00000006 cmd 2
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Press quickly 'Enter' twice to stop autoboot:  0
there are pending interrupts 0x00000001

** Unable to use mmc 0:1 for fatload **
Loading file "/boot/boot.ini" from mmc device 0:1 xxa1
9509 bytes read
Loading boot.ini from ext4 0:1
Find boot.ini file from FAT/Ext4 Area!!
boot.ini command = setenv rootdev "/dev/mmcblk0p1"
boot.ini command = setenv initrd_high "0xffffffff"
boot.ini command = setenv fdt_high "0xffffffff"
boot.ini command = setenv macaddr "00:1e:06:61:7a:55
boot.ini command = setenv bootrootfs "console=tty1 loglevel=1 root=${rootdev} rootwait ro fsck.repair=yes"
boot.ini command = setenv vout "hdmi"
boot.ini command = setenv cecenable "false" # false or true
boot.ini command = setenv governor "performance"
boot.ini command = setenv HPD "true"
boot.ini command = setenv hdmi_tx_amp_lvl  "31"
boot.ini command = setenv hdmi_tx_lvl_ch0      "3"
boot.ini command = setenv hdmi_tx_lvl_ch1      "3"
boot.ini command = setenv hdmi_tx_lvl_ch2      "3"
boot.ini command = setenv hdmi_tx_emp_lvl      "6"
boot.ini command = setenv hdmi_clk_amp_lvl     "31"
boot.ini command = setenv hdmi_tx_res      "0"
boot.ini command = setenv hdmi_phy_control "hdmi_tx_amp_lvl=${hdmi_tx_amp_lvl} hdmi_tx_lvl_ch0=${hdmi_tx_lvl_ch0} hdmi_tx_lvl_ch1=${hdmi_tx_lvl_ch1} hdmi_tx_lvl_ch2=${hdmi_tx_lvl_ch2} hdmi_tx_emp_lvl=${hdmi_tx_emp_lvl} hdmi_clk_amp_lvl=${hdmi_clk_amp_lvl} hdmi_tx_res=${hdmi_tx_res} HPD=${HPD} vout=${vout}"
boot.ini command = ext4load mmc 0:1 0x40008000 /boot/zImage || fatload mmc 0:1 0x40008000 zImage || ext4load mmc 0:1 0x40008000 zImage
Loading file "/boot/zImage" from mmc device 0:1 xxa1
3436918 bytes read
boot.ini command = ext4load mmc 0:1 0x42000000 /boot/uInitrd || fatload mmc 0:1 0x42000000 uInitrd || ext4load mmc 0:1 0x42000000 uInitrd
Loading file "/boot/uInitrd" from mmc device 0:1 xxa1
5124289 bytes read
boot.ini command = ext4load mmc 0:1 0x44000000 /boot/dtb/exynos5422-odroidxu3.dtb || fatload mmc 0:1 0x44000000 dtb/exynos5422-odroidxu3.dtb || ext4load mmc 0:1 0x44000000 dtb/exynos5422-odroidxu3.dtb
Loading file "/boot/dtb/exynos5422-odroidxu3.dtb" from mmc device 0:1 xxa1
52006 bytes read
boot.ini command = fdt addr 0x44000000
boot.ini command = if test "${cecenable}" = "false"; then fdt rm /cec@101B0000; fi
boot.ini command = setenv bootargs "${bootrootfs} ${videoconfig} smsc95xx.macaddr=${macaddr} governor=${governor} ${hdmi_phy_control} ${extraargs}"
boot.ini command = bootz 0x40008000 0x42000000 0x44000000
## Loading init Ramdisk from Legacy Image at 42000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5124225 Bytes = 4.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
## Flattened Device Tree blob at 44000000
   Booting using the fdt blob at 0x44000000
   Using Device Tree in place at 44000000, end 4400fb25

Starting kernel ...

[    0.000000] [c0] Booting Linux on physical CPU 0x100
[    0.000000] [c0] Initializing cgroup subsys cpuset
[    0.000000] [c0] Initializing cgroup subsys cpu
[    0.000000] [c0] Initializing cgroup subsys cpuacct
[    0.000000] [c0] Linux version 3.10.104-odroidxu4 (root@server1604) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #2 SMP PREEMPT Thu Oct 27 00:05:44 CEST 2016
[    0.000000] [c0] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
[    0.000000] [c0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] [c0] Machine: ODROID-XU3, model: Hardkernel odroid-xu3 board based on EXYNOS5422
[    0.000000] [c0] ION: Contiguous 0x6650000 bytes @ 0x0 defined for 0:common
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 2:mfc_sh
[    0.000000] [c0] ION: Contiguous 0x800000 bytes @ 0x0 defined for 10:g2d_wfd
[    0.000000] [c0] ION: Contiguous 0x6000000 bytes @ 0x0 defined for 11:video
[    0.000000] [c0] ION: Contiguous 0x1000000 bytes @ 0x0 defined for 7:mfc_input
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 9:sectbl
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 8:mfc_fw
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 12:mfc_nfw
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 13:secdma
[    0.000000] [c0] cma: CMA: reserved 104 MiB at b9800000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b9400000
[    0.000000] [c0] cma: CMA: reserved 8 MiB at b8c00000
[    0.000000] [c0] cma: CMA: reserved 96 MiB at b2c00000
[    0.000000] [c0] cma: CMA: reserved 16 MiB at b1c00000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1800000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1400000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1000000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b0c00000
[    0.000000] [c0] cma: CMA: reserved 256 MiB at 4f000000
[    0.000000] [c0] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] [c0] create_mapping_memory: section: 40000000 ~ 5f000000
[    0.000000] [c0] CPU EXYNOS5422 (id 0xe5422001)
[    0.000000] [c0] PERCPU: Embedded 9 pages/cpu @c1e98000 s14848 r8192 d13824 u36864
[    0.000000] [c0] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523296
[    0.000000] [c0] Kernel command line: console=ttySAC2,115200 vmalloc=512M
[    0.000000] [c0] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] [c0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] [c0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] [c0] allocated 4194304 bytes of page_cgroup
[    0.000000] [c0] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] [c0] Memory: 2048MB = 2048MB total
[    0.000000] [c0] Memory: 1548492k/1548492k available, 548660k reserved, 1339392K highmem
[    0.000000] [c0] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xdf800000 - 0xff000000   ( 504 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdf000000   ( 496 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc090dfe4   (9240 kB)
[    0.000000]       .init : 0xc090e000 - 0xc0978a00   ( 427 kB)
[    0.000000]       .data : 0xc097a000 - 0xc09efd18   ( 472 kB)
[    0.000000]        .bss : 0xc09efd18 - 0xc0e598e4   (4519 kB)
[    0.000000] [c0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] [c0] Preemptible hierarchical RCU implementation.
[    0.000000] [c0] NR_IRQS:16 nr_irqs:16 16
[    0.000000] [c0] apll 800000000
[    0.000000] [c0] bpll 825000000
[    0.000000] [c0] cpll 666000000
[    0.000000] [c0] dpll 600000000
[    0.000000] [c0] epll 180633609
[    0.000000] [c0] rpll 66000000
[    0.000000] [c0] ipll 432000000
[    0.000000] [c0] spll 800000000
[    0.000000] [c0] dout_spll_ctrl_div2 400000000
[    0.000000] [c0] vpll 400000000
[    0.000000] [c0] mpll 532000000
[    0.000000] [c0] Clock enables : TOP, MIF
[    0.000000] [c0] mmc0: dout_mmc0 666000000
[    0.000000] [c0] mmc1: dout_mmc1 800000000
[    0.000000] [c0] mmc2: dout_mmc2 666000000
[    0.000000] [c0] scaler: dout_aclk_400_mscl 333000000 aclk_400_mscl 333000000
[    0.000000] [c0] [g2d_init_clock:319] aclk_333_g2d:333000000
[    0.000000] [c0] gscaler: dout_aclk_300_gscl 300000000 aclk_300_gscl 300000000
[    0.000000] [c0] [jpeg_clock_init:374]jpeg: dout_aclk_300_jpeg 300000000 aclk_300_jpeg 300000000
[    0.000000] [c0] mfc: aclk_333 400000000
[    0.000000] [c0] Exynos5422: clock setup completed
[    0.000000] [c0] Exynos: pwm: clock setup completed
[    0.000000] [c0] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] [c0] Switching to timer-based delay loop
[    0.000000] [c0] EXYNOS5422 PMU Initialize
[    0.000000] [c0] Console: colour dummy device 80x30
[    0.000000] [c0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] [c0] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] [c0] ... MAX_LOCK_DEPTH:          48
[    0.000000] [c0] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] [c0] ... CLASSHASH_SIZE:          4096
[    0.000000] [c0] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] [c0] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] [c0] ... CHAINHASH_SIZE:          16384
[    0.000000] [c0]  memory used by lock dependency info: 3679 kB
[    0.000000] [c0]  per task-struct memory footprint: 1152 bytes
[    0.000814] [c0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.000840] [c0] pid_max: default: 32768 minimum: 301
[    0.001282] [c0] Mount-cache hash table entries: 512
[    0.036633] [c0] Initializing cgroup subsys memory
[    0.036726] [c0] Initializing cgroup subsys devices
[    0.036757] [c0] Initializing cgroup subsys freezer
[    0.036786] [c0] Initializing cgroup subsys blkio
[    0.036805] [c0] Initializing cgroup subsys perf_event
[    0.037022] [c0] CPU: Testing write buffer coherency: ok
[    0.037085] [c0] ftrace: allocating 23323 entries in 69 pages
[    0.086469] [c0] /cpus/cpu@0 missing clock-frequency property
[    0.086501] [c0] /cpus/cpu@1 missing clock-frequency property
[    0.086522] [c0] /cpus/cpu@2 missing clock-frequency property
[    0.086544] [c0] /cpus/cpu@3 missing clock-frequency property
[    0.086563] [c0] /cpus/cpu@4 missing clock-frequency property
[    0.086582] [c0] /cpus/cpu@5 missing clock-frequency property
[    0.086601] [c0] /cpus/cpu@6 missing clock-frequency property
[    0.086620] [c0] /cpus/cpu@7 missing clock-frequency property
[    0.086697] [c0] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[    0.086877] [c0] Running under secure firmware.
[    0.086925] [c0] Setting up static identity map for 0xc0679848 - 0xc06798a0
[    0.086954] [c0] Exynos-SnapShot: exynos_ss_init failed
[    0.107381] [c0] ftrace: Allocated trace_printk buffers
[    0.129337] [c1] CPU1: Booted secondary processor
[    0.129366] [c1] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
[    0.139273] [c2] CPU2: Booted secondary processor
[    0.139299] [c2] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
[    0.149268] [c3] CPU3: Booted secondary processor
[    0.149295] [c3] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
[    0.158266] [c4] CPU4: Booted secondary processor
[    0.159036] [c4] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.168255] [c5] CPU5: Booted secondary processor
[    0.169030] [c5] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.178289] [c6] CPU6: Booted secondary processor
[    0.179063] [c6] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.188260] [c7] CPU7: Booted secondary processor
[    0.189035] [c7] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.189301] [c0] Brought up 8 CPUs
[    0.189366] [c0] SMP: Total of 8 processors activated (384.00 BogoMIPS).
[    0.189381] [c0] CPU: All CPU(s) started in HYP mode.
[    0.189394] [c0] CPU: Virtualization extensions available.
[    0.191817] [c0] devtmpfs: initialized
[    0.229236] [c6] sched: registering cpufreq notifiers for scale-invariant loads
[    0.231988] [c6] pinctrl core: initialized pinctrl subsystem
[    0.233010] [c6] regulator-dummy: no parameters
[    0.242662] [c6] NET: Registered protocol family 16
[    0.242889] [c6] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.281472] [c4] syscon 10040000.system-controller: regmap [mem 0x10040000-0x10044fff] registered
[    0.281934] [c4] syscon 10050000.syscon: regmap [mem 0x10050000-0x10054fff] registered
[    0.289704] [c4] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.289722] [c4] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.291626] [c4] S3C Power Management, Copyright 2004 Simtec Electronics
[    0.295850] [c4] PM DOMAIN: pd-cam has a new child pd-isp.
[    0.296710] [c4] PM DOMAIN: pd-gscl has a new child pd-cam.
[    0.296739] [c4] EXYNOS5: PM Domain Initialize
[    0.297028] [c4]    pd-gscl   - on
[    0.297201] [c4]    pd-isp    - on
[    0.297373] [c4]    pd-mfc    - on
[    0.297392] [c4]    pd-g3d    - on,  always
[    0.297411] [c4]    pd-disp1  - on,  always
[    0.297587] [c4]    pd-maudio - on
[    0.297605] [c4]    pd-g2d    - on,  always
[    0.297780] [c4]    pd-mscl   - on
[    0.297800] [c4]    pd-fsys   - on,  always
[    0.297819] [c4]    pd-psgen  - on,  always
[    0.297838] [c4]    pd-peric  - on,  always
[    0.297856] [c4]    pd-wcore  - on,  always
[    0.298032] [c4]    pd-cam    - on
[    0.298059] [c4] EXYNOS: Initializing architecture
[    0.299591] [c4] exynos-sysmmu 10a60000.sysmmu: --> 10850000.fimg2d
[    0.299613] [c4] exynos-sysmmu 10a60000.sysmmu: [OK]
[    0.299942] [c4] exynos-sysmmu 10a70000.sysmmu: --> 10850000.fimg2d
[    0.299964] [c4] exynos-sysmmu 10a70000.sysmmu: [OK]
[    0.300296] [c4] exynos-sysmmu 14650000.sysmmu: --> 14450000.mixer
[    0.300317] [c4] exynos-sysmmu 14650000.sysmmu: [OK]
[    0.300624] [c4] exynos-sysmmu 13e80000.sysmmu: --> 13e00000.gsc
[    0.300645] [c4] exynos-sysmmu 13e80000.sysmmu: [OK]
[    0.300951] [c4] exynos-sysmmu 13e90000.sysmmu: --> 13e10000.gsc
[    0.300972] [c4] exynos-sysmmu 13e90000.sysmmu: [OK]
[    0.301287] [c4] exynos-sysmmu 12880000.sysmmu: --> 12800000.scaler
[    0.301308] [c4] exynos-sysmmu 12880000.sysmmu: [OK]
[    0.301631] [c4] exynos-sysmmu 12890000.sysmmu: --> 12810000.scaler
[    0.301651] [c4] exynos-sysmmu 12890000.sysmmu: [OK]
[    0.301971] [c4] exynos-sysmmu 128a0000.sysmmu: --> 12820000.scaler
[    0.301991] [c4] exynos-sysmmu 128a0000.sysmmu: [OK]
[    0.302308] [c4] exynos-sysmmu 128c0000.sysmmu: --> 12800000.scaler
[    0.302328] [c4] exynos-sysmmu 128c0000.sysmmu: [OK]
[    0.302643] [c4] exynos-sysmmu 128d0000.sysmmu: --> 12810000.scaler
[    0.302663] [c4] exynos-sysmmu 128d0000.sysmmu: [OK]
[    0.302979] [c4] exynos-sysmmu 128e0000.sysmmu: --> 12820000.scaler
[    0.302999] [c4] exynos-sysmmu 128e0000.sysmmu: [OK]
[    0.303307] [c4] exynos-sysmmu 11f10000.sysmmu: --> 11f50000.jpeg
[    0.303327] [c4] exynos-sysmmu 11f10000.sysmmu: [OK]
[    0.303648] [c4] exynos-sysmmu 11f20000.sysmmu: --> 11f60000.jpeg
[    0.303668] [c4] exynos-sysmmu 11f20000.sysmmu: [OK]
[    0.303966] [c4] exynos-sysmmu 11200000.sysmmu: --> 11000000.mfc
[    0.303986] [c4] exynos-sysmmu 11200000.sysmmu: [OK]
[    0.304309] [c4] exynos-sysmmu 11210000.sysmmu: --> 11000000.mfc
[    0.304330] [c4] exynos-sysmmu 11210000.sysmmu: [OK]
[    0.304677] [c4] exynos-sysmmu 14640000.sysmmu: --> 14400000.fimd
[    0.304697] [c4] exynos-sysmmu 14640000.sysmmu: [OK]
[    0.305035] [c4] exynos-sysmmu 14680000.sysmmu: --> 14400000.fimd
[    0.305055] [c4] exynos-sysmmu 14680000.sysmmu: [OK]
[    0.305482] [c4] CPU Info : Samsung Exynos5422 Soc is BIN1
[    0.305498] [c4] Exynos5422 ASV : Use Fusing Speed Group 2
[    0.305512] [c4] Exynos5422 ASV : invalid IDS value
[    0.305526] [c4] EXYNOS5422 ASV :  IDS : 0 HPM : 0
[    0.305571] [c4] VDD_ARM ASV group is 2
[    0.305589] [c4] VDD_KFC ASV group is 2
[    0.305606] [c4] VDD_INT ASV group is 2
[    0.305623] [c4] VDD_MIF ASV group is 2
[    0.305638] [c4] VDD_G3D ASV group is 2
[    0.305654] [c4] VDD_ISP ASV group is 2
[    0.318844] [c4] bio: create slab <bio-0> at 0
[    0.320861] [c4] VUSB_BOOST_5V: 5000 mV
[    0.321418] [c4] MAIN_DC: no parameters
[    0.321875] [c4] hdmi-en: no parameters
[    0.323048] [c4] SCSI subsystem initialized
[    0.323444] [c4] usbcore: registered new interface driver usbfs
[    0.323550] [c4] usbcore: registered new interface driver hub
[    0.323779] [c4] usbcore: registered new device driver usb
[    0.329815] [c4] vdd_mif: 700 <--> 1300 mV at 1100 mV
[    0.331066] [c4] vdd_eagle: 800 <--> 1500 mV at 1000 mV
[    0.332313] [c4] vdd_int: 800 <--> 1400 mV at 1000 mV
[    0.333553] [c4] vdd_g3d: 700 <--> 1400 mV at 1000 mV
[    0.334898] [c4] vdd_kfc: 800 <--> 1500 mV at 1025 mV
[    0.336699] [c4] vddf_2v85: 3300 mV
[    0.338103] [c4] vdd_adc: 1800 mV
[    0.339517] [c4] vdd_pll: 1800 mV
[    0.340913] [c4] vdd_ldo6: 1000 mV
[    0.342310] [c4] vdd_ldo7: 1800 mV
[    0.343708] [c4] vdd_ldo8: 1800 mV
[    0.345204] [c4] vdd_ldo9: 3300 mV
[    0.346599] [c4] vdd_ldo10: 1800 mV
[    0.347996] [c4] vdd_ldo11: 1000 mV
[    0.349079] [c4] vdd_ldo13: 1800 <--> 3300 mV at 3300 mV
[    0.350509] [c4] vdd_ldo15: 3300 mV
[    0.351921] [c4] vdd_eth: 3300 mV
[    0.353440] [c4] vdd_ldo18: 1850 mV
[    0.354531] [c4] vdd_ldo19: 2800 <--> 3300 mV at 3300 mV
[    0.355683] [c4] vdd_mifs: 800 <--> 1100 mV at 1100 mV
[    0.357077] [c4] vdd_ldo26: 3000 mV
[    0.358175] [c4] vdd_g3ds: 800 <--> 1100 mV at 1000 mV
[    0.359595] [c4] vdd_ldo28: 3300 mV
[    0.361121] [c4] vdd_ldo30: 3300 mV
[    0.364912] [c4] i2c-gpio i2c_gpio.8: using pins 177 (SDA) and 178 (SCL)
[    0.365521] [c4] s3c-i2c 12c60000.i2c: slave address 0x00
[    0.368170] [c5] s3c-i2c 12c60000.i2c: i2c-3: S3C I2C adapter
[    0.368433] [c5] s3c-i2c 12c70000.i2c: slave address 0x00
[    0.368705] [c5] s3c-i2c 12c70000.i2c: i2c-4: S3C I2C adapter
[    0.369203] [c5] media: Linux media interface: v0.10
[    0.369299] [c5] Linux video capture interface: v2.00
[    0.371293] [c5] IOVMMU: Created debugfs entry at debugfs/iovmm
[    0.371872] [c5] Advanced Linux Sound Architecture Driver Initialized.
[    0.372490] [c5] PM DOMAIN: pd-maudio, Device : 3810000.lpass Registered
[    0.372528] [c5] Samsung Low Power Audio Subsystem driver, (c)2013 Samsung Electronics
[    0.374561] [c5] Loading modules backported from Linux version next-20150222-0-g53e418f1
[    0.374577] [c5] Backport integrated by backports.git backports-20150222-0-g2745ccd
[    0.376015] [c5] Switching to clocksource mct-frc
[    0.461235] [c5] NET: Registered protocol family 2
[    0.462986] [c5] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.463363] [c5] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
[    0.464364] [c5] TCP: Hash tables configured (established 4096 bind 4096)
[    0.464471] [c5] TCP: reno registered
[    0.464499] [c5] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.464661] [c5] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.465582] [c5] NET: Registered protocol family 1
[    0.478673] [c5] bounce pool size: 64 pages
[    0.487024] [c5] VFS: Disk quotas dquot_6.5.2
[    0.487373] [c5] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.490517] [c5] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.491420] [c5] msgmni has been set to 920
[    0.495632] [c5] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.495675] [c5] io scheduler noop registered
[    0.495692] [c5] io scheduler deadline registered
[    0.495908] [c5] io scheduler cfq registered (default)
[    0.508578] [c5] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330
[    0.508601] [c5] dma-pl330 10800000.mdma:    DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[    0.514409] [c5] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.514431] [c5] dma-pl330 121a0000.pdma:    DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.520218] [c5] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.520239] [c5] dma-pl330 121b0000.pdma:    DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.523333] [c5] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330
[    0.523353] [c5] dma-pl330 3880000.adma:     DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
[    0.663018] [c5] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.665763] [c5] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 83) is a S3C6400/10
[    0.666608] [c5] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 84) is a S3C6400/10
[    0.667341] [c5] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 85) is a S3C6400/10
[    2.182271] [c5] console [ttySAC2] enabled
[    2.187007] [c5] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 86) is a S3C6400/10
[    2.197502] [c5] [drm] Initialized drm 1.1.0 20060810
[    2.208607] [c5] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.214252] [c5] [drm] No driver support for vblank timestamp query.
[    2.220569] [c5] exynos-mixer 14450000.mixer: probe start
[    2.226229] [c5] exynos-drm exynos-drm: bound 14450000.mixer (ops mixer_component_ops)
[    2.234133] [c5] exynos-drm exynos-drm: bound 14530000.hdmi (ops hdmi_component_ops)
[    2.241592] [c5] [drm] Initialized exynos 1.0.0 20110530 on minor 0
[    2.248384] [c5] mali 11800000.mali: Continuing without Mali clock control
[    2.258249] [c5] hrtimer: interrupt took 113625 ns
[    2.261860] [c7] mali 11800000.mali: GPU identified as 0x0620 r0p1 status 0
[    2.271531] mali 11800000.mali: Probed as mali0
[    2.282176] [c7] loop: module loaded
[    2.285421] [c7] tun: Universal TUN/TAP device driver, 1.6
[    2.289789] [c7] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.704960] [c7] dwc3 12400000.dwc3: dwc3_otg address space is not supported
[    2.711637] [c7] dwc3 12400000.dwc3: Binding gadget dwc3-gadget
[    2.717243] [c7] dwc3 12400000.dwc3: Turn on host
[    2.922228] [c7] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.927757] [c7] ehci-s5p: EHCI s5p driver
[    2.932406] [c7] s5p-ehci 12110000.usb: EHCI Host Controller
[    2.937603] [c7] s5p-ehci 12110000.usb: new USB bus registered, assigned bus number 1
[    2.945481] [c7] s5p-ehci 12110000.usb: irq 103, io mem 0x12110000
[    2.961245] [c7] s5p-ehci 12110000.usb: USB 2.0 started, EHCI 1.00
[    2.967427] [c7] hub 1-0:1.0: USB hub found
[    2.970160] [c7] hub 1-0:1.0: 3 ports detected
[    2.975961] [c7] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.981587] [c7] exynos-ohci 12120000.usb: EXYNOS OHCI Host Controller
[    2.987739] [c7] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2
[    2.995830] [c7] exynos-ohci 12120000.usb: irq 103, io mem 0x12120000
[    3.061517] [c7] hub 2-0:1.0: USB hub found
[    3.064256] [c7] hub 2-0:1.0: 3 ports detected
[    3.070224] [c7] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    3.074942] [c7] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[    3.083035] [c7] xhci-hcd xhci-hcd.2.auto: irq 104, io mem 0x12000000
[    3.090429] [c7] hub 3-0:1.0: USB hub found
[    3.093424] [c7] hub 3-0:1.0: 1 port detected
[    3.098254] [c7] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    3.103643] [c7] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    3.112889] [c7] hub 4-0:1.0: USB hub found
[    3.115822] [c7] hub 4-0:1.0: 1 port detected
[    3.120836] [c7] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    3.126114] [c7] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    3.134392] [c7] xhci-hcd xhci-hcd.5.auto: irq 105, io mem 0x12400000
[    3.141778] [c7] hub 5-0:1.0: USB hub found
[    3.144716] [c7] hub 5-0:1.0: 1 port detected
[    3.149630] [c7] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    3.154999] [c7] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    3.164255] [c7] hub 6-0:1.0: USB hub found
[    3.167361] [c7] hub 6-0:1.0: 1 port detected
[    3.172470] [c7] usbcore: registered new interface driver usb-storage
[    3.178198] [c7] usbcore: registered new interface driver usbserial
[    3.184294] [c7] usbcore: registered new interface driver usbserial_generic
[    3.191268] [c7] usbserial: USB Serial support registered for generic
[    3.198484] [c4] exynos-usb-switch usb-switch.10: host detect gpio is not available
[    3.205233] [c4] exynos-usb-switch usb-switch.10: device detect gpio is not available
[    3.213038] [c4] exynos-usb-switch usb-switch.10: vbus control gpio is not available
[    3.220762] [c4] exynos-usb-switch usb-switch.10: failed to configure pins
[    3.227785] [c4] exynos-usb-switch usb-switch.10: udc device is not available
[    3.234736] [c4] exynos-usb-switch usb-switch.10: Disable device detect IRQ
[    3.266261] [c4] usb cable = 1
[    3.268885] [c4] mousedev: PS/2 mouse device common for all mice
[    3.277414] [c4] s2m-rtc s2m-rtc: s2m_rtc_enable_wtsr: enable WTSR
[    3.282462] [c4] s2m-rtc s2m-rtc: s2m_rtc_enable_smpl: enable SMPL
[    3.288777] [c4] s2m_rtc_enable_smpl: WTSR_SMPL(0xc7)
[    3.297713] [c4] s2m-rtc s2m-rtc: rtc core: registered s2m-rtc as rtc0
[    3.303664] [c4] i2c /dev entries driver
[    3.308721] [c4] IR NEC protocol handler initialized
[    3.312260] [c4] IR RC5(x) protocol handler initialized
[    3.317455] [c4] IR RC6 protocol handler initialized
[    3.322405] [c4] IR JVC protocol handler initialized
[    3.327344] [c4] IR Sony protocol handler initialized
[    3.332382] [c4] IR RC5 (streamzap) protocol handler initialized
[    3.338367] [c4] IR SANYO protocol handler initialized
[    3.343484] [c4] IR MCE Keyboard/mouse protocol handler initialized
[    3.350245] [c4] PM DOMAIN: pd-mfc, Device : 11000000.mfc Registered
[    3.356094] [c4] s5p-mfc 11000000.mfc: exynos-iommu gpd_dev_ops inserted!
[    3.363655] [c4] s5p-mfc 11000000.mfc: decoder registered as /dev/video6
[    3.369844] [c4] s5p-mfc 11000000.mfc: encoder registered as /dev/video7
[    3.376585] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x40000000 B, IOVMM from 0x10000000.
[    3.384814] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x20000000 B, IOVMM from 0x50000000.
[    3.393392] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x10000000 B, IOVMM from 0x70000000.
[    3.401987] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x30000000 B, IOVMM from 0x80000000.
[    3.410575] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x20000000 B, IOVMM from 0xb0000000.
[    3.419160] [c4] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x10000000 B, IOVMM from 0xd0000000.
[    3.428727] [c4] ion_cma ion_mfc_nfw: Alread isolated!
[    3.433184] [c4] S5P CEC for Exynos4 Driver, (c) 2009 Samsung Electronics
[    3.440554] [c4] s5p-tvout-cec 101b0000.cec: success request GPIO for hdmi-cec
[    3.446883] s5p-tvout-cec 101b0000.cec: probe successful
[    3.453645] [c4] TRIMINFO[0] = 0x80672d
[    3.456011] [c4] TMU_CONTROL[0] = 0x10609803
[    3.460306] [c4] CURRENT_TEMP[0] = 0x31
[    3.464114] [c4] THRESHOLD_TEMP_RISE[0] = 0x827d7873
[    3.469063] [c4] THRESHOLD_TEMP_FALL[0] = 0x807b7671
[    3.474009] [c4] INTEN[0] = 0x11111111
[    3.477739] [c4] INTCLEAR[0] = 0x0
[    3.481118] [c4] TRIMINFO[1] = 0x806830
[    3.484942] [c4] TMU_CONTROL[1] = 0x10609803
[    3.489244] [c4] CURRENT_TEMP[1] = 0x32
[    3.493036] [c4] THRESHOLD_TEMP_RISE[1] = 0x85807b76
[    3.497958] [c4] THRESHOLD_TEMP_FALL[1] = 0x837e7974
[    3.502902] [c4] INTEN[1] = 0x11111111
[    3.506633] [c4] INTCLEAR[1] = 0x0
[    3.510012] [c4] TRIMINFO[2] = 0x806d35
[    3.513835] [c4] TMU_CONTROL[2] = 0x10609803
[    3.518086] [c4] CURRENT_TEMP[2] = 0x35
[    3.521899] [c4] THRESHOLD_TEMP_RISE[2] = 0x85807b76
[    3.526849] [c4] THRESHOLD_TEMP_FALL[2] = 0x837e7974
[    3.531795] [c4] INTEN[2] = 0x11111111
[    3.535489] [c4] INTCLEAR[2] = 0x0
[    3.538942] [c4] TRIMINFO[3] = 0x806a30
[    3.542728] [c4] TMU_CONTROL[3] = 0x10609803
[    3.546979] [c4] CURRENT_TEMP[3] = 0x36
[    3.550760] [c4] THRESHOLD_TEMP_RISE[3] = 0x89847f7a
[    3.555740] [c4] THRESHOLD_TEMP_FALL[3] = 0x87827d78
[    3.560689] [c4] INTEN[3] = 0x11111111
[    3.564419] [c4] INTCLEAR[3] = 0x0
[    3.567834] [c4] TRIMINFO[4] = 0x806e34
[    3.571622] [c4] TMU_CONTROL[4] = 0x10609803
[    3.575835] [c4] CURRENT_TEMP[4] = 0x35
[    3.579690] [c4] THRESHOLD_TEMP_RISE[4] = 0x8a85807b
[    3.584636] [c4] THRESHOLD_TEMP_FALL[4] = 0x88837e79
[    3.589581] [c4] INTEN[4] = 0x11111111
[    3.593314] [c4] INTCLEAR[4] = 0x0
[    3.597933] [c4] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    3.606507] [c4] cpuidle: using governor ladder
[    3.611740] [c4] cpuidle: using governor menu
[    3.614676] [c4] Synopsys Designware Multimedia Card Interface Driver
[    3.622175] [c4] dwmmc_exynos 12200000.dwmmc0: Clock pin control Pin:gpc0-0 Addr:13410000.pinctrl Val:3 Num:4
[    3.631112] [c4] dwmmc_exynos 12200000.dwmmc0: dw_mci_parse_dt : emmc h/w reset gpio[69] notifier registered.
[    3.640968] [c4] dwmmc_exynos 12200000.dwmmc0: Using internal DMA controller.
[    3.647987] [c4] dwmmc_exynos 12200000.dwmmc0: FIFOTH: 0x 300f0030
[    3.654139] dwmmc_exynos 12200000.dwmmc0: Version ID is 250a
[    3.660180] [c4] dwmmc_exynos 12200000.dwmmc0: DW MMC controller at irq 107, 64 bit host data width, 64 deep fifo
[    3.661354] [c7] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    3.696258] [c4] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    3.716415] [c4] dwmmc_exynos 12200000.dwmmc0: 1 slots initialized
[    3.721742] [c5] dwmmc_exynos 12220000.dwmmc2: Clock pin control Pin:gpc2-0 Addr:13410000.pinctrl Val:3 Num:3
[    3.731330] [c5] dwmmc_exynos 12220000.dwmmc2: Using internal DMA controller.
[    3.738169] [c5] dwmmc_exynos 12220000.dwmmc2: FIFOTH: 0x 300f0030
[    3.744322] dwmmc_exynos 12220000.dwmmc2: Version ID is 250a
[    3.750404] [c6] dwmmc_exynos 12220000.dwmmc2: DW MMC controller at irq 109, 64 bit host data width, 64 deep fifo
[    3.760592] [c6] mmc1: vmmc regulator found
[    3.764514] [c6] mmc1: vqmmc regulator found
[    3.771283] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 300000Hz, actual 297321HZ div = 35)
[    3.786283] [c6] mmc_host mmc1: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    3.790992] [c7] hub 3-1:1.0: USB hub found
[    3.803711] [c7] hub 3-1:1.0: 2 ports detected
[    3.811428] [c6] dwmmc_exynos 12220000.dwmmc2: 1 slots initialized
[    3.817345] [c6] leds-gpio leds.15: pins are not configured from the driver
[    3.824554] [c6] ledtrig-cpu: registered to indicate activity on CPUs
[    3.829607] [c6] S5P ACE Driver(SLIMSSS), (c) 2013 Samsung Electronics
[    3.836879] [c6] ACE: ecb-aes-s5p-ace
[    3.839946] [c6] ACE: cbc-aes-s5p-ace
[    3.841292] [c4] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 200000Hz, actual 196344HZ div = 53)
[    3.853543] [c6] ACE: ctr-aes-s5p-ace
[    3.857166] [c6] ACE: xts-aes-s5p-ace
[    3.860782] [c6] ACE: sha1-s5p-ace
[    3.864198] [c6] ACE: sha256-s5p-ace
[    3.867494] [c6] ACE driver is initialized
[    3.871843] [c6] hidraw: raw HID events driver (C) Jiri Kosina
[    3.877816] [c6] usbcore: registered new interface driver usbhid
[    3.883348] [c6] usbhid: USB HID core driver
[    3.888515] [c6] exynos-adc 12d10000.adc: operating without regulator vdd[-19]
[    3.895392] [c6] exynos-adc 12d10000.adc: Probed successfully driver.
[    3.902112] [c6] odroid-fan odroid_fan.14: unable to request PWM, trying legacy API
[    3.906311] [c4] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 100000Hz, actual 99107HZ div = 105)
[    3.918914] [c6] pwm-samsung: tin parent at 66600000
[    3.927738] [c6] lpass_register_subip: i2s(cdb3c010) registered
[    3.981676] [c4] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[    4.002774] [c4] usb 4-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    4.024735] [c4] hub 4-1:1.0: USB hub found
[    4.027908] [c4] hub 4-1:1.0: 2 ports detected
[    4.037113] [c7] mmc_host mmc1: Bus speed (slot 0) = 166500000Hz (slot req 400000Hz, actual 398325HZ div = 209)
[    4.045809] [c7] mmc_host mmc1: Bus speed (slot 0) = 166500000Hz (slot req 166500000Hz, actual 166500000HZ div = 0)
[    4.059831] [c7] mmc_host mmc1: Tuning error: cmd.error:-5, data.error:-115
[    4.065375] [c7] dwmmc_exynos 12220000.dwmmc2: divratio: 3 map: 0x 00007fff
[    4.072391] [c7] dwmmc_exynos 12220000.dwmmc2: sample_good: 0x 7fff best_sample: 0x 06
[    4.080275] [c7] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
[    4.088248] [c7] mmcblk0: mmc1:59b4       29.8 GiB
[    4.094562] [c7]  mmcblk0: p1
[    4.116278] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    4.176270] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 300000Hz, actual 297321HZ div = 35)
[    4.241269] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 200000Hz, actual 196344HZ div = 53)
[    4.256317] [c5] usb 2-1: new full-speed USB device number 2 using exynos-ohci
[    4.311269] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 100000Hz, actual 99107HZ div = 105)
[    4.478428] [c5] input: Logitech USB Receiver as /devices/12120000.usb/usb2/2-1/2-1:1.0/input/input0
[    4.487436] [c5] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-12120000.usb-1/input0
[    4.506336] [c5] input: Logitech USB Receiver as /devices/12120000.usb/usb2/2-1/2-1:1.1/input/input1
[    4.515993] [c5] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-12120000.usb-1/input1
[    4.597051] [c5] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd
[    4.648367] [c5] hub 3-1.1:1.0: USB hub found
[    4.651583] [c5] hub 3-1.1:1.0: 4 ports detected
[    4.771487] [c5] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd
[    4.791757] [c5] usb 6-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    4.882781] [c5] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[    4.931229] [c6] exynos5-hsi2c 12cb0000.hsi2c: Register dump(suspended : 0)
[    4.931229] : CTL          0x00000089
[    4.931229] : FIFO_CTL     0x00200203
[    4.931229] : TRAILING_CTL 0x0000000f
[    4.931229] : CLK_CTL      0x00000000
[    4.931229] : CLK_SLOT     0x00000000
[    4.931229] : INT_EN       0x00000000
[    4.931229] : INT_STAT     0x00000000
[    4.931229] : ERR_STAT     0x00000000
[    4.931229] : FIFO_STAT    0x01000002
[    4.931229] : TXDATA       0xdeadbeaf
[    4.931229] : RXDATA       0x00000000
[    4.931229] : CONF         0xb00300ff
[    4.931229] : AUTO_CONF    0x00020002
[    4.931229] : TIMEOUT      0x000000ff
[    4.931229] : MANUAL_CMD   0x00000000
[    4.931229] : TRANS_STAT   0x00000000
[    4.931229] : TIMING_HS1   0x4b4b4b00
[    4.931229] : TIMING_HS2   0x25004b4b
[    4.931229] : TIMING_HS3   0x00000096
[    4.931229] : TIMING_FS1   0x4b4b4b00
[    4.931229] : TIMING_FS2   0x25004b4b
[    4.931229] : TIMING_FS3   0x00000096
[    4.931229] : TIMING_SLA   0x00000025
[    5.020631] [c6] exynos5-hsi2c 12cb0000.hsi2c: tx timeout
[    5.132912] [c5] usb 4-1.1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    5.144356] [c5] hub 4-1.1:1.0: USB hub found
[    5.147494] [c5] hub 4-1.1:1.0: 4 ports detected
[    5.222684] [c5] usb 4-1.2: new SuperSpeed USB device number 4 using xhci-hcd
[    5.242572] [c5] usb 4-1.2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    5.254611] [c5] usb-storage 4-1.2:1.0: USB Mass Storage device detected
[    5.260546] [c5] scsi0 : usb-storage 4-1.2:1.0
[    5.346478] [c5] usb 3-1.1.1: new full-speed USB device number 4 using xhci-hcd
[    6.021226] [c6] exynos5-hsi2c 12cb0000.hsi2c: Register dump(suspended : 0)
[    6.021226] : CTL          0x00000089
[    6.021226] : FIFO_CTL     0x00200203
[    6.021226] : TRAILING_CTL 0x0000000f
[    6.021226] : CLK_CTL      0x00000000
[    6.021226] : CLK_SLOT     0x00000000
[    6.021226] : INT_EN       0x00000000
[    6.021226] : INT_STAT     0x00000000
[    6.021226] : ERR_STAT     0x00000000
[    6.021226] : FIFO_STAT    0x01000002
[    6.021226] : TXDATA       0xdeadbeaf
[    6.021226] : RXDATA       0x00000000
[    6.021226] : CONF         0xb00300ff
[    6.021226] : AUTO_CONF    0x00020002
[    6.021226] : TIMEOUT      0x000000ff
[    6.021226] : MANUAL_CMD   0x00000000
[    6.021226] : TRANS_STAT   0x00000000
[    6.021226] : TIMING_HS1   0x4b4b4b00
[    6.021226] : TIMING_HS2   0x25004b4b
[    6.021226] : TIMING_HS3   0x00000096
[    6.021226] : TIMING_FS1   0x4b4b4b00
[    6.021226] : TIMING_FS2   0x25004b4b
[    6.021226] : TIMING_FS3   0x00000096
[    6.021226] : TIMING_SLA   0x00000025
[    6.110627] [c6] exynos5-hsi2c 12cb0000.hsi2c: tx timeout
[    6.116087] [c6] exynos5-hsi2c 12cb0000.hsi2c: xfer message failed
[    6.122169] [c6] max98090 1-0010: Failed to reset codec: -5
[    6.127725] [c6] max98090 1-0010: Failed to device reset : -5
[    6.133426] [c6] max98090 1-0010: ASoC: failed to probe CODEC -5
[    6.139633] [c6] odroid-audio sound.13: ASoC: failed to instantiate card -5
[    6.146685] [c6] odroid-audio sound.13: snd_soc_register_card() failed(max98090): -5
[    6.155059] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.162202] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.170328] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.178418] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.186546] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.194615] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.203546] [c6] odroid-audio sound.13:  dummy-aif1 <-> samsung-i2s-sec mapping ok
[    6.211380] [c6] odroid-audio sound.13:  dummy-aif2 <-> 3830000.i2s mapping ok
[    6.220702] [c6] Netfilter messages via NETLINK v0.30.
[    6.225133] [c6] arp_tables: (C) 2002 David S. Miller
[    6.229633] [c6] TCP: cubic registered
[    6.233184] [c6] Initializing XFRM netlink socket
[    6.238634] [c6] NET: Registered protocol family 10
[    6.244382] [c6] mip6: Mobile IPv6
[    6.246375] [c6] sit: IPv6 over IPv4 tunneling driver
[    6.253172] [c6] NET: Registered protocol family 17
[    6.256675] [c6] NET: Registered protocol family 15
[    6.261522] [c6] NET: Registered protocol family 35
[    6.262820] [c5] scsi 0:0:0:0: Direct-Access     ST950032 5AS              1003 PQ: 0 ANSI: 6
[    6.265349] [c5] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.265446] [c7] sd 0:0:0:0: [sda] 976773152 512-byte logical blocks: (500 GB/465 GiB)
[    6.266598] [c7] sd 0:0:0:0: [sda] Write Protect is off
[    6.267729] [c7] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    6.302800] [c6] VFP support v0.3: [    6.305738]  sda: sda1
[c6] implementor 41 architecture 4 part 30 variant f rev 0
[    6.310909] [c7] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.318557] [c6] Registering SWP/SWPB emulation handler
[    6.323701] [c6] SRAM ASV group [2] : MIF(950000), G3D(975000)
[    6.335735] [c6] registered taskstats version 1
[    6.339039] [c6] hdmi-en: disabling
[    6.342354] [c6] MAIN_DC: disabling
[    6.345735] [c6] regulator-dummy: disabling
[    6.351597] [c6] input: gpio_keys.7 as /devices/gpio_keys.7/input/input2
[    6.357532] [c6] CPUFREQ of CA7  L0 : 1300000 uV
[    6.361488] [c6] CPUFREQ of CA7  L0 : ABB 8
[    6.365582] [c6] CPUFREQ of CA7  L1 : 1300000 uV
[    6.370243] [c6] CPUFREQ of CA7  L1 : ABB 2
[    6.374402] [c6] CPUFREQ of CA7  L2 : 1250000 uV
[    6.379004] [c6] CPUFREQ of CA7  L2 : ABB 2
[    6.383169] [c6] CPUFREQ of CA7  L3 : 1200000 uV
[    6.387772] [c6] CPUFREQ of CA7  L3 : ABB 2
[    6.391933] [c6] CPUFREQ of CA7  L4 : 1150000 uV
[    6.396530] [c6] CPUFREQ of CA7  L4 : ABB 2
[    6.400636] [c6] CPUFREQ of CA7  L5 : 1112500 uV
[    6.405294] [c6] CPUFREQ of CA7  L5 : ABB 2
[    6.409459] [c6] CPUFREQ of CA7  L6 : 1075000 uV
[    6.414057] [c6] CPUFREQ of CA7  L6 : ABB 2
[    6.418222] [c6] CPUFREQ of CA7  L7 : 1037500 uV
[    6.422820] [c6] CPUFREQ of CA7  L7 : ABB 2
[    6.426986] [c6] CPUFREQ of CA7  L8 : 1000000 uV
[    6.431585] [c6] CPUFREQ of CA7  L8 : ABB 255
[    6.435863] [c6] CPUFREQ of CA7  L9 : 962500 uV
[    6.440436] [c6] CPUFREQ of CA7  L9 : ABB 255
[    6.444772] [c6] CPUFREQ of CA7  L10 : 925000 uV
[    6.449372] [c6] CPUFREQ of CA7  L10 : ABB 255
[    6.453797] [c6] CPUFREQ of CA7  L11 : 900000 uV
[    6.458453] [c6] CPUFREQ of CA7  L11 : ABB 255
[    6.462825] [c6] CPUFREQ of CA7  L12 : 900000 uV
[    6.467420] [c6] CPUFREQ of CA7  L12 : ABB 255
[    6.471844] [c6] CPUFREQ of CA7  L13 : 900000 uV
[    6.476444] [c6] CPUFREQ of CA7  L13 : ABB 255
[    6.480809] [c6] CPUFREQ of CA7  L14 : 900000 uV
[    6.485467] [c6] CPUFREQ of CA7  L14 : ABB 255
[    6.490189] [c6] kfc clock[800000], mx_mspll clock[666000]
[    6.495374] [c6] [SET_EMA_TEST] volt : 887500  value : 0x44
[    6.500913] [c6] [SET_EMA_TEST] volt : 937500  value : 0x44
[    6.506466] [c6] [SET_EMA_TEST] volt : 1032500  value : 0x33
[    6.512105] [c6] [SET_EMA_TEST] volt : 1142500  value : 0x11
[    6.517745] [c6] [SET_EMA_TEST] volt : 1167500  value : 0x11
[    6.523385] [c6] CPUFREQ of CA15 L0 : 1362500 uV
[    6.527983] [c6] CPUFREQ of CA15  L0 : ABB 8
[    6.532234] [c6] CPUFREQ of CA15 L1 : 1362500 uV
[    6.536842] [c6] CPUFREQ of CA15  L1 : ABB 8
[    6.541025] [c6] CPUFREQ of CA15 L2 : 1362500 uV
[    6.545683] [c6] CPUFREQ of CA15  L2 : ABB 8
[    6.549934] [c6] CPUFREQ of CA15 L3 : 1350000 uV
[    6.554534] [c6] CPUFREQ of CA15  L3 : ABB 255
[    6.558958] [c6] CPUFREQ of CA15 L4 : 1300000 uV
[    6.563558] [c6] CPUFREQ of CA15  L4 : ABB 255
[    6.567982] [c6] CPUFREQ of CA15 L5 : 1225000 uV
[    6.572578] [c6] CPUFREQ of CA15  L5 : ABB 255
[    6.577006] [c6] CPUFREQ of CA15 L6 : 1175000 uV
[    6.581604] [c6] CPUFREQ of CA15  L6 : ABB 255
[    6.585970] [c6] CPUFREQ of CA15 L7 : 1137500 uV
[    6.590629] [c6] CPUFREQ of CA15  L7 : ABB 255
[    6.595054] [c6] CPUFREQ of CA15 L8 : 1100000 uV
[    6.599652] [c6] CPUFREQ of CA15  L8 : ABB 255
[    6.604078] [c6] CPUFREQ of CA15 L9 : 1062500 uV
[    6.608683] [c6] CPUFREQ of CA15  L9 : ABB 255
[    6.613102] [c6] CPUFREQ of CA15 L10 : 1037500 uV
[    6.617789] [c6] CPUFREQ of CA15  L10 : ABB 255
[    6.622298] [c6] CPUFREQ of CA15 L11 : 1025000 uV
[    6.626984] [c6] CPUFREQ of CA15  L11 : ABB 255
[    6.631495] [c6] CPUFREQ of CA15 L12 : 1000000 uV
[    6.636121] [c6] CPUFREQ of CA15  L12 : ABB 255
[    6.640693] [c6] CPUFREQ of CA15 L13 : 975000 uV
[    6.645292] [c6] CPUFREQ of CA15  L13 : ABB 255
[    6.649808] [c6] CPUFREQ of CA15 L14 : 950000 uV
[    6.654404] [c6] CPUFREQ of CA15  L14 : ABB 255
[    6.658915] [c6] CPUFREQ of CA15 L15 : 925000 uV
[    6.663513] [c6] CPUFREQ of CA15  L15 : ABB 255
[    6.668024] [c6] CPUFREQ of CA15 L16 : 900000 uV
[    6.672620] [c6] CPUFREQ of CA15  L16 : ABB 255
[    6.677136] [c6] CPUFREQ of CA15 L17 : 900000 uV
[    6.681734] [c6] CPUFREQ of CA15  L17 : ABB 255
[    6.686246] [c6] CPUFREQ of CA15 L18 : 900000 uV
[    6.690784] [c6] CPUFREQ of CA15  L18 : ABB 255
[    6.695356] [c6] CPUFREQ of CA15 L19 : 900000 uV
[    6.699956] [c6] CPUFREQ of CA15  L19 : ABB 255
[    6.704467] [c6] CPUFREQ of CA15 L20 : 900000 uV
[    6.709065] [c6] CPUFREQ of CA15  L20 : ABB 255
[    6.713577] [c6] CPUFREQ of CA15 L21 : 900000 uV
[    6.718176] [c6] CPUFREQ of CA15  L21 : ABB 255
[    6.722687] [c6] CPUFREQ of CA15 L22 : 900000 uV
[    6.727286] [c6] CPUFREQ of CA15  L22 : ABB 255
[    6.732137] [c6] eagle clock[800000], mpll clock[800000]
[    6.741438] [c6] Exynos: Kernel Thermal management registered
[    6.746242] [c6] ### dt-test ### No testcase data in device tree; not running tests
[    6.789591] [c6] MIF 825000Khz ASV is 975000uV
[    6.792663] [c6] DEVFREQ(MIF) : 825000Khz, ABB 14
[    6.797279] [c6] MIF 728000Khz ASV is 937500uV
[    6.801708] [c6] DEVFREQ(MIF) : 728000Khz, ABB 14
[    6.806387] [c6] MIF 633000Khz ASV is 900000uV
[    6.810781] [c6] DEVFREQ(MIF) : 633000Khz, ABB 14
[    6.815497] [c6] MIF 543000Khz ASV is 875000uV
[    6.819924] [c6] DEVFREQ(MIF) : 543000Khz, ABB 14
[    6.824607] [c6] MIF 413000Khz ASV is 812500uV
[    6.829035] [c6] DEVFREQ(MIF) : 413000Khz, ABB 14
[    6.833718] [c6] MIF 275000Khz ASV is 787500uV
[    6.838145] [c6] DEVFREQ(MIF) : 275000Khz, ABB 14
[    6.842828] [c6] MIF 206000Khz ASV is 787500uV
[    6.847257] [c6] DEVFREQ(MIF) : 206000Khz, ABB 14
[    6.851940] [c6] MIF 165000Khz ASV is 787500uV
[    6.856366] [c6] DEVFREQ(MIF) : 165000Khz, ABB 14
[    6.861016] [c6] MIF 138000Khz ASV is 787500uV
[    6.865477] [c6] DEVFREQ(MIF) : 138000Khz, ABB 14
[    6.871484] [c6] MIF: set ASV freq 825000, voltage 975000
[    6.876068] [c6] INT 600000Khz ASV is 962500uV
[    6.879978] [c6] DEVFREQ(INT) : 600000Khz, ABB 255
[    7.886187] [c6] PM DOMAIN: Power off unused power domains.
[    7.890746] [c6] ALSA device list:
[    7.893707] [c6] pd-gscl: Power-off latency exceeded, new value 2982666 ns
[    7.900555] [c6]   #0: odroid-audio
[    7.905185] [c6] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    7.911928] [c6] Please append a correct "root=" boot option; here are the available partitions:
[    7.920718] [c6] b300        31276032 mmcblk0  driver: mmcblk
[    7.926411] [c6]   b301         1214464 mmcblk0p1 01380d35-01
[    7.932109] [c6] 0800       488386576 sda  driver: sd
[    7.937171] [c6]   0801       488383488 sda1 e72d222d-01
[    7.942452] [c6] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    7.951107] [c6] CPU: 6 PID: 1 Comm: swapper/0 Not tainted 3.10.104-odroidxu4 #2
[    7.958480] [c6] Backtrace:
[    7.961353] [c6] [<c0012d00>] (dump_backtrace+0x0/0x114) from [<c0012f70>] (show_stack+0x20/0x24)

 

 

short:

[    7.905185] [c6] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    7.911928] [c6] Please append a correct "root=" boot option; here are the available partitions:
[    7.920718] [c6] b300        31276032 mmcblk0  driver: mmcblk
[    7.926411] [c6]   b301         1214464 mmcblk0p1 01380d35-01
[    7.932109] [c6] 0800       488386576 sda  driver: sd
[    7.937171] [c6]   0801       488383488 sda1 e72d222d-01
[    7.942452] [c6] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Link to comment
Share on other sites

@zador.blood.stain

I have tried uboot 2012.07 & boot.ini, uboot 2016.09 & boot.cmd (with and without UUID, removing ArmbianEnv.txt as well, putting /dev/mmcblk0p1 for root)

but I end always with

[    7.905375] [c6] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    7.912127] [c6] Please append a correct "root=" boot option; here are the available partitions:
[    7.920918] [c6] b300        31276032 mmcblk0  driver: mmcblk
[    7.926612] [c6]   b301         1214464 mmcblk0p1 65a81a70-01
[    7.932308] [c6] 0800       488386576 sda  driver: sd
[    7.937370] [c6]   0801       488383488 sda1 e72d222d-01
[    7.942651] [c6] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

 

 

U-Boot 2016.09-armbian (Oct 27 2016 - 02:14:05 +0200) for ODROID-XU3

CPU:   Exynos5422 @ 800 MHz
Model: Odroid XU3 based on EXYNOS5422
Board: Odroid XU3 based on EXYNOS5422
Type:  xu4
DRAM:  2 GiB
MMC:   EXYNOS DWMMC: 0, EXYNOS DWMMC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
1725 bytes read in 30 ms (55.7 KiB/s)
## Executing script at 50000000
** File not found /boot/armbianEnv.txt **
** File not found armbianEnv.txt **
3436974 bytes read in 278 ms (11.8 MiB/s)
5124322 bytes read in 376 ms (13 MiB/s)
52006 bytes read in 39 ms (1.3 MiB/s)
Kernel image @ 0x40800000 [ 0x000000 - 0x33a688 ]
## Loading init Ramdisk from Legacy Image at 42000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5124258 Bytes = 4.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 44000000
   Booting using the fdt blob at 0x44000000
   Loading Ramdisk to 4fb1c000, end 4ffff0a2 ... OK
   Loading Device Tree to 4fb0c000, end 4fb1bb25 ... OK

Starting kernel ...

[    0.000000] [c0] Booting Linux on physical CPU 0x100
[    0.000000] [c0] Initializing cgroup subsys cpuset
[    0.000000] [c0] Initializing cgroup subsys cpu
[    0.000000] [c0] Initializing cgroup subsys cpuacct
[    0.000000] [c0] Linux version 3.10.104-odroidxu4 (root@server1604) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #3 SMP PREEMPT Thu Oct 27 02:15:34 CEST 2016
[    0.000000] [c0] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
[    0.000000] [c0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] [c0] Machine: ODROID-XU3, model: Hardkernel odroid-xu3 board based on EXYNOS5422
[    0.000000] [c0] ION: Contiguous 0x6650000 bytes @ 0x0 defined for 0:common
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 2:mfc_sh
[    0.000000] [c0] ION: Contiguous 0x800000 bytes @ 0x0 defined for 10:g2d_wfd
[    0.000000] [c0] ION: Contiguous 0x6000000 bytes @ 0x0 defined for 11:video
[    0.000000] [c0] ION: Contiguous 0x1000000 bytes @ 0x0 defined for 7:mfc_input
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 9:sectbl
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 8:mfc_fw
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 12:mfc_nfw
[    0.000000] [c0] ION: Contiguous 0x400000 bytes @ 0x0 defined for 13:secdma
[    0.000000] [c0] cma: CMA: reserved 104 MiB at b9800000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b9400000
[    0.000000] [c0] cma: CMA: reserved 8 MiB at b8c00000
[    0.000000] [c0] cma: CMA: reserved 96 MiB at b2c00000
[    0.000000] [c0] cma: CMA: reserved 16 MiB at b1c00000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1800000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1400000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b1000000
[    0.000000] [c0] cma: CMA: reserved 4 MiB at b0c00000
[    0.000000] [c0] cma: CMA: reserved 256 MiB at 4f000000
[    0.000000] [c0] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] [c0] create_mapping_memory: section: 40000000 ~ 5f000000
[    0.000000] [c0] CPU EXYNOS5422 (id 0xe5422001)
[    0.000000] [c0] PERCPU: Embedded 9 pages/cpu @c1e98000 s14848 r8192 d13824 u36864
[    0.000000] [c0] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523296
[    0.000000] [c0] Kernel command line: console=ttySAC2,115200 vmalloc=512M
[    0.000000] [c0] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] [c0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] [c0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] [c0] allocated 4194304 bytes of page_cgroup
[    0.000000] [c0] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] [c0] Memory: 2048MB = 2048MB total
[    0.000000] [c0] Memory: 1548492k/1548492k available, 548660k reserved, 1339392K highmem
[    0.000000] [c0] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xdf800000 - 0xff000000   ( 504 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdf000000   ( 496 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc090dfe4   (9240 kB)
[    0.000000]       .init : 0xc090e000 - 0xc0978a00   ( 427 kB)
[    0.000000]       .data : 0xc097a000 - 0xc09efd18   ( 472 kB)
[    0.000000]        .bss : 0xc09efd18 - 0xc0e598e4   (4519 kB)
[    0.000000] [c0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] [c0] Preemptible hierarchical RCU implementation.
[    0.000000] [c0] NR_IRQS:16 nr_irqs:16 16
[    0.000000] [c0] apll 800000000
[    0.000000] [c0] bpll 825000000
[    0.000000] [c0] cpll 666000000
[    0.000000] [c0] dpll 600000000
[    0.000000] [c0] epll 180633609
[    0.000000] [c0] rpll 66000000
[    0.000000] [c0] ipll 432000000
[    0.000000] [c0] spll 800000000
[    0.000000] [c0] dout_spll_ctrl_div2 400000000
[    0.000000] [c0] vpll 400000000
[    0.000000] [c0] mpll 532000000
[    0.000000] [c0] Clock enables : TOP, MIF
[    0.000000] [c0] mmc0: dout_mmc0 666000000
[    0.000000] [c0] mmc1: dout_mmc1 800000000
[    0.000000] [c0] mmc2: dout_mmc2 666000000
[    0.000000] [c0] scaler: dout_aclk_400_mscl 333000000 aclk_400_mscl 333000000
[    0.000000] [c0] [g2d_init_clock:319] aclk_333_g2d:333000000
[    0.000000] [c0] gscaler: dout_aclk_300_gscl 300000000 aclk_300_gscl 300000000
[    0.000000] [c0] [jpeg_clock_init:374]jpeg: dout_aclk_300_jpeg 300000000 aclk_300_jpeg 300000000
[    0.000000] [c0] mfc: aclk_333 400000000
[    0.000000] [c0] Exynos5422: clock setup completed
[    0.000000] [c0] Exynos: pwm: clock setup completed
[    0.000000] [c0] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] [c0] Switching to timer-based delay loop
[    0.000000] [c0] EXYNOS5422 PMU Initialize
[    0.000000] [c0] Console: colour dummy device 80x30
[    0.000000] [c0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] [c0] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] [c0] ... MAX_LOCK_DEPTH:          48
[    0.000000] [c0] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] [c0] ... CLASSHASH_SIZE:          4096
[    0.000000] [c0] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] [c0] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] [c0] ... CHAINHASH_SIZE:          16384
[    0.000000] [c0]  memory used by lock dependency info: 3679 kB
[    0.000000] [c0]  per task-struct memory footprint: 1152 bytes
[    0.000809] [c0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.000836] [c0] pid_max: default: 32768 minimum: 301
[    0.001278] [c0] Mount-cache hash table entries: 512
[    0.036639] [c0] Initializing cgroup subsys memory
[    0.036732] [c0] Initializing cgroup subsys devices
[    0.036763] [c0] Initializing cgroup subsys freezer
[    0.036793] [c0] Initializing cgroup subsys blkio
[    0.036812] [c0] Initializing cgroup subsys perf_event
[    0.037033] [c0] CPU: Testing write buffer coherency: ok
[    0.037097] [c0] ftrace: allocating 23323 entries in 69 pages
[    0.086501] [c0] /cpus/cpu@0 missing clock-frequency property
[    0.086533] [c0] /cpus/cpu@1 missing clock-frequency property
[    0.086555] [c0] /cpus/cpu@2 missing clock-frequency property
[    0.086576] [c0] /cpus/cpu@3 missing clock-frequency property
[    0.086596] [c0] /cpus/cpu@4 missing clock-frequency property
[    0.086615] [c0] /cpus/cpu@5 missing clock-frequency property
[    0.086634] [c0] /cpus/cpu@6 missing clock-frequency property
[    0.086654] [c0] /cpus/cpu@7 missing clock-frequency property
[    0.086729] [c0] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[    0.086909] [c0] Running under secure firmware.
[    0.086957] [c0] Setting up static identity map for 0xc0679848 - 0xc06798a0
[    0.086985] [c0] Exynos-SnapShot: exynos_ss_init failed
[    0.107411] [c0] ftrace: Allocated trace_printk buffers
[    0.129374] [c1] CPU1: Booted secondary processor
[    0.129403] [c1] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
[    0.139311] [c2] CPU2: Booted secondary processor
[    0.139337] [c2] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
[    0.149303] [c3] CPU3: Booted secondary processor
[    0.149330] [c3] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
[    0.158295] [c4] CPU4: Booted secondary processor
[    0.159067] [c4] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.168307] [c5] CPU5: Booted secondary processor
[    0.169063] [c5] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.178329] [c6] CPU6: Booted secondary processor
[    0.179093] [c6] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.188309] [c7] CPU7: Booted secondary processor
[    0.189063] [c7] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.189327] [c0] Brought up 8 CPUs
[    0.189391] [c0] SMP: Total of 8 processors activated (384.00 BogoMIPS).
[    0.189406] [c0] CPU: All CPU(s) started in HYP mode.
[    0.189420] [c0] CPU: Virtualization extensions available.
[    0.191848] [c0] devtmpfs: initialized
[    0.229274] [c6] sched: registering cpufreq notifiers for scale-invariant loads
[    0.232026] [c6] pinctrl core: initialized pinctrl subsystem
[    0.233044] [c6] regulator-dummy: no parameters
[    0.242706] [c6] NET: Registered protocol family 16
[    0.242933] [c6] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.281499] [c4] syscon 10040000.system-controller: regmap [mem 0x10040000-0x10044fff] registered
[    0.281961] [c4] syscon 10050000.syscon: regmap [mem 0x10050000-0x10054fff] registered
[    0.289712] [c4] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.289730] [c4] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.291656] [c4] S3C Power Management, Copyright 2004 Simtec Electronics
[    0.295920] [c4] PM DOMAIN: pd-cam has a new child pd-isp.
[    0.296785] [c4] PM DOMAIN: pd-gscl has a new child pd-cam.
[    0.296814] [c4] EXYNOS5: PM Domain Initialize
[    0.297104] [c4]    pd-gscl   - on
[    0.297278] [c4]    pd-isp    - on
[    0.297455] [c4]    pd-mfc    - on
[    0.297474] [c4]    pd-g3d    - on,  always
[    0.297493] [c4]    pd-disp1  - on,  always
[    0.297670] [c4]    pd-maudio - on
[    0.297688] [c4]    pd-g2d    - on,  always
[    0.297864] [c4]    pd-mscl   - on
[    0.297885] [c4]    pd-fsys   - on,  always
[    0.297905] [c4]    pd-psgen  - on,  always
[    0.297924] [c4]    pd-peric  - on,  always
[    0.297942] [c4]    pd-wcore  - on,  always
[    0.298120] [c4]    pd-cam    - on
[    0.298146] [c4] EXYNOS: Initializing architecture
[    0.299685] [c4] exynos-sysmmu 10a60000.sysmmu: --> 10850000.fimg2d
[    0.299707] [c4] exynos-sysmmu 10a60000.sysmmu: [OK]
[    0.300033] [c4] exynos-sysmmu 10a70000.sysmmu: --> 10850000.fimg2d
[    0.300054] [c4] exynos-sysmmu 10a70000.sysmmu: [OK]
[    0.300386] [c4] exynos-sysmmu 14650000.sysmmu: --> 14450000.mixer
[    0.300407] [c4] exynos-sysmmu 14650000.sysmmu: [OK]
[    0.300714] [c4] exynos-sysmmu 13e80000.sysmmu: --> 13e00000.gsc
[    0.300735] [c4] exynos-sysmmu 13e80000.sysmmu: [OK]
[    0.301041] [c4] exynos-sysmmu 13e90000.sysmmu: --> 13e10000.gsc
[    0.301061] [c4] exynos-sysmmu 13e90000.sysmmu: [OK]
[    0.301376] [c4] exynos-sysmmu 12880000.sysmmu: --> 12800000.scaler
[    0.301396] [c4] exynos-sysmmu 12880000.sysmmu: [OK]
[    0.301720] [c4] exynos-sysmmu 12890000.sysmmu: --> 12810000.scaler
[    0.301740] [c4] exynos-sysmmu 12890000.sysmmu: [OK]
[    0.302060] [c4] exynos-sysmmu 128a0000.sysmmu: --> 12820000.scaler
[    0.302080] [c4] exynos-sysmmu 128a0000.sysmmu: [OK]
[    0.302396] [c4] exynos-sysmmu 128c0000.sysmmu: --> 12800000.scaler
[    0.302417] [c4] exynos-sysmmu 128c0000.sysmmu: [OK]
[    0.302731] [c4] exynos-sysmmu 128d0000.sysmmu: --> 12810000.scaler
[    0.302751] [c4] exynos-sysmmu 128d0000.sysmmu: [OK]
[    0.303066] [c4] exynos-sysmmu 128e0000.sysmmu: --> 12820000.scaler
[    0.303087] [c4] exynos-sysmmu 128e0000.sysmmu: [OK]
[    0.303394] [c4] exynos-sysmmu 11f10000.sysmmu: --> 11f50000.jpeg
[    0.303414] [c4] exynos-sysmmu 11f10000.sysmmu: [OK]
[    0.303732] [c4] exynos-sysmmu 11f20000.sysmmu: --> 11f60000.jpeg
[    0.303752] [c4] exynos-sysmmu 11f20000.sysmmu: [OK]
[    0.304051] [c4] exynos-sysmmu 11200000.sysmmu: --> 11000000.mfc
[    0.304071] [c4] exynos-sysmmu 11200000.sysmmu: [OK]
[    0.304399] [c4] exynos-sysmmu 11210000.sysmmu: --> 11000000.mfc
[    0.304420] [c4] exynos-sysmmu 11210000.sysmmu: [OK]
[    0.304766] [c4] exynos-sysmmu 14640000.sysmmu: --> 14400000.fimd
[    0.304786] [c4] exynos-sysmmu 14640000.sysmmu: [OK]
[    0.305124] [c4] exynos-sysmmu 14680000.sysmmu: --> 14400000.fimd
[    0.305144] [c4] exynos-sysmmu 14680000.sysmmu: [OK]
[    0.305573] [c4] CPU Info : Samsung Exynos5422 Soc is BIN1
[    0.305589] [c4] Exynos5422 ASV : Use Fusing Speed Group 2
[    0.305602] [c4] Exynos5422 ASV : invalid IDS value
[    0.305616] [c4] EXYNOS5422 ASV :  IDS : 0 HPM : 0
[    0.305660] [c4] VDD_ARM ASV group is 2
[    0.305679] [c4] VDD_KFC ASV group is 2
[    0.305695] [c4] VDD_INT ASV group is 2
[    0.305712] [c4] VDD_MIF ASV group is 2
[    0.305728] [c4] VDD_G3D ASV group is 2
[    0.305743] [c4] VDD_ISP ASV group is 2
[    0.318943] [c4] bio: create slab <bio-0> at 0
[    0.320946] [c4] VUSB_BOOST_5V: 5000 mV
[    0.321505] [c4] MAIN_DC: no parameters
[    0.321965] [c4] hdmi-en: no parameters
[    0.323140] [c4] SCSI subsystem initialized
[    0.323536] [c4] usbcore: registered new interface driver usbfs
[    0.323643] [c4] usbcore: registered new interface driver hub
[    0.323870] [c4] usbcore: registered new device driver usb
[    0.329957] [c4] vdd_mif: 700 <--> 1300 mV at 1100 mV
[    0.331208] [c4] vdd_eagle: 800 <--> 1500 mV at 1000 mV
[    0.332457] [c4] vdd_int: 800 <--> 1400 mV at 1000 mV
[    0.333701] [c4] vdd_g3d: 700 <--> 1400 mV at 1000 mV
[    0.335054] [c4] vdd_kfc: 800 <--> 1500 mV at 1025 mV
[    0.336853] [c4] vddf_2v85: 3300 mV
[    0.338259] [c4] vdd_adc: 1800 mV
[    0.339705] [c4] vdd_pll: 1800 mV
[    0.341101] [c4] vdd_ldo6: 1000 mV
[    0.342499] [c4] vdd_ldo7: 1800 mV
[    0.343899] [c4] vdd_ldo8: 1800 mV
[    0.345401] [c4] vdd_ldo9: 3300 mV
[    0.346796] [c4] vdd_ldo10: 1800 mV
[    0.348197] [c4] vdd_ldo11: 1000 mV
[    0.349284] [c4] vdd_ldo13: 1800 <--> 3300 mV at 3300 mV
[    0.350690] [c4] vdd_ldo15: 3300 mV
[    0.352105] [c4] vdd_eth: 3300 mV
[    0.353632] [c4] vdd_ldo18: 1850 mV
[    0.354723] [c4] vdd_ldo19: 2800 <--> 3300 mV at 3300 mV
[    0.355879] [c4] vdd_mifs: 800 <--> 1100 mV at 1100 mV
[    0.357276] [c4] vdd_ldo26: 3000 mV
[    0.358379] [c4] vdd_g3ds: 800 <--> 1100 mV at 1000 mV
[    0.359780] [c4] vdd_ldo28: 3300 mV
[    0.361306] [c4] vdd_ldo30: 3300 mV
[    0.365096] [c4] i2c-gpio i2c_gpio.8: using pins 177 (SDA) and 178 (SCL)
[    0.365710] [c4] s3c-i2c 12c60000.i2c: slave address 0x00
[    0.368370] [c5] s3c-i2c 12c60000.i2c: i2c-3: S3C I2C adapter
[    0.368631] [c5] s3c-i2c 12c70000.i2c: slave address 0x00
[    0.368902] [c5] s3c-i2c 12c70000.i2c: i2c-4: S3C I2C adapter
[    0.369398] [c5] media: Linux media interface: v0.10
[    0.369495] [c5] Linux video capture interface: v2.00
[    0.371482] [c5] IOVMMU: Created debugfs entry at debugfs/iovmm
[    0.372064] [c5] Advanced Linux Sound Architecture Driver Initialized.
[    0.372686] [c5] PM DOMAIN: pd-maudio, Device : 3810000.lpass Registered
[    0.372724] [c5] Samsung Low Power Audio Subsystem driver, (c)2013 Samsung Electronics
[    0.374756] [c5] Loading modules backported from Linux version next-20150222-0-g53e418f1
[    0.374773] [c5] Backport integrated by backports.git backports-20150222-0-g2745ccd
[    0.376219] [c5] Switching to clocksource mct-frc
[    0.461604] [c5] NET: Registered protocol family 2
[    0.463345] [c5] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.463722] [c5] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
[    0.464723] [c5] TCP: Hash tables configured (established 4096 bind 4096)
[    0.464831] [c5] TCP: reno registered
[    0.464858] [c5] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    0.465009] [c5] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    0.465934] [c5] NET: Registered protocol family 1
[    0.479111] [c5] bounce pool size: 64 pages
[    0.487454] [c5] VFS: Disk quotas dquot_6.5.2
[    0.487803] [c5] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.490948] [c5] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.491851] [c5] msgmni has been set to 920
[    0.496130] [c5] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.496173] [c5] io scheduler noop registered
[    0.496190] [c5] io scheduler deadline registered
[    0.496457] [c5] io scheduler cfq registered (default)
[    0.507862] [c5] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330
[    0.507884] [c5] dma-pl330 10800000.mdma:    DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[    0.513691] [c5] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.513713] [c5] dma-pl330 121a0000.pdma:    DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.519486] [c5] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.519507] [c5] dma-pl330 121b0000.pdma:    DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.522605] [c5] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330
[    0.522626] [c5] dma-pl330 3880000.adma:     DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
[    0.662765] [c5] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.665514] [c5] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 83) is a S3C6400/10
[    0.666314] [c5] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 84) is a S3C6400/10
[    0.667095] [c5] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 85) is a S3C6400/10
[    2.182019] [c5] console [ttySAC2] enabled
[    2.186760] [c5] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 86) is a S3C6400/10
[    2.197262] [c5] [drm] Initialized drm 1.1.0 20060810
[    2.208294] [c5] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.213940] [c5] [drm] No driver support for vblank timestamp query.
[    2.220256] [c5] exynos-mixer 14450000.mixer: probe start
[    2.225876] [c5] exynos-drm exynos-drm: bound 14450000.mixer (ops mixer_component_ops)
[    2.233822] [c5] exynos-drm exynos-drm: bound 14530000.hdmi (ops hdmi_component_ops)
[    2.241272] [c5] [drm] Initialized exynos 1.0.0 20110530 on minor 0
[    2.248074] [c5] mali 11800000.mali: Continuing without Mali clock control
[    2.257894] [c5] hrtimer: interrupt took 111500 ns
[    2.261624] [c5] mali 11800000.mali: GPU identified as 0x0620 r0p1 status 0
[    2.272048] mali 11800000.mali: Probed as mali0
[    2.282716] [c5] loop: module loaded
[    2.285954] [c5] tun: Universal TUN/TAP device driver, 1.6
[    2.290335] [c5] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.705510] [c5] dwc3 12400000.dwc3: dwc3_otg address space is not supported
[    2.712184] [c5] dwc3 12400000.dwc3: Binding gadget dwc3-gadget
[    2.717795] [c6] dwc3 12400000.dwc3: Turn on host
[    2.922815] [c6] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.928347] [c6] ehci-s5p: EHCI s5p driver
[    2.932993] [c6] s5p-ehci 12110000.usb: EHCI Host Controller
[    2.938205] [c6] s5p-ehci 12110000.usb: new USB bus registered, assigned bus number 1
[    2.946073] [c6] s5p-ehci 12110000.usb: irq 103, io mem 0x12110000
[    2.961452] [c6] s5p-ehci 12110000.usb: USB 2.0 started, EHCI 1.00
[    2.967645] [c6] hub 1-0:1.0: USB hub found
[    2.970385] [c6] hub 1-0:1.0: 3 ports detected
[    2.976182] [c6] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.981836] [c6] exynos-ohci 12120000.usb: EXYNOS OHCI Host Controller
[    2.987964] [c6] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2
[    2.996052] [c6] exynos-ohci 12120000.usb: irq 103, io mem 0x12120000
[    3.061670] [c6] hub 2-0:1.0: USB hub found
[    3.064404] [c6] hub 2-0:1.0: 3 ports detected
[    3.070376] [c6] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    3.075097] [c6] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[    3.083199] [c6] xhci-hcd xhci-hcd.2.auto: irq 104, io mem 0x12000000
[    3.090595] [c6] hub 3-0:1.0: USB hub found
[    3.093579] [c6] hub 3-0:1.0: 1 port detected
[    3.098418] [c6] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    3.103789] [c6] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    3.113050] [c6] hub 4-0:1.0: USB hub found
[    3.115978] [c6] hub 4-0:1.0: 1 port detected
[    3.121000] [c6] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    3.126276] [c6] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    3.134554] [c6] xhci-hcd xhci-hcd.5.auto: irq 105, io mem 0x12400000
[    3.141934] [c6] hub 5-0:1.0: USB hub found
[    3.144872] [c6] hub 5-0:1.0: 1 port detected
[    3.149785] [c6] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    3.155154] [c6] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    3.164406] [c6] hub 6-0:1.0: USB hub found
[    3.167516] [c6] hub 6-0:1.0: 1 port detected
[    3.172614] [c6] usbcore: registered new interface driver usb-storage
[    3.178367] [c6] usbcore: registered new interface driver usbserial
[    3.184451] [c6] usbcore: registered new interface driver usbserial_generic
[    3.191426] [c6] usbserial: USB Serial support registered for generic
[    3.198610] [c6] exynos-usb-switch usb-switch.10: host detect gpio is not available
[    3.205387] [c6] exynos-usb-switch usb-switch.10: device detect gpio is not available
[    3.213192] [c6] exynos-usb-switch usb-switch.10: vbus control gpio is not available
[    3.221044] [c6] exynos-usb-switch usb-switch.10: failed to configure pins
[    3.227942] [c6] exynos-usb-switch usb-switch.10: udc device is not available
[    3.234866] [c6] exynos-usb-switch usb-switch.10: Disable device detect IRQ
[    3.266465] [c6] usb cable = 1
[    3.269005] [c6] mousedev: PS/2 mouse device common for all mice
[    3.277682] [c6] s2m-rtc s2m-rtc: s2m_rtc_enable_wtsr: enable WTSR
[    3.282728] [c6] s2m-rtc s2m-rtc: s2m_rtc_enable_smpl: enable SMPL
[    3.289046] [c6] s2m_rtc_enable_smpl: WTSR_SMPL(0xc7)
[    3.297944] [c6] s2m-rtc s2m-rtc: rtc core: registered s2m-rtc as rtc0
[    3.303905] [c6] i2c /dev entries driver
[    3.308970] [c6] IR NEC protocol handler initialized
[    3.312510] [c6] IR RC5(x) protocol handler initialized
[    3.317764] [c6] IR RC6 protocol handler initialized
[    3.322664] [c6] IR JVC protocol handler initialized
[    3.327598] [c6] IR Sony protocol handler initialized
[    3.332634] [c6] IR RC5 (streamzap) protocol handler initialized
[    3.338618] [c6] IR SANYO protocol handler initialized
[    3.343736] [c6] IR MCE Keyboard/mouse protocol handler initialized
[    3.350549] [c6] PM DOMAIN: pd-mfc, Device : 11000000.mfc Registered
[    3.356351] [c6] s5p-mfc 11000000.mfc: exynos-iommu gpd_dev_ops inserted!
[    3.363905] [c6] s5p-mfc 11000000.mfc: decoder registered as /dev/video6
[    3.370103] [c6] s5p-mfc 11000000.mfc: encoder registered as /dev/video7
[    3.376821] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x40000000 B, IOVMM from 0x10000000.
[    3.385064] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x20000000 B, IOVMM from 0x50000000.
[    3.393643] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x10000000 B, IOVMM from 0x70000000.
[    3.402238] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x30000000 B, IOVMM from 0x80000000.
[    3.410827] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x20000000 B, IOVMM from 0xb0000000.
[    3.419410] [c6] s5p-mfc 11000000.mfc: IOVMM: IOVM SIZE = 0x10000000 B, IOVMM from 0xd0000000.
[    3.428961] [c6] ion_cma ion_mfc_nfw: Alread isolated!
[    3.433440] [c6] S5P CEC for Exynos4 Driver, (c) 2009 Samsung Electronics
[    3.440814] [c6] s5p-tvout-cec 101b0000.cec: success request GPIO for hdmi-cec
[    3.447134] s5p-tvout-cec 101b0000.cec: probe successful
[    3.453854] [c6] TRIMINFO[0] = 0x80672d
[    3.456219] [c6] TMU_CONTROL[0] = 0x10609803
[    3.460603] [c6] CURRENT_TEMP[0] = 0x35
[    3.464325] [c6] THRESHOLD_TEMP_RISE[0] = 0x827d7873
[    3.469273] [c6] THRESHOLD_TEMP_FALL[0] = 0x807b7671
[    3.474217] [c6] INTEN[0] = 0x11111111
[    3.477948] [c6] INTCLEAR[0] = 0x0
[    3.481326] [c6] TRIMINFO[1] = 0x806830
[    3.485151] [c6] TMU_CONTROL[1] = 0x10609803
[    3.489401] [c6] CURRENT_TEMP[1] = 0x36
[    3.493214] [c6] THRESHOLD_TEMP_RISE[1] = 0x85807b76
[    3.498164] [c6] THRESHOLD_TEMP_FALL[1] = 0x837e7974
[    3.503136] [c6] INTEN[1] = 0x11111111
[    3.506842] [c6] INTCLEAR[1] = 0x0
[    3.510218] [c6] TRIMINFO[2] = 0x806d35
[    3.514044] [c6] TMU_CONTROL[2] = 0x10609803
[    3.518295] [c6] CURRENT_TEMP[2] = 0x3b
[    3.522108] [c6] THRESHOLD_TEMP_RISE[2] = 0x85807b76
[    3.527059] [c6] THRESHOLD_TEMP_FALL[2] = 0x837e7974
[    3.532004] [c6] INTEN[2] = 0x11111111
[    3.535696] [c6] INTCLEAR[2] = 0x0
[    3.539150] [c6] TRIMINFO[3] = 0x806a30
[    3.542936] [c6] TMU_CONTROL[3] = 0x10609803
[    3.547188] [c6] CURRENT_TEMP[3] = 0x3b
[    3.550967] [c6] THRESHOLD_TEMP_RISE[3] = 0x89847f7a
[    3.555946] [c6] THRESHOLD_TEMP_FALL[3] = 0x87827d78
[    3.560897] [c6] INTEN[3] = 0x11111111
[    3.564627] [c6] INTCLEAR[3] = 0x0
[    3.568042] [c6] TRIMINFO[4] = 0x806e34
[    3.571831] [c6] TMU_CONTROL[4] = 0x10609803
[    3.576043] [c6] CURRENT_TEMP[4] = 0x39
[    3.579899] [c6] THRESHOLD_TEMP_RISE[4] = 0x8a85807b
[    3.584844] [c6] THRESHOLD_TEMP_FALL[4] = 0x88837e79
[    3.589790] [c6] INTEN[4] = 0x11111111
[    3.593521] [c6] INTCLEAR[4] = 0x0
[    3.598143] [c6] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    3.606703] [c6] cpuidle: using governor ladder
[    3.611944] [c6] cpuidle: using governor menu
[    3.614885] [c6] Synopsys Designware Multimedia Card Interface Driver
[    3.622391] [c6] dwmmc_exynos 12200000.dwmmc0: Clock pin control Pin:gpc0-0 Addr:13410000.pinctrl Val:3 Num:4
[    3.631320] [c6] dwmmc_exynos 12200000.dwmmc0: dw_mci_parse_dt : emmc h/w reset gpio[69] notifier registered.
[    3.641169] [c6] dwmmc_exynos 12200000.dwmmc0: Using internal DMA controller.
[    3.648195] [c6] dwmmc_exynos 12200000.dwmmc0: FIFOTH: 0x 300f0030
[    3.654346] dwmmc_exynos 12200000.dwmmc0: Version ID is 250a
[    3.660402] [c6] dwmmc_exynos 12200000.dwmmc0: DW MMC controller at irq 107, 64 bit host data width, 64 deep fifo
[    3.661558] [c7] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    3.696463] [c6] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    3.716678] [c6] dwmmc_exynos 12200000.dwmmc0: 1 slots initialized
[    3.722023] [c6] dwmmc_exynos 12220000.dwmmc2: Clock pin control Pin:gpc2-0 Addr:13410000.pinctrl Val:3 Num:3
[    3.731535] [c6] dwmmc_exynos 12220000.dwmmc2: Using internal DMA controller.
[    3.738436] [c6] dwmmc_exynos 12220000.dwmmc2: FIFOTH: 0x 300f0030
[    3.744589] dwmmc_exynos 12220000.dwmmc2: Version ID is 250a
[    3.750647] [c6] dwmmc_exynos 12220000.dwmmc2: DW MMC controller at irq 109, 64 bit host data width, 64 deep fifo
[    3.756501] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 300000Hz, actual 297321HZ div = 35)
[    3.770756] [c6] mmc1: vmmc regulator found
[    3.774666] [c6] mmc1: vqmmc regulator found
[    3.790478] [c7] hub 3-1:1.0: USB hub found
[    3.796468] [c6] mmc_host mmc1: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    3.803473] [c7] hub 3-1:1.0: 2 ports detected
[    3.811460] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 200000Hz, actual 196344HZ div = 53)
[    3.821618] [c6] dwmmc_exynos 12220000.dwmmc2: 1 slots initialized
[    3.827502] [c6] leds-gpio leds.15: pins are not configured from the driver
[    3.834724] [c6] ledtrig-cpu: registered to indicate activity on CPUs
[    3.839784] [c6] S5P ACE Driver(SLIMSSS), (c) 2013 Samsung Electronics
[    3.847054] [c6] ACE: ecb-aes-s5p-ace
[    3.850134] [c6] ACE: cbc-aes-s5p-ace
[    3.853820] [c6] ACE: ctr-aes-s5p-ace
[    3.857446] [c6] ACE: xts-aes-s5p-ace
[    3.861062] [c6] ACE: sha1-s5p-ace
[    3.864488] [c6] ACE: sha256-s5p-ace
[    3.867756] [c6] ACE driver is initialized
[    3.872123] [c6] hidraw: raw HID events driver (C) Jiri Kosina
[    3.878061] [c6] usbcore: registered new interface driver usbhid
[    3.881476] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 100000Hz, actual 99107HZ div = 105)
[    3.893531] [c6] usbhid: USB HID core driver
[    3.898649] [c6] exynos-adc 12d10000.adc: operating without regulator vdd[-19]
[    3.905591] [c6] exynos-adc 12d10000.adc: Probed successfully driver.
[    3.912960] [c6] odroid-fan odroid_fan.14: unable to request PWM, trying legacy API
[    3.919324] [c6] pwm-samsung: tin parent at 66600000
[    3.928352] [c6] lpass_register_subip: i2s(cdb3c010) registered
[    3.981806] [c7] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[    4.002962] [c7] usb 4-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    4.012317] [c5] mmc_host mmc1: Bus speed (slot 0) = 166500000Hz (slot req 400000Hz, actual 398325HZ div = 209)
[    4.021066] [c5] mmc_host mmc1: Bus speed (slot 0) = 166500000Hz (slot req 166500000Hz, actual 166500000HZ div = 0)
[    4.025278] [c7] hub 4-1:1.0: USB hub found
[    4.025684] [c7] hub 4-1:1.0: 2 ports detected
[    4.251522] [c4] usb 2-1: new full-speed USB device number 2 using exynos-ohci
[    4.291419] [c6] dwmmc_exynos 12220000.dwmmc2: data timeout error
[    4.296125] [c5] mmc_host mmc1: Tuning error: cmd.error:-110, data.error:-110
[    4.303231] [c5] dwmmc_exynos 12220000.dwmmc2: divratio: 3 map: 0x 00007fff
[    4.310139] [c5] dwmmc_exynos 12220000.dwmmc2: sample_good: 0x 7fff best_sample: 0x 06
[    4.318066] [c5] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
[    4.325973] [c5] mmcblk0: mmc1:59b4       29.8 GiB
[    4.332693] [c5]  mmcblk0: p1
[    4.351452] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 400000Hz, actual 385416HZ div = 27)
[    4.411473] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 300000Hz, actual 297321HZ div = 35)
[    4.473618] [c4] input: Logitech USB Receiver as /devices/12120000.usb/usb2/2-1/2-1:1.0/input/input0
[    4.476551] [c7] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 200000Hz, actual 196344HZ div = 53)
[    4.492475] [c4] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-12120000.usb-1/input0
[    4.511462] [c4] input: Logitech USB Receiver as /devices/12120000.usb/usb2/2-1/2-1:1.1/input/input1
[    4.521200] [c4] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-12120000.usb-1/input1
[    4.541486] [c5] mmc_host mmc0: Bus speed (slot 0) = 20812500Hz (slot req 100000Hz, actual 99107HZ div = 105)
[    4.602076] [c4] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd
[    4.648500] [c4] hub 3-1.1:1.0: USB hub found
[    4.651700] [c4] hub 3-1.1:1.0: 4 ports detected
[    4.771758] [c4] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd
[    4.791932] [c4] usb 6-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    4.882955] [c4] usb 4-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[    4.931435] [c6] exynos5-hsi2c 12cb0000.hsi2c: Register dump(suspended : 0)
[    4.931435] : CTL          0x00000089
[    4.931435] : FIFO_CTL     0x00200203
[    4.931435] : TRAILING_CTL 0x0000000f
[    4.931435] : CLK_CTL      0x00000000
[    4.931435] : CLK_SLOT     0x00000000
[    4.931435] : INT_EN       0x00000000
[    4.931435] : INT_STAT     0x00000000
[    4.931435] : ERR_STAT     0x00000000
[    4.931435] : FIFO_STAT    0x01000002
[    4.931435] : TXDATA       0xdeadbeaf
[    4.931435] : RXDATA       0x00000000
[    4.931435] : CONF         0xb00300ff
[    4.931435] : AUTO_CONF    0x00020002
[    4.931435] : TIMEOUT      0x000000ff
[    4.931435] : MANUAL_CMD   0x00000000
[    4.931435] : TRANS_STAT   0x00000000
[    4.931435] : TIMING_HS1   0x4b4b4b00
[    4.931435] : TIMING_HS2   0x25004b4b
[    4.931435] : TIMING_HS3   0x00000096
[    4.931435] : TIMING_FS1   0x4b4b4b00
[    4.931435] : TIMING_FS2   0x25004b4b
[    4.931435] : TIMING_FS3   0x00000096
[    4.931435] : TIMING_SLA   0x00000025
[    5.020837] [c6] exynos5-hsi2c 12cb0000.hsi2c: tx timeout
[    5.133110] [c4] usb 4-1.1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    5.144564] [c4] hub 4-1.1:1.0: USB hub found
[    5.147688] [c4] hub 4-1.1:1.0: 4 ports detected
[    5.222979] [c4] usb 4-1.2: new SuperSpeed USB device number 4 using xhci-hcd
[    5.242787] [c4] usb 4-1.2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    5.254867] [c4] usb-storage 4-1.2:1.0: USB Mass Storage device detected
[    5.260789] [c5] scsi0 : usb-storage 4-1.2:1.0
[    5.346694] [c5] usb 3-1.1.1: new full-speed USB device number 4 using xhci-hcd
[    6.021432] [c6] exynos5-hsi2c 12cb0000.hsi2c: Register dump(suspended : 0)
[    6.021432] : CTL          0x00000089
[    6.021432] : FIFO_CTL     0x00200203
[    6.021432] : TRAILING_CTL 0x0000000f
[    6.021432] : CLK_CTL      0x00000000
[    6.021432] : CLK_SLOT     0x00000000
[    6.021432] : INT_EN       0x00000000
[    6.021432] : INT_STAT     0x00000000
[    6.021432] : ERR_STAT     0x00000000
[    6.021432] : FIFO_STAT    0x01000002
[    6.021432] : TXDATA       0xdeadbeaf
[    6.021432] : RXDATA       0x00000000
[    6.021432] : CONF         0xb00300ff
[    6.021432] : AUTO_CONF    0x00020002
[    6.021432] : TIMEOUT      0x000000ff
[    6.021432] : MANUAL_CMD   0x00000000
[    6.021432] : TRANS_STAT   0x00000000
[    6.021432] : TIMING_HS1   0x4b4b4b00
[    6.021432] : TIMING_HS2   0x25004b4b
[    6.021432] : TIMING_HS3   0x00000096
[    6.021432] : TIMING_FS1   0x4b4b4b00
[    6.021432] : TIMING_FS2   0x25004b4b
[    6.021432] : TIMING_FS3   0x00000096
[    6.021432] : TIMING_SLA   0x00000025
[    6.110858] [c6] exynos5-hsi2c 12cb0000.hsi2c: tx timeout
[    6.116294] [c6] exynos5-hsi2c 12cb0000.hsi2c: xfer message failed
[    6.122377] [c6] max98090 1-0010: Failed to reset codec: -5
[    6.127908] [c6] max98090 1-0010: Failed to device reset : -5
[    6.133632] [c6] max98090 1-0010: ASoC: failed to probe CODEC -5
[    6.139841] [c6] odroid-audio sound.13: ASoC: failed to instantiate card -5
[    6.146894] [c6] odroid-audio sound.13: snd_soc_register_card() failed(max98090): -5
[    6.155259] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.162407] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.170535] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.178627] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.186755] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Capture debugfs file
[    6.194822] [c6] dummy-codec dummy-codec.11: ASoC: Failed to create Playback debugfs file
[    6.203771] [c6] odroid-audio sound.13:  dummy-aif1 <-> samsung-i2s-sec mapping ok
[    6.211575] [c6] odroid-audio sound.13:  dummy-aif2 <-> 3830000.i2s mapping ok
[    6.220930] [c6] Netfilter messages via NETLINK v0.30.
[    6.225361] [c6] arp_tables: (C) 2002 David S. Miller
[    6.229855] [c6] TCP: cubic registered
[    6.233408] [c6] Initializing XFRM netlink socket
[    6.238859] [c6] NET: Registered protocol family 10
[    6.244634] [c6] mip6: Mobile IPv6
[    6.246616] [c6] sit: IPv6 over IPv4 tunneling driver
[    6.253434] [c6] NET: Registered protocol family 17
[    6.256949] [c6] NET: Registered protocol family 15
[    6.261782] [c6] NET: Registered protocol family 35
[    6.263033] [c5] scsi 0:0:0:0: Direct-Access     ST950032 5AS              1003 PQ: 0 ANSI: 6
[    6.265551] [c5] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.266007] [c4] sd 0:0:0:0: [sda] 976773152 512-byte logical blocks: (500 GB/465 GiB)
[    6.267681] [c4] sd 0:0:0:0: [sda] Write Protect is off
[    6.269383] [c4] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    6.303064] [c6] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    6.306709] [c4]  sda: sda1
[    6.311349] [c4] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.318810] [c6] Registering SWP/SWPB emulation handler
[    6.323956] [c6] SRAM ASV group [2] : MIF(950000), G3D(975000)
[    6.336038] [c6] registered taskstats version 1
[    6.339340] [c6] hdmi-en: disabling
[    6.342636] [c6] MAIN_DC: disabling
[    6.346039] [c6] regulator-dummy: disabling
[    6.351895] [c6] input: gpio_keys.7 as /devices/gpio_keys.7/input/input2
[    6.357825] [c6] CPUFREQ of CA7  L0 : 1300000 uV
[    6.361818] [c6] CPUFREQ of CA7  L0 : ABB 8
[    6.365885] [c6] CPUFREQ of CA7  L1 : 1300000 uV
[    6.370556] [c6] CPUFREQ of CA7  L1 : ABB 2
[    6.374708] [c6] CPUFREQ of CA7  L2 : 1250000 uV
[    6.379319] [c6] CPUFREQ of CA7  L2 : ABB 2
[    6.383474] [c6] CPUFREQ of CA7  L3 : 1200000 uV
[    6.388070] [c6] CPUFREQ of CA7  L3 : ABB 2
[    6.392235] [c6] CPUFREQ of CA7  L4 : 1150000 uV
[    6.396835] [c6] CPUFREQ of CA7  L4 : ABB 2
[    6.400939] [c6] CPUFREQ of CA7  L5 : 1112500 uV
[    6.405598] [c6] CPUFREQ of CA7  L5 : ABB 2
[    6.409763] [c6] CPUFREQ of CA7  L6 : 1075000 uV
[    6.414362] [c6] CPUFREQ of CA7  L6 : ABB 2
[    6.418526] [c6] CPUFREQ of CA7  L7 : 1037500 uV
[    6.423126] [c6] CPUFREQ of CA7  L7 : ABB 2
[    6.427289] [c6] CPUFREQ of CA7  L8 : 1000000 uV
[    6.431888] [c6] CPUFREQ of CA7  L8 : ABB 255
[    6.436166] [c6] CPUFREQ of CA7  L9 : 962500 uV
[    6.440738] [c6] CPUFREQ of CA7  L9 : ABB 255
[    6.445076] [c6] CPUFREQ of CA7  L10 : 925000 uV
[    6.449676] [c6] CPUFREQ of CA7  L10 : ABB 255
[    6.454101] [c6] CPUFREQ of CA7  L11 : 900000 uV
[    6.458754] [c6] CPUFREQ of CA7  L11 : ABB 255
[    6.463127] [c6] CPUFREQ of CA7  L12 : 900000 uV
[    6.467723] [c6] CPUFREQ of CA7  L12 : ABB 255
[    6.472148] [c6] CPUFREQ of CA7  L13 : 900000 uV
[    6.476748] [c6] CPUFREQ of CA7  L13 : ABB 255
[    6.481111] [c6] CPUFREQ of CA7  L14 : 900000 uV
[    6.485771] [c6] CPUFREQ of CA7  L14 : ABB 255
[    6.490496] [c6] kfc clock[800000], mx_mspll clock[666000]
[    6.495674] [c6] [SET_EMA_TEST] volt : 887500  value : 0x44
[    6.501216] [c6] [SET_EMA_TEST] volt : 937500  value : 0x44
[    6.506770] [c6] [SET_EMA_TEST] volt : 1032500  value : 0x33
[    6.512408] [c6] [SET_EMA_TEST] volt : 1142500  value : 0x11
[    6.518049] [c6] [SET_EMA_TEST] volt : 1167500  value : 0x11
[    6.523688] [c6] CPUFREQ of CA15 L0 : 1362500 uV
[    6.528286] [c6] CPUFREQ of CA15  L0 : ABB 8
[    6.532538] [c6] CPUFREQ of CA15 L1 : 1362500 uV
[    6.537137] [c6] CPUFREQ of CA15  L1 : ABB 8
[    6.541327] [c6] CPUFREQ of CA15 L2 : 1362500 uV
[    6.545986] [c6] CPUFREQ of CA15  L2 : ABB 8
[    6.550247] [c6] CPUFREQ of CA15 L3 : 1350000 uV
[    6.554837] [c6] CPUFREQ of CA15  L3 : ABB 255
[    6.559262] [c6] CPUFREQ of CA15 L4 : 1300000 uV
[    6.563860] [c6] CPUFREQ of CA15  L4 : ABB 255
[    6.568285] [c6] CPUFREQ of CA15 L5 : 1225000 uV
[    6.572881] [c6] CPUFREQ of CA15  L5 : ABB 255
[    6.577309] [c6] CPUFREQ of CA15 L6 : 1175000 uV
[    6.581908] [c6] CPUFREQ of CA15  L6 : ABB 255
[    6.586273] [c6] CPUFREQ of CA15 L7 : 1137500 uV
[    6.590932] [c6] CPUFREQ of CA15  L7 : ABB 255
[    6.595356] [c6] CPUFREQ of CA15 L8 : 1100000 uV
[    6.599955] [c6] CPUFREQ of CA15  L8 : ABB 255
[    6.604380] [c6] CPUFREQ of CA15 L9 : 1062500 uV
[    6.608978] [c6] CPUFREQ of CA15  L9 : ABB 255
[    6.613405] [c6] CPUFREQ of CA15 L10 : 1037500 uV
[    6.618098] [c6] CPUFREQ of CA15  L10 : ABB 255
[    6.622602] [c6] CPUFREQ of CA15 L11 : 1025000 uV
[    6.627292] [c6] CPUFREQ of CA15  L11 : ABB 255
[    6.631799] [c6] CPUFREQ of CA15 L12 : 1000000 uV
[    6.636485] [c6] CPUFREQ of CA15  L12 : ABB 255
[    6.640936] [c6] CPUFREQ of CA15 L13 : 975000 uV
[    6.645595] [c6] CPUFREQ of CA15  L13 : ABB 255
[    6.650106] [c6] CPUFREQ of CA15 L14 : 950000 uV
[    6.654706] [c6] CPUFREQ of CA15  L14 : ABB 255
[    6.659217] [c6] CPUFREQ of CA15 L15 : 925000 uV
[    6.663816] [c6] CPUFREQ of CA15  L15 : ABB 255
[    6.668327] [c6] CPUFREQ of CA15 L16 : 900000 uV
[    6.672922] [c6] CPUFREQ of CA15  L16 : ABB 255
[    6.677439] [c6] CPUFREQ of CA15 L17 : 900000 uV
[    6.682036] [c6] CPUFREQ of CA15  L17 : ABB 255
[    6.686548] [c6] CPUFREQ of CA15 L18 : 900000 uV
[    6.691087] [c6] CPUFREQ of CA15  L18 : ABB 255
[    6.695659] [c6] CPUFREQ of CA15 L19 : 900000 uV
[    6.700257] [c6] CPUFREQ of CA15  L19 : ABB 255
[    6.704769] [c6] CPUFREQ of CA15 L20 : 900000 uV
[    6.709368] [c6] CPUFREQ of CA15  L20 : ABB 255
[    6.713880] [c6] CPUFREQ of CA15 L21 : 900000 uV
[    6.718479] [c6] CPUFREQ of CA15  L21 : ABB 255
[    6.722991] [c6] CPUFREQ of CA15 L22 : 900000 uV
[    6.727589] [c6] CPUFREQ of CA15  L22 : ABB 255
[    6.732442] [c6] eagle clock[800000], mpll clock[800000]
[    6.741742] [c6] Exynos: Kernel Thermal management registered
[    6.746515] [c6] ### dt-test ### No testcase data in device tree; not running tests
[    6.789811] [c6] MIF 825000Khz ASV is 975000uV
[    6.792876] [c6] DEVFREQ(MIF) : 825000Khz, ABB 14
[    6.797495] [c6] MIF 728000Khz ASV is 937500uV
[    6.801920] [c6] DEVFREQ(MIF) : 728000Khz, ABB 14
[    6.806603] [c6] MIF 633000Khz ASV is 900000uV
[    6.810997] [c6] DEVFREQ(MIF) : 633000Khz, ABB 14
[    6.815714] [c6] MIF 543000Khz ASV is 875000uV
[    6.820140] [c6] DEVFREQ(MIF) : 543000Khz, ABB 14
[    6.824823] [c6] MIF 413000Khz ASV is 812500uV
[    6.829251] [c6] DEVFREQ(MIF) : 413000Khz, ABB 14
[    6.833934] [c6] MIF 275000Khz ASV is 787500uV
[    6.838361] [c6] DEVFREQ(MIF) : 275000Khz, ABB 14
[    6.843044] [c6] MIF 206000Khz ASV is 787500uV
[    6.847473] [c6] DEVFREQ(MIF) : 206000Khz, ABB 14
[    6.852156] [c6] MIF 165000Khz ASV is 787500uV
[    6.856582] [c6] DEVFREQ(MIF) : 165000Khz, ABB 14
[    6.861233] [c6] MIF 138000Khz ASV is 787500uV
[    6.865692] [c6] DEVFREQ(MIF) : 138000Khz, ABB 14
[    6.871701] [c6] MIF: set ASV freq 825000, voltage 975000
[    6.876282] [c6] INT 600000Khz ASV is 962500uV
[    6.880196] [c6] DEVFREQ(INT) : 600000Khz, ABB 255
[    7.886388] [c6] PM DOMAIN: Power off unused power domains.
[    7.890953] [c6] ALSA device list:
[    7.893906] [c6] pd-gscl: Power-off latency exceeded, new value 2973792 ns
[    7.900754] [c6]   #0: odroid-audio
[    7.905375] [c6] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    7.912127] [c6] Please append a correct "root=" boot option; here are the available partitions:
[    7.920918] [c6] b300        31276032 mmcblk0  driver: mmcblk
[    7.926612] [c6]   b301         1214464 mmcblk0p1 65a81a70-01
[    7.932308] [c6] 0800       488386576 sda  driver: sd
[    7.937370] [c6]   0801       488383488 sda1 e72d222d-01
[    7.942651] [c6] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    7.951306] [c6] CPU: 6 PID: 1 Comm: swapper/0 Not tainted 3.10.104-odroidxu4 #3

 

 

Link to comment
Share on other sites

Ideally I would like to see no more than something like this:

                Boot         Network         HDMI         Install           Date          Performed by
------------------------------------------------------------------------------------------------------
Lamobo R1        yes             yes          yes             yes            x.y.2016          JohnDoe
Odroid XU4        no www.link-to-boot-log.com
Odroic C1        yes 
...
...

Link to comment
Share on other sites

Ideally I would like to see no more than something like this:

 

Board                 Branch        Boot         Network         HDMI                      Install           Date             Performed by      link

-----------------------------------------------------------------------------------------------------------------------------------------------------

Lamobo R1        Legacy        ?              ?                    ?                           ?                  ?                  ?

Lamobo R1        Vanilla         ?              ?                    ?                           ?                  ?                  ?

Odroid XU4        Legacy        No            -                     -                           SD                20161027    wildcat_paris       http://pastebin.com/LA1sUa49

Odroid XU4        Vanilla         Yes           Yes                console only         SD                20161026    wildcat_paris       ?

 

comments:

- I cannot find a proper/easy way to write a result table on the forum +  impossible to use "tab" key to separate elements  (only spaces)

=> is there an extension of the forum to add tables ???

 

I would propose to create a new  "sticky" post:

- first message is the summary of all reports for a beta version (I would propose I do the updates here) from...

- testers can put their latest results in this thread and I would update the messages in the first post (as a summary)

 

- maybe you may reinstall wildcat_paris with proper rights to manage the "testing thread" (& available to help more in forum as previously)

Link to comment
Share on other sites

Ideally I would like to see no more than something like this:

 

Boot         Network         HDMI         Install           Date          Performed by
------------------------------------------------------------------------------------------------------
Lamobo R1        yes             yes          yes             yes            x.y.2016          JohnDoe
Odroid XU4        no www.link-to-boot-log.com
Odroic C1        yes 
...
...
:

Well, perhaps provide a html form ouside of the forum. Something very simple at beginning but that could be enhanced to provide more inputs and generate reports.

Link to comment
Share on other sites

I would propose to create a new  "sticky" post:

 

We are not there yet since I don't know yet how we will do it. And It depends -  if we collect data mostly automatically, than we better provide some html, generated based on auto submitting. If no data went trough for certain boards, than either tester(s) failed to test or it does not boot at all.

 

Let's see how far we can come with automated approach. 

 

I need some days off so I won't jump to coding in any case.

Link to comment
Share on other sites

"If no data went trough for certain boards, than either tester failed to test or it does not boot at all."

 

If no data is auto-submitted, it indicates that network is not fully configured - not that the board doesn't boot. Or that it does not pass threw the firewall as in my case anyway ... In any case, you should explicitly ask permission for reporting.

Link to comment
Share on other sites

If no data is auto-submitted, it indicates that network is not fully configured - not that the board doesn't boot. Or that it does not pass threw the firewall as in my case anyway ... In any case, you should explicitly ask permission for reporting.

I agree and I vote also for collecting feedback prior to start any work. I could imagine a simple HTML form accessible through GET method so a test mechanism can either submit data in an automated way or provide an URL that's ready for copy&paste.

 

Please note that some ideas exist already -- please see https://github.com/igorpecovnik/lib/issues/512 and https://github.com/igorpecovnik/lib/issues/511#issuecomment-256420416. We must ease helping users testing through new releases and upgrade procedure so exactly this sort of feedback has to be collected NOW.

Link to comment
Share on other sites

@zador.blood.stain

So it does boot fine? We can always switch DTB file name by checking /boot/.next, like in sunxi boot script.

yes it "kind of" boots, but the system cannot go any further with root=<null>

 

Sure the dtb file renaming is a "detail" I can handle.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines