Jetson TK1 won't boot

Hello,

I flashed successfully JetPack-L4T-2.1 on a new Jetson TK1 board according to Nvidia installation guide. The post-install process couldn’t continue because the IP address couldn’t be determined and the address I manually entered (which is the correct address) was rejected.
Then I tried to boot the device and monitore the output in serial console. This is what I got:

TEGRA124
Board: NVIDIA Jetson TK1
I2C: ready
DRAM: 2 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment

tegra-pcie: PCI regions:
tegra-pcie: I/O: 0x12000000-0x12010000
tegra-pcie: non-prefetchable memory: 0x13000000-0x20000000
tegra-pcie: prefetchable memory: 0x20000000-0x40000000
tegra-pcie: 2x1, 1x1 configuration
W�֖��pcie: probing port 0, using 2 lanes
tegra-pcie: link 0 down, retrying
tegra-pcie: link 0 down, retrying
tegra-pcie: link 0 down, retrying
tegra-pcie: link 0 down, ignoring
tegra-pcie: probing port 1, using 1 lanes
In: serial
Out: serial
Err: serial
Net: RTL8169#0
Warning: RTL8169#0 using MAC address from net device

Hit any key to stop autoboot: 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0…
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
Failed to mount ext2 filesystem…
** Unrecognized filesystem type **
(Re)start USB…
USB0: USB EHCI 1.10
scanning bus 0 for devices… 1 USB Device(s) found
USB1: USB EHCI 1.10
scanning bus 1 for devices… 1 USB Device(s) found
scanning usb for storage devices… 0 Storage Device(s) found
scanning usb for ethernet devices… 0 Ethernet Device(s) found

USB device 0: unknown device
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10

Obviously extlinux.conf can not be found. I would appreciate any useful advice regarding this issue.

Hi Timscho,

Could you try JetPack3.0 have the same issue or not?
https://developer.nvidia.com/embedded/dlc/jetpack-l4t-3_0

Hi carolyuu,

thank you for your response and sorry for my late answer.

I solved the problem and I will try to explain the case.

The problem was that system.img was actually not created and flashed on Jetson although I got that message that flashing was successful. That happened each time I used NVidia install manager.

After I had realized that, I tried to flash it manually starting flash from command line:

sudo ./flash.sh jetson-tk1 mmcblk0p1

and it worked! But before that I had to change something in flash.sh. I replaced “loop0” with “loop1” because my loop device 0 was not available for some reason.

I regret that installing Jetpack 2.1. on Jetson TK1 doesn’t work using NVidia installer.

I found very useful informations in this forum, especially in this thread https://devtalk.nvidia.com/default/topic/760912/?comment=4349141

Timscho

The observation of using loop1 instead of loop0 reveals a logic error in the flash.sh script. Within the build_fsimage() function it is a logic error to assume that if loop0 exists as a block device special file that it can then be used…really one must ignore what already exists because what is truly needed is the first device which is available. Someone with an encrypted file system would for example use a loop device, so flash.sh would fail without such a workaround on all hosts using an encrypted file system over loopback.

The function fails to use “losetup --find” from the very start, which is what is needed. If you had loop0, but loop0 was not available, the script would never use “losetup --find”. The correct use would be to directly use the device found in “losetup --find” without throwing away the answer. Command line illustration:

LOOP_DEV=`losetup --find`
echo $LOOP_DEV

…this uses the correct loop device every time (requires running as root if the loop device must be created).

Btw…a flash is successful if the flash image was sent…even if the image is zero bytes :P

Thank you very much for your response as well for your postings on this issue in other threads which helped me to solve the problem :)

I really don’t know why the loop device named loop0 on my ubuntu system is not available but I see that I was not the only one with this problem. Therefore I wonder that this logic error was not removed in newer versions of Jetpack (the same thing happens with v2.2 and v3) although you had already explained this some time ago.

There are many things which may use a loopback device, and if any of the uses did not free loop0 after using, then it would not be free (a behavior which should not happen, but seems to sometimes be the case). A failed flash should release the device, but it wouldn’t be completely unheard of that a previous flash attempt (assuming no reboot) may have failed to release it. There are a number of other applications which may use a loopback device as well.

Hi Guys,

We are facing with very strange problem on bootloader. We created custom board based on TK1 CD575M - A1 with SDIN8DE4 - 16G Taiwan made one and SKYHYNIX CFR-PBA 4 rams. We did full SHMOO test successfully and created necessary files. Successfully flashed IMG files in to the system. However, system stops on very early stage of the booting.

It is very strange because when we flash android os on this exact same system it works. Last month, we made 10pcs of exact same sample boards which were working fine. When we flash L4T in to this system, it shows following error. Please help us to sort out this issue guys. Thanks!

Here I attached my log and i have no clue with this problem at all.

U-Boot SPL 2014.10-rc2-g3127911 (Jun 07 2016 - 21:00:01)                        
                                                                                
                                                                                
U-Boot 2014.10-rc2-g3127911 (Jun 07 2016 - 21:00:01)                            
                                                                                
TEGRA124                                                                        
Board: NVIDIA Jetson TK1                                                        
I2C:   ready                                                                    
DRAM:  2 GiB                                                                    
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1                                         
*** Warning - bad CRC, using default environment                                
                                                                                
tegra-pcie: PCI regions:                                                        
tegra-pcie:   I/O: 0x12000000-0x12010000                                        
tegra-pcie:   non-prefetchable memory: 0x13000000-0x20000000                    
tegra-pcie:   prefetchable memory: 0x20000000-0x40000000                        
tegra-pcie: 2x1, 1x1 configuration                                              
ERROR: tegra-pcie: failed to power on PHY: -110                                 
                                                   
at /dvs/git/dirty/git-master_linux/3rdparty/u-boot/drivers/pci/pci_tegra.c:740/)
ERROR: tegra-pcie: failed to enable controller                                  
at /dvs/git/dirty/git-master_linux/3rdparty/u-boot/drivers/pci/pci_tegra.c:1055)
In:    serial                                                                   
Out:   serial                                                                   
Err:   serial                                                                   
Net:   No ethernet found.                                                       
Hit any key to stop autoboot:  0                                                
MMC: no card present                                                            
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
Scanning mmc 0...                                                               
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
GPT: last_usable_lba incorrect: 1D58FFF > 1D52000                               
get_partition_info_efi: *** ERROR: Invalid GPT ***                              
GPT: my_lba incorrect: 1D59FFF != 1D51FFF                                       
get_partition_info_efi: *** ERROR: Invalid Backup GPT ***                       
** Invalid partition 1 **                                                       
(Re)start USB...                                                                
USB0:   USB EHCI 1.10                                                           
scanning bus 0 for devices... 1 USB Device(s) found                             
USB1:   USB EHCI 1.10                                                           
scanning bus 1 for devices... 1 USB Device(s) found                             
       scanning usb for storage devices... 0 Storage Device(s) found            
       scanning usb for ethernet devices... 0 Ethernet Device(s) found          
                                                                                
USB device 0: unknown device                                                    
No ethernet found.                                                              
missing environment variable: pxeuuid                                           
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/00000000                                          
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/0000000                                           
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/000000                                            
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/00000                                             
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/0000                                              
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/000                                               
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/00                                                
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/0                                                 
No ethernet found.                                                              
missing environment variable: bootfile                                          
Retrieving file: pxelinux.cfg/default-arm-tegra124                              
No ethernet found.                                                              
missing..

I am having kinda same problem. I have been using Jetson TK1 board smoothly with R21.5 . Suddenly during some wiring on the GPIO Header, the board restarted and then the HDMI output and LAN connection not working. The LAN LED’s not blinking at all when connected to router. The board powers up and I can access it via Serial Console but the HDMI and LAN part not working at all.

Is that a kernel problem or hardware problem? I tried flashing again but due to disabled LAN port, the flash can’t be successful. Any help?

Here is my device log during boot:

sudo reboot
[sudo] password for ubuntu: 

Broadcast message from ubuntu@tegra-ubuntu

  (/dev/ttyS0) at 3:42 ...

The system is going down for reboot NOW!

ubuntu@tegra-ubuntu:~$ [   67.564518] Restarting system.
[   67.567952] Restarting Linux version 3.10.40-ga7da876 (buildbrain@mobile-u64-234) (gcc version 4.5.3 (crosstool-NG hg_unknown@20110628.165246) ) #1 SMP PREEMPT Tue Jun 7 21:05:06 PDT 2016
[   67.567952] 
\00\00
U-Boot SPL 2014.10-rc2-g3127911 (Jun 07 2016 - 21:00:01)

U-Boot 2014.10-rc2-g3127911 (Jun 07 2016 - 21:00:01)

TEGRA124
Board: NVIDIA Jetson TK1
I2C:   ready
DRAM:  2 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment

tegra-pcie: PCI regions:
tegra-pcie:   I/O: 0x12000000-0x12010000
tegra-pcie:   non-prefetchable memory: 0x13000000-0x20000000
tegra-pcie:   prefetchable memory: 0x20000000-0x40000000
tegra-pcie: 2x1, 1x1 configuration
ERROR: tegra-pcie: failed to power on PHY: -110

at /dvs/git/dirty/git-master_linux/3rdparty/u-boot/drivers/pci/pci_tegra.c:740/tegra_pcie_enable_controller()
ERROR: tegra-pcie: failed to enable controller
at /dvs/git/dirty/git-master_linux/3rdparty/u-boot/drivers/pci/pci_tegra.c:1055/process_nodes()
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0 
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
850 bytes read in 329 ms (2 KiB/s)
Jetson-TK1 eMMC boot options
1:  primary kernel
Enter choice: 1:  primary kernel
Retrieving file: /boot/zImage
6227528 bytes read in 193 ms (30.8 MiB/s)
append: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 lp0_vec=2064@0xf46ff000 mem=2015M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x0000:0x02:0x43:0x00 tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 usbcore.old_scheme_first=1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal fbcon=map:1 commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dvfs=0 touch_id=0@0 board_info=0x0177:0x0000:0x02:0x43:0x00 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait tegraboot=sdmmc gpt usbcore.autosuspend=-1
Retrieving file: /boot/tegra124-jetson_tk1-pm375-000-c00-00.dtb
59661 bytes read in 258 ms (225.6 KiB/s)
Kernel image @ 0x81000000 [ 0x000000 - 0x5f0648 ]
## Flattened Device Tree blob at 82000000
   Booting using the fdt blob at 0x82000000
   Using Device Tree in place at 82000000, end 8201190c

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.40-ga7da876 (buildbrain@mobile-u64-234) (gcc version 4.5.3 (crosstool-NG hg_unknown@20110628.165246) ) #1 SMP PREEMPT Tue Jun 7 21:05:06 PDT 2016
[    0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: jetson-tk1, model: NVIDIA Tegra124 PM375, serial: 0
[    0.000000] Truncating memory at 0x80000000 to fit in 32-bit physical address space
[    0.000000] Found tsec, start=0xf4900000 size=2000000
[    0.000000] Tegra reserved memory:
[    0.000000] LP0:                    f46ff000 - f46ff80f
[    0.000000] Bootloader framebuffer: 00000000 - 00000000
[    0.000000] Bootloader framebuffer2: 00000000 - 00000000
[    0.000000] Framebuffer:            f8500000 - f96fffff
[    0.000000] 2nd Framebuffer:        f9700000 - fdefffff
[    0.000000] Carveout:               00000000 - 00000000
[    0.000000] Vpr:                    00000000 - 00000000
[    0.000000] Tsec:                   f4900000 - f68fffff
[    0.000000] cma: CMA: reserved 16 MiB at ae800000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/arch/arm/boot/dts/tegra124-jetson_tk1-pm375-000-c00-00.dts
[    0.000000] Tegra12: CPU Speedo value 2349, Soc Speedo value 2321, Gpu Speedo value 2118
[    0.000000] Tegra12: CPU Speedo ID 1, Soc Speedo ID 1, Gpu Speedo ID 1
[    0.000000] Tegra12: CPU Process ID 1,Soc Process ID 1,Gpu Process ID 1
[    0.000000] Tegra Revision: A01 SKU: 0x81 CPU Process: 1 Core Process: 1
[    0.000000] tegra: PLLP fixed rate: 408000000
[    0.000000] tegra_clk_shared_bus_user_init: c2bus client se left ON
[    0.000000] tegra_clk_shared_bus_user_init: c4bus client vi left ON
[    0.000000] Lowering cpu_lp maximum rate from 1350000000 to 1092000000
[    0.000000] Lowering sbus maximum rate from 420000000 to 384000000
[    0.000000] Lowering vic03 maximum rate from 900000000 to 828000000
[    0.000000] Lowering tsec maximum rate from 900000000 to 828000000
[    0.000000] Lowering msenc maximum rate from 600000000 to 528000000
[    0.000000] Lowering se maximum rate from 600000000 to 528000000
[    0.000000] Lowering vde maximum rate from 600000000 to 528000000
[    0.000000] Lowering host1x maximum rate from 500000000 to 444000000
[    0.000000] Lowering vi maximum rate from 700000000 to 600000000
[    0.000000] Lowering isp maximum rate from 700000000 to 600000000
[    0.000000] Lowering c4bus maximum rate from 700000000 to 600000000
[    0.000000] Lowering pll_c maximum rate from 1400000000 to 1066000000
[    0.000000] Lowering pll_c2 maximum rate from 1200000000 to 1066000000
[    0.000000] Lowering pll_c3 maximum rate from 1200000000 to 1066000000
[    0.000000] Lowering hdmi maximum rate from 594000000 to 297000000
[    0.000000] Lowering sdmmc1 maximum rate from 208000000 to 204000000
[    0.000000] Lowering sdmmc3 maximum rate from 208000000 to 204000000
[    0.000000] Lowering gbus maximum rate from 1032000000 to 852000000
[    0.000000] Lowering cpu_g maximum rate from 3000000000 to 2065500000
[    0.000000] tegra dvfs: VDD_CPU nominal 1260mV, scaling enabled
[    0.000000] tegra dvfs: VDD_CORE nominal 1150mV, scaling enabled
[    0.000000] tegra dvfs: VDD_GPU nominal 1200mV, scaling enabled
[    0.000000] Switching to timer-based delay loop
[    0.000000] tegra_powergate_init: DONE
[    0.000000] tegra12_plle_clk_enable: pll_e is already enabled
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1df3000 s15168 r8192 d13504 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 490768
[    0.000000] Kernel command line: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 lp0_vec=2064@0xf46ff000 mem=2015M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x0000:0x02:0x43:0x00 tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 usbcore.old_scheme_first=1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal fbcon=map:1 commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dvfs=0 touch_id=0@0 board_info=0x0177:0x0000:0x02:0x43:0x00 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait tegraboot=sdmmc gpt usbcore.autosuspend=-1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1923MB = 1923MB total
[    0.000000] Memory: 1920996k/1920996k available, 142364k reserved, 1190908K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0b5b6cc   (11598 kB)
[    0.000000]       .init : 0xc0b5c000 - 0xc0bd8b40   ( 499 kB)
[    0.000000]       .data : 0xc0bda000 - 0xc0d3b058   (1413 kB)
[    0.000000]        .bss : 0xc0d3b058 - 0xc0dd5f8c   ( 620 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:960
[    0.000000] the number of interrupt controllers found is 5
[    0.000000] Architected local timer running at 12.00MHz (phys).
[    0.000000] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 2863311536128ns
[    0.000000] Ignoring duplicate/late registration of read_current_timer delay
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.003845] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=12000
[    0.003917] pid_max: default: 32768 minimum: 301
[    0.004240] Mount-cache hash table entries: 512
[    0.027301] Initializing cgroup subsys debug
[    0.027345] Initializing cgroup subsys freezer
[    0.027431] CPU: Testing write buffer coherency: ok
[    0.027526] ftrace: allocating 33483 entries in 66 pages
[    0.069743] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.069788] Setting up static identity map for 0xc08242b8 - 0xc0824354
[    0.073778] ftrace: Allocated trace_printk buffers
[    0.081486] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.084486] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.087524] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.087719] Brought up 4 CPUs
[    0.087784] SMP: Total of 4 processors activated.
[    0.087801] CPU: All CPU(s) started in SVC mode.
[    0.088671] devtmpfs: initialized
[    0.097676] pinctrl core: initialized pinctrl subsystem
[    0.098004] regulator-dummy: no parameters
[    0.098711] NET: Registered protocol family 16
[    0.101126] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.102398] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[    0.103793] console [pstore-1] enabled
[    0.103832] ramoops: attached 0x200000@0xf8300000, ecc: 0/0
[    0.104220] cpuidle: using governor ladder
[    0.104244] cpuidle: using governor menu
[    0.108163] ardbeg_camera_auxdata: update camera lookup table.
[    0.117092] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[    0.117489] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[    0.124437] Wake16 for irq=34
[    0.126940] Wake58 for irq=81
[    0.126991] Wake41 for irq=129
[    0.127010] Wake43 for irq=129
[    0.127056] Wake40 for irq=53
[    0.127075] Wake42 for irq=53
[    0.131391] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x44:0x44:0x00
[    0.131477] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x44:0x44:0x00
[    0.131564] Selecting UARTD as the debug console
[    0.131612] The debug console clock name is uartd
[    0.132028] ardbeg_modem_init: modem_id = 0
[    0.134740] Clear bootloader IO dpd settings
[    0.134977] Loading jetson TK1 EMC tables.
[    0.135232] tegra: pll_m is selected as scalable EMC clock source
[    0.135277] Lowering emc maximum rate from 1200000000 to 924000000
[    0.135324] tegra: validated EMC DFS table
[    0.135457] ardbeg_edp_init: CPU regulator 12500 mA
[    0.402984] ardbeg_edp_init: GPU regulator 11400 mA
[    0.403976] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[    0.403998] swapper/0 isomgr_init(): max_iso_bw=7392000KB[    0.404389] ardbeg_touch_init init raydium touch
[    0.404550] Raydium - touch platform_id :  8
[    0.487413] platform tegradc.0: IOVA linear map 0xf8500000(1200000)
[    0.490724] platform tegradc.0: IOVA linear map 0xf9700000(4800000)
[    0.495749] platform tegradc.1: IOVA linear map 0xf8500000(1200000)
[    0.499070] platform tegradc.1: IOVA linear map 0xf9700000(4800000)
[    0.499504] FUSE: cp_rev 0 ft_rev 0
[    0.499680] tegra11_soctherem_oc_int_init(): OC interrupts are not enabled
[    0.500158] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.500190] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.500428] mc-err: Started MC error interface!
[    0.511242] bio: create slab <bio-0> at 0
[    0.513137] reg-fixed-voltage 0.regulator: Consumer c1 does not have device name
[    0.513175] reg-fixed-voltage 0.regulator: Consumer c2 does not have device name
[    0.513326] vdd-ac-bat: 8400 mV 
[    0.513466] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[    0.513500] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[    0.513635] vdd-3v3-aon: 3300 mV 
[    0.513788] reg-fixed-voltage 8.regulator: Consumer c1 does not have device name
[    0.513822] reg-fixed-voltage 8.regulator: Consumer c2 does not have device name
[    0.513854] reg-fixed-voltage 8.regulator: Consumer c3 does not have device name
[    0.513892] reg-fixed-voltage 8.regulator: Consumer c6 does not have device name
[    0.513923] reg-fixed-voltage 8.regulator: Consumer c7 does not have device name
[    0.513954] reg-fixed-voltage 8.regulator: Consumer c8 does not have device name
[    0.513984] reg-fixed-voltage 8.regulator: Consumer c9 does not have device name
[    0.514016] reg-fixed-voltage 8.regulator: Consumer c10 does not have device name
[    0.514047] reg-fixed-voltage 8.regulator: Consumer c11 does not have device name
[    0.514079] reg-fixed-voltage 8.regulator: Consumer c12 does not have device name
[    0.514211] reg-3v3-supply: 3300 mV 
[    0.515862] vgaarb: loaded
[    0.516507] SCSI subsystem initialized
[    0.516886] usbcore: registered new interface driver usbfs
[    0.516954] usbcore: registered new interface driver hub
[    0.517072] usbcore: registered new device driver usb
[    0.520002] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x15
[    0.520032] as3722 4-0040: Final OTP version 1V21
[    0.524820] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[    0.525026] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.525086] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.525140] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.525173] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.525206] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.525238] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.525297] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.525329] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.525361] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.525412] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.525446] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.525477] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.525509] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.525576] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.525608] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.525639] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.525670] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.525705] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.525739] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.525769] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.525801] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.525833] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[    0.525865] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[    0.525898] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[    0.525929] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[    0.525961] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[    0.526017] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.526049] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526104] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.526136] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526167] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.526199] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.526231] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.526262] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.526294] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.526325] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.526357] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.526434] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526468] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.526558] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.526589] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.526621] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.526677] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.526729] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.526760] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526792] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.526848] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.526879] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526938] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.526994] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.527026] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.527101] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.527132] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.527164] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.528088] vdd-cpu: 650 <--> 1300 mV at 1000 mV 3500 mA 
[    0.528868] vdd-core: applied init 1150000uV constraint
[    0.529474] vdd-core: 700 <--> 1350 mV at 1150 mV 3500 mA 
[    0.530675] vddio-ddr: at 1350 mV 
[    0.530999] as3722-sd3: no parameters
[    0.531582] avdd-pll-pex: 1050 mV 
[    0.532785] vdd-1v8: at 1800 mV 
[    0.533137] vdd-gpu: applied init 1000000uV constraint
[    0.534018] vdd-gpu: 650 <--> 1200 mV at 1000 mV 3500 mA 
[    0.534549] avdd-pll: at 1050 mV at 300 mA 
[    0.535849] vdd-cam: 1800 mV at 150 mA 
[    0.536524] avdd-dsi-csi: at 1200 mV at 150 mA 
[    0.537772] vdd-rtc: 800 mV at 150 mA 
[    0.538252] avdd-cam: 2800 mV at 150 mA 
[    0.538766] vdd-1v2-cam: 1175 mV at 150 mA 
[    0.539144] vddio-sdmmc-2: 1800 <--> 3300 mV at 150 mA 
[    0.539650] vdd-1v1-cam: 1275 mV at 150 mA 
[    0.540617] avdd-spi: 3300 mV at 150 mA 
[    0.541123] vdd-2v7-cam: 2800 mV at 150 mA 
[    0.541651] vpp-fuse: 1800 mV at 150 mA 
[    0.542763] Linux video capture interface: v2.00
[    0.543835] Advanced Linux Sound Architecture Driver Initialized.
[    0.544286] ardbeg_wifi_power: 1
[    0.644677] usb0-vbus: 5000 mV 
[    0.644986] usb1-usb2-vbus: 5000 mV 
[    0.645278] vdd-hdmi: 5000 mV 
[    0.645588] avdd-hdmi-pll: 3300 mV 
[    0.645639] avdd-hdmi-pll: supplied by avdd-pll-pex
[    0.645809] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[    0.645954] vdd-lcd-bl: 3300 mV 
[    0.646113] reg-fixed-sync-voltage 7.regulator: Consumer c1 does not have device name
[    0.646267] vdd-lcd-bl-en: 5000 mV 
[    0.646446] reg-fixed-sync-voltage 9.regulator: Consumer c3 does not have device name
[    0.646566] reg-5v0-supply: 5000 mV 
[    0.646732] reg-fixed-sync-voltage a.regulator: Consumer c1 does not have device name
[    0.646767] reg-fixed-sync-voltage a.regulator: Consumer c2 does not have device name
[    0.646799] reg-fixed-sync-voltage a.regulator: Consumer c3 does not have device name
[    0.646848] reg-fixed-sync-voltage a.regulator: Consumer c10 does not have device name
[    0.646880] reg-fixed-sync-voltage a.regulator: Consumer c11 does not have device name
[    0.646912] reg-fixed-sync-voltage a.regulator: Consumer c12 does not have device name
[    0.646944] reg-fixed-sync-voltage a.regulator: Consumer c13 does not have device name
[    0.646975] reg-fixed-sync-voltage a.regulator: Consumer c14 does not have device name
[    0.647007] reg-fixed-sync-voltage a.regulator: Consumer c15 does not have device name
[    0.647151] reg-1v8-supply: 1800 mV 
[    0.647493] reg-fixed-sync-voltage b.regulator: Consumer c1 does not have device name
[    0.647648] reg-dcdc-1v2: 1200 mV 
[    0.647839] reg-fixed-sync-voltage c.regulator: Consumer c7 does not have device name
[    0.647873] reg-fixed-sync-voltage c.regulator: Consumer c8 does not have device name
[    0.648467] as3722-gpio2-supply: 3300 mV 
[    0.648679] reg-fixed-sync-voltage d.regulator: Consumer c1 does not have device name
[    0.649204] as3722-gpio4-supply: 3300 mV 
[    0.649517] sdmmc-en-supply: 3300 mV 
[    0.649781] vdd-cdc-1v2-aud: 1200 mV 
[    0.649938] reg-fixed-sync-voltage 10.regulator: Consumer c1 does not have device name
[    0.649974] reg-fixed-sync-voltage 10.regulator: Consumer c2 does not have device name
[    0.650007] reg-fixed-sync-voltage 10.regulator: Consumer c3 does not have device name
[    0.650129] reg-aon-1v8: 1800 mV 
[    0.650293] reg-fixed-sync-voltage 11.regulator: Consumer c1 does not have device name
[    0.650421] reg-aon-1v2: 1200 mV 
[    0.653498] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is disconnected
[    0.656917] tegra: started io power detection dynamic control
[    0.656943] tegra: NO_IO_POWER setting 0x0
[    0.656970] Switching to clocksource arch_sys_counter
[    0.678420] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.678613] nvmap_page_pool_init: Total MB RAM: 1891
[    0.678638] nvmap_page_pool_init: nvmap page pool size: 60543 pages (236 MB)
[    0.678814] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.678986]  iram: dma coherent mem declare 0x40001000,258048
[    0.679829] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[    0.679991] nvmap:inner cache maint threshold=2097152
[    0.689897] Wake39 for irq=52
[    0.689997] tegra-otg tegra-otg: otg transceiver registered
[    0.690381] NET: Registered protocol family 2
[    0.691053] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.691262] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.691464] TCP: Hash tables configured (established 8192 bind 8192)
[    0.691526] TCP: reno registered
[    0.691552] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.691609] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.691900] NET: Registered protocol family 1
[    0.692315] RPC: Registered named UNIX socket transport module.
[    0.692340] RPC: Registered udp transport module.
[    0.692360] RPC: Registered tcp transport module.
[    0.692381] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.692670] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[    0.698403] host1x host1x: initialized
[    0.699679] CPU PMU: probing PMU on CPU 0
[    0.699713] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[    0.700368] tegra_throttle : init passed
[    0.700490] Tegra cpuquiet initialized: disabled
[    0.700628] cpu-tegra: init EDP limit: 2065 MHz
[    0.701623] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    0.702008] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    0.702271] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[    0.702519] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.704077] bounce pool size: 64 pages
[    0.705574] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.705870] NTFS driver 2.1.30 [Flags: R/O].
[    0.706176] fuse init (API version 7.22)
[    0.706414] msgmni has been set to 1457
[    0.707858] io scheduler noop registered (default)
[    0.738808] Tegra PCIe error: timeout waiting for PLL
[    0.738892] tegra_pcie_enable_pads unable to initalize pads
[    0.738917] PCIE: enable pads failed
[    0.739919] tegra-pcie: probe of pcie-controller.1 failed with error -16
[    0.740427] pwm-backlight pwm-backlight: unable to request PWM, trying legacy API
[    0.740537] sysedp_create_consumer: unable to create pwm-backlight, no consumer_data for pwm-backlight found
[    0.741358] tsec tsec: initialized
[    0.742832] isp isp.0: initialized
[    0.743819] isp isp.1: initialized
[    0.745437] falcon vic03.0: initialized
[    0.746669] falcon msenc: initialized
[    0.747498] tegradc tegradc.0: DSI: HS clock rate is 464500
[    0.748845] p,wuxga-10-1 panel dt support not available
[    1.029570] tegradc tegradc.0: nominal-pclk:154700000 parent:154500000 div:1.0 pclk:154500000 153153000~168623000
[    1.119237] tegradc tegradc.0: DSI pad calibration done
[    1.126394] tegradc tegradc.0: probed
[    1.126855] tegradc tegradc.0: fb registered
[    1.126880] tegradc tegradc.0: nominal-pclk:154679000 parent:463500000 div:3.0 pclk:154500000 153132210~168600110
[    1.132732] gpio wake4 for gpio=111
[    1.133027] tegra-i2c tegra12-i2c.3: no acknowledge from address 0x50
[    1.134023] tegradc tegradc.1: probed
[    1.137845] Console: switching to colour frame buffer device 80x30
[    1.142463] tegradc tegradc.1: fb registered
[    1.144186] hdmi_state_machine_worker (tid edb0c080): state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    1.147583] hdmi_state_machine_set_state_l: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    1.151063] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[    1.155149] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.158188] serial8250.0: ttyS0 at MMIO 0x70006300 (irq = 122) is a Tegra
[    1.190082] hdmi_state_machine_worker (tid edb0c080): state 0 (Reset), hpd 0, pending_hpd_evt 0
[    1.190087] hdmi_disable_l: audio_switch 0
[    1.190090] hdmi_disable_l: hpd_switch 0
[    1.190096] hdmi_state_machine_set_state_l: switching from state 0 (Reset) to state 1 (Check Plug)
[    1.200073] hdmi_state_machine_worker (tid edb0c080): state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    1.200077] hdmi_disable_l: audio_switch 0
[    1.200080] hdmi_disable_l: hpd_switch 0
[    1.200086] hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state 3 (Disabled)
[    3.350714] console [ttyS0] enabled
[    3.356600] serial-tegra.0: ttyTHS0 at MMIO 0x70006000 (irq = 68) is a SERIAL_TEGRA
[    3.368453] serial-tegra.1: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[    3.380400] serial-tegra.2: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[    3.397494] loop: module loaded
[    3.402944] nct1008_nct72 0-004c: success in enabling rail vdd_nct72
[    3.414826] gpio wake35 for gpio=70
[    3.420537] nct1008_nct72 0-004c: nct1008_probe: initialized
[    3.428943] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[    3.443062] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[    3.458052] tegra_profiler: Branch: Dev
[    3.464116] tegra_profiler: Version: 1.103
[    3.470345] tegra_profiler: Samples version: 34
[    3.476945] tegra_profiler: IO version: 18
[    3.483054] armv7_pmu: arch: Cortex A15, type: 4, ver: 0
[    3.490545] tegra_profiler: auth: init
[    3.496570] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[    3.506416] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEGRA-SATA mode
[    3.519430] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm apst 
[    3.533002] scsi0 : tegra-sata
[    3.538369] scsi1 : tegra-sata
[    3.543456] ata1: SATA max UDMA/133 irq 55
[    3.549332] ata2: DUMMY
[    3.555303] tun: Universal TUN/TAP device driver, 1.6
[    3.562049] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.570286] usbcore: registered new interface driver asix
[    3.577444] usbcore: registered new interface driver ax88179_178a
[    3.585259] usbcore: registered new interface driver cdc_ether
[    3.592799] usbcore: registered new interface driver smsc95xx
[    3.600147] usbcore: registered new interface driver cdc_subset
[    3.607616] usbcore: registered new interface driver cdc_ncm
[    3.614722] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.622831] tegra USB phy - inst[1] platform info:
[    3.629011] port_otg: no
[    3.632931] has_hostpc: yes
[    3.637133] phy_interface: USB_PHY_INTF_UTMI
[    3.642821] op_mode: TEGRA_USB_OPMODE_HOST
[    3.648321] qc2_voltage: 0
[    3.652387] vbus_gpio: -1
[    3.656314] hot_plug: disabled
[    3.660650] remote_wakeup: enabled
[    3.666762] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
[    3.673918] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
[    3.683934] Wake40 for irq=53
[    3.688102] Wake42 for irq=53
[    3.692267] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
[    3.705070] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.10
[    3.712304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.720366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.730086] usb usb1: Product: Tegra EHCI Host Controller
[    3.736928] usb usb1: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[    3.744626] usb usb1: SerialNumber: tegra-ehci.1
[    3.751216] hub 1-0:1.0: USB hub found
[    3.756424] hub 1-0:1.0: 1 port detected
[    3.762080] tegra USB phy - inst[2] platform info:
[    3.768253] port_otg: no
[    3.772158] has_hostpc: yes
[    3.776300] phy_interface: USB_PHY_INTF_UTMI
[    3.781941] op_mode: TEGRA_USB_OPMODE_HOST
[    3.787399] qc2_voltage: 0
[    3.791450] vbus_gpio: -1
[    3.795441] hot_plug: disabled
[    3.799863] remote_wakeup: enabled
[    3.806060] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
[    3.813404] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
[    3.823796] Wake41 for irq=129
[    3.828189] Wake43 for irq=129
[    3.832625] tegra-ehci tegra-ehci.2: irq 129, io mem 0x7d008000
[    3.845070] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.10
[    3.852470] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.860668] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.862093] ata1: SATA link down (SStatus 0 SControl 300)
[    3.877405] usb usb2: Product: Tegra EHCI Host Controller
[    3.884203] usb usb2: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[    3.891873] usb usb2: SerialNumber: tegra-ehci.2
[    3.898372] hub 2-0:1.0: USB hub found
[    3.903549] hub 2-0:1.0: 1 port detected
[    3.909196] ehci-pci: EHCI PCI platform driver
[    3.915287] tegra_xusb_read_usb_calib: usb_calib0 = 0x02450389
[    3.922806] usbcore: registered new interface driver usb-storage
[    3.930392] usbcore: registered new interface driver usbserial
[    3.937705] usbcore: registered new interface driver option
[    3.944762] usbserial: USB Serial support registered for GSM modem (1-port)
[    3.953317] usbcore: registered new interface driver pl2303
[    3.960433] usbserial: USB Serial support registered for pl2303
[    3.967949] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[    3.978483] tegra USB phy - inst[0] platform info:
[    3.984836] port_otg: yes
[    3.989019] has_hostpc: yes
[    3.993368] phy_interface: USB_PHY_INTF_UTMI
[    3.999194] op_mode: TEGRA_USB_OPMODE_DEVICE
[    4.005018] qc2_voltage: 0
[    4.009281] vbus_pmu_irq: 0
[    4.013552] vbus_gpio: -1
[    4.017577] charging: enabled
[    4.021910] remote_wakeup: disabled
[    4.029470] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
[    4.044845] as3722-rtc as3722-rtc.1: rtc core: registered as3722 as rtc0
[    4.053094] as3722-rtc as3722-rtc.1: RTC interrupt 449
[    4.062534] i2c /dev entries driver
[    4.068603] virtual_init
[    4.074498] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[    4.082548] tegra_dtv_probe: probing dtv.
[    4.088156] setup_stream: bufsize = 4096, bufnum = 4
[    4.093334] ar0832_init: ++
[    4.099593] i2c-core: driver [max77387] using legacy suspend method
[    4.107392] i2c-core: driver [max77387] using legacy resume method
[    4.115151] i2c-core: driver [as364x] using legacy suspend method
[    4.122704] i2c-core: driver [as364x] using legacy resume method
[    4.130218] [IMX135] sensor driver loading
[    4.135775] [IMX179] sensor driver loading
[    4.141278] [IMX185] sensor driver loading
[    4.146771] [imx132] sensor driver loading
[    4.152211] [AR0330] sensor driver loading
[    4.157635] [ar0261] sensor driver loading
[    4.162994] [AR1335] sensor driver loading
[    4.168354] [ov4689] sensor driver loading
[    4.174452] usbcore: registered new interface driver uvcvideo
[    4.181506] USB Video Class driver (1.1.1)
[    4.187690] zram: Created 1 device(s) ...
[    4.192953] otg state changed: SUSPEND --> PERIPHERAL
[    4.200381] tegra_wdt tegra_wdt.0: last reset is due to power on reset
[    4.208295] WDT heartbeat enabled on probe
[    4.213605] tegra_wdt_probe done
[    4.218410] sdhci: Secure Digital Host Controller Interface driver
[    4.225853] sdhci: Copyright(c) Pierre Ossman
[    4.231516] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.238767] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[    4.252284] sdhci-tegra sdhci-tegra.3: Speedo value 2321
[    4.259050] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.271381] mmc0: no vqmmc regulator found
[    4.276882] mmc0: no vmmc regulator found
[    4.282233] mmc0: Invalid maximum block size, assuming 512 bytes
[    4.289694] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[    4.325081] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[    4.337999] sdhci-tegra sdhci-tegra.2: Speedo value 2321
[    4.345145] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.360442] mmc1: no vqmmc regulator found
[    4.366469] mmc1: no vmmc regulator found
[    4.372348] mmc1: Invalid maximum block size, assuming 512 bytes
[    4.380218] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for sdhci-tegra.2 found[    4.403320] mmc0: BKOPS_EN bit is not set
[    4.414517] sdhci-tegra sdhci-tegra.3: Found T2T coeffs data
[    4.416080] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA

[    4.433165] sdhci-tegra sdhci-tegra.3: 200MHz tap hole coeffs found
[    4.433267] gpio wake56 for gpio=170
[    4.436990] tegra-se tegra12-se: tegra_se_probe: complete
[    4.439926] usbcore: registered new interface driver usbhid
[    4.439929] usbhid: USB HID core driver
[    4.440427] tegra-hier-ictlr tegra-hier-ictlr: probed
[    4.548659] usbcore: registered new interface driver snd-usb-audio
[    4.557314] MAX98090 driver built on Jun  7 2016 at 21:02:54
[    4.565652] tegra_offload_platform probe successfull.
[    4.573570] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[    4.847739] rt5639 0-001c: read 0xfd=0x6
[    4.870155] rt5639 0-001c: ASoC: mux INR Mux has no paths
[    4.877371] rt5639 0-001c: ASoC: mux INL Mux has no paths
[    4.885533] gpio wake49 for gpio=143
[    5.015764] **********Auto tuning windows*************
[    5.022889] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[    5.030139] win[0]: 0(0) - 81(1)
[    5.035091] win[1]: 87(0) - 167(1)
[    5.040160] win[2]: 174(0) - 254(1)
[    5.045244] ***************************************
[    5.051724] ********tuning windows after inserting holes*****
[    5.059038] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[    5.066056] win[0]:-85(0) - 0(1)
[    5.070843] win[1]:1(0) - 1(1)
[    5.075400] win[2]:2(0) - 45(2)
[    5.080000] win[3]:47(2) - 81(1)
[    5.084644] win[4]:87(0) - 131(2)
[    5.089334] win[5]:133(2) - 167(1)
[    5.094083] win[6]:174(0) - 217(2)
[    5.098793] win[7]:219(2) - 254(1)
[    5.103449] ***********************************************
[    5.110304] **********Tuning values*********
[    5.115812] **estimated values**
[    5.120226] T2T_Vmax 55, T2T_Vmin 76, 1'st_hole_Vmax 49, UI_Vmax 90
[    5.127692] **Calculated values**
[    5.132189] T2T_Vmax 58, 1'st_hole_Vmax 46, UI_Vmax 86
[    5.138550] T2T_Vmin 58, 1'st_hole_Vmin 46, UI_Vmin 86
[    5.144919] ***********************************
[    5.150678] ***********final tuning windows**********
[    5.156935] win[0]: -68 - -17
[    5.161071] win[1]: 18 - -16
[    5.165077] win[2]: 19 - 36
[    5.168982] win[3]: 57 - 64
[    5.172875] win[4]: 104 - 116
[    5.176911] win[5]: 149 - 150
[    5.180905] win[6]: 191 - 196
[    5.184849] win[7]: 241 - 237
[    5.188745] ********************************
[    5.193985] best tap win - (19-36), best tap value 27 prev_best_tap 0
[    5.737134] **********Auto tuning windows*************
[    5.743366] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[    5.749992] win[0]: 0(0) - 81(1)
[    5.754367] win[1]: 86(0) - 168(1)
[    5.758923] win[2]: 173(0) - 255(1)
[    5.763573] ***************************************
[    5.769630] ********tuning windows after inserting holes*****
[    5.776569] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[    5.783271] win[0]:-1(0) - 46(2)
[    5.787672] win[1]:48(2) - 81(1)
[    5.792020] win[2]:86(0) - 133(2)
[    5.796421] win[3]:135(2) - 168(1)
[    5.800921] win[4]:173(0) - 220(2)
[    5.805380] win[5]:222(2) - 255(1)
[    5.809818] ***********************************************
[    5.816465] **********Tuning values*********
[    5.821815] **estimated values**
[    5.826142] T2T_Vmax 55, T2T_Vmin 76, 1'st_hole_Vmax 49, UI_Vmax 90
[    5.833602] **Calculated values**
[    5.838126] T2T_Vmax 57, 1'st_hole_Vmax 47, UI_Vmax 87
[    5.844537] T2T_Vmin 57, 1'st_hole_Vmin 47, UI_Vmin 87
[    5.850949] ***********************************
[    5.856792] ***********final tuning windows**********
[    5.863154] win[0]: 16 - 37
[    5.867208] win[1]: 58 - 64
[    5.871200] win[2]: 103 - 118
[    5.875323] win[3]: 151 - 151
[    5.879400] win[4]: 190 - 199
[    5.883467] win[5]: 244 - 238
[    5.887523] ********************************
[    5.892894] best tap win - (16-37), best tap value 27 prev_best_tap 27
[    5.893077] rt5639 0-001c: rt5639_headset_detect RT5639_PWR_ANLG1(0x63) = 0xa814
[    5.893356] rt5639 0-001c: rt5639_headset_detect RT5639_IRQ_CTRL2(0xbe) = 0x0
[    5.918631] sdhci-tegra sdhci-tegra.3: sdhci_tegra_verify_best_tap: tuning freq 200000000hz, best tap 27
[    5.933350] mmc0: new HS200 MMC card at address 0001
[    5.939978] mmcblk mmc0:0001: Card claimed for testing.
[    5.946870] mmcblk0: mmc0:0001 SEM16G 14.6 GiB 
[    5.953015] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
[    5.957741] rt5639 0-001c: rt5639_headset_detect jack_type = 2
[    5.958243] tegra-snd-rt5639 tegra-snd-rt5639.0:  rt5639-aif1 <-> tegra30-i2s.1 mapping ok
[    5.958706] tegra-snd-rt5639 tegra-snd-rt5639.0:  dit-hifi <-> tegra30-spdif mapping ok
[    5.959292] tegra-snd-rt5639 tegra-snd-rt5639.0:  dit-hifi <-> tegra30-i2s.3 mapping ok
[    5.959870] tegra-snd-rt5639 tegra-snd-rt5639.0:  rt5639-aif1 <-> dit-hifi mapping ok
[    5.960413] tegra-snd-rt5639 tegra-snd-rt5639.0:  dit-hifi <-> dit-hifi mapping ok
[    5.960797] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[    5.960900] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[    5.961008] tegra-snd-rt5639 tegra-snd-rt5639.0:  snd-soc-dummy-dai <-> tegra-offload-pcm mapping ok
[    5.961340] compress asoc: snd-soc-dummy-dai <-> tegra-offload-compr mapping ok
[    5.961716] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[    5.961824] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[    5.961934] tegra-snd-rt5639 tegra-snd-rt5639.0:  snd-soc-dummy-dai <-> tegra-offload-pcm mapping ok
[    5.962279] tegra-snd-rt5639 tegra-snd-rt5639.0:  rt5639-aif1 <-> tegra30-i2s.1 mapping ok
[    5.965933] input: tegra-rt5639 Headphone Jack as /devices/platform/tegra-snd-rt5639.0/sound/card1/input0
[    5.967745] sysedp_create_consumer: unable to create speaker, no consumer_data for speaker found
[    5.967745] oprofile: using timer interrupt.
[    6.157556] GACT probability NOT on
[    6.163457] Mirror/redirect action on
[    6.169428] u32 classifier
[    6.174395]     Actions configured
[    6.179971] Netfilter messages via NETLINK v0.30.
[    6.186901] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    6.195635] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    6.204753] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    6.212982] xt_time: kernel timezone is -0000
[    6.219533]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[    6.219766] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.219926] arp_tables: (C) 2002 David S. Miller
[    6.219968] TCP: cubic registered
[    6.245345] NET: Registered protocol family 10
[    6.252535] mip6: Mobile IPv6
[    6.257312] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.264701] sit: IPv6 over IPv4 tunneling driver
[    6.272071] NET: Registered protocol family 17
[    6.278240] NET: Registered protocol family 15
[    6.284436] NET: Registered protocol family 35
[    6.290487] NET: Registered protocol family 37
[    6.296355] NET: Registered protocol family 41
[    6.303563] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    6.338277] Registering SWP/SWPB emulation handler
[    6.344462] last reset is due to power on reset
[    6.344462] 
[    6.353185] Disabling clocks left on by bootloader:
[    6.359461]    audio_2x
[    6.363301]    audio
[    6.366816]    audio4
[    6.370365]    audio3
[    6.373820]    audio2
[    6.377217]    audio1
[    6.380573]    audio0
[    6.383952]    hdmi_audio
[    6.387575]    entropy
[    6.390910]    dsi2-fixed
[    6.394479]    dsi1-fixed
[    6.398019]    nor
[    6.400887]    trace
[    6.403900]    sdmmc4_ddr
[    6.407308]    sdmmc3_ddr
[    6.410751]    cclk_lp
[    6.413910]    pll_x_out0
[    6.417345]    pll_m_out1
[    6.420887] tegra_dvfs: vdd_cpu connected to regulator
[    6.426893] tegra_dvfs: vdd_core connected to regulator
[    6.432936] tegra_dvfs: vdd_gpu connected to regulator
[    6.440204] cpu_cold cooling device is registered
[    6.445796] cpu_hot cooling device is registered
[    6.445890] Tegra CPU DFLL is initialized with use_dfll = 1
[    6.445955] CPU rate: 696 MHz
[    6.627428] tegra dvfs: tegra sysfs cap interface is initialized
[    6.634339] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[    6.642221] tegra_actmon.emc: Completed initialization (0)
[    6.648769] tegra_actmon.avp: Completed initialization (0)
[    6.655313] tegra_mon.cpu_emc: Completed initialization (0)
[    6.664673] reg-aon-1v2: incomplete constraints, leaving on
[    6.671236] reg-aon-1v8: incomplete constraints, leaving on
[    6.677744] sdmmc-en-supply: incomplete constraints, leaving on
[    6.684633] reg-dcdc-1v2: incomplete constraints, leaving on
[    6.691299] reg-5v0-supply: incomplete constraints, leaving on
[    6.698191] avdd-hdmi-pll: incomplete constraints, leaving on
[    6.705044] usb0-vbus: incomplete constraints, leaving on
[    6.711587] vpp-fuse: incomplete constraints, leaving on
[    6.718081] vdd-2v7-cam: incomplete constraints, leaving on
[    6.724914] avdd-spi: incomplete constraints, leaving on
[    6.731500] vdd-1v1-cam: incomplete constraints, leaving on
[    6.738391] vddio-sdmmc-2: incomplete constraints, leaving on
[    6.745501] vdd-1v2-cam: incomplete constraints, leaving on
[    6.752435] avdd-cam: incomplete constraints, leaving on
[    6.759131] vdd-cam: incomplete constraints, leaving on
[    6.765758] as3722-sd3: incomplete constraints, leaving on
[    6.772651] vdd-3v3-aon: incomplete constraints, leaving on
[    6.779645] vdd-ac-bat: incomplete constraints, leaving on
[    6.786551] regulator-dummy: incomplete constraints, leaving on
[    6.794654] gpio wake51 for gpio=128
[    6.799850] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input1
[    6.809114] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 03:42:59 UTC (946698179)
[    6.821570] ALSA device list:
[    6.825787]   #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[    6.832447]   #1: tegra-rt5639
[    6.837788] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
[    6.849111] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
[    6.867275] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    6.878397] VFS: Mounted root (ext4 filesystem) on device 179:1.
[    6.889106] devtmpfs: mounted
[    6.893845] Freeing unused kernel memory: 496K (c0b5c000 - c0bd8000)
[    7.134300] init: plymouth-upstart-bridge main process (116) terminated with status 1
[    7.145904] init: plymouth-upstart-bridge main process ended, respawning
[    7.198399] init: plymouth-upstart-bridge main process (126) terminated with status 1
[    7.210215] init: plymouth-upstart-bridge main process ended, respawning
[    7.223843] init: ureadahead main process (119) terminated with status 5
[    7.260476] init: plymouth-upstart-bridge main process (130) terminated with status 1
[    7.272528] init: plymouth-upstart-bridge main process ended, respawning
 * Starting Mount filesystems on boot                                    [ OK ]

 * Starting Signal sysvinit that the rootfs is mounted                   [ OK ]

 * Starting Clean /tmp directory                                         [ OK ]

 * Starting Populate and link to /run filesystem                         [ OK ]

 * Stopping Populate and link to /run filesystem                         [ OK ]

 * Stopping Clean /tmp directory                                         [ OK ]

 * Stopping Track if upstart is running in a container                   [ OK ]

 * Starting Initialize or finalize resolvconf                            [ OK ]

 * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]

 * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]

 * Starting Signal sysvinit that local filesystems are mounted           [ OK ]

 * Starting Bridge udev events into upstart                              [ OK ]

 * Starting Signal sysvinit that remote filesystems are mounted          [ OK ]

 * Stopping Mount filesystems on boot                                    [ OK ]

 * Starting NFSv4 id <-> name mapper                               [ OK ]

 * Starting flush early job output to logs                               [ OK ]

 * Starting D-Bus system message bus                                     [ OK ]

 * Starting device node and kernel event manager                         [ OK ]

 * Stopping flush early job output to logs                               [ OK ]

 * Starting NVIDIA specific init script                                  [ OK ]

 * Starting load modules from /etc/modules                               [ OK ]

 * Starting cold plug devices                                            [ OK ]

 * Starting log initial device creation                                  [ OK ]

 * Starting SystemD login management service                             [ OK ]

 * Stopping load modules from /etc/modules                               [ OK ]

 * Starting bluetooth daemon                                             [ OK ]

 * Starting system logging daemon                                        [ OK ]

 * Stopping rpcsec_gss daemon                                            [ OK ]

 * Stopping NVID

Duplicate, see this instead:
[url]https://devtalk.nvidia.com/default/topic/1026869/jetson-tk1/jetson-tk1-problem-no-hdmi-output-or-lan-connection/[/url]