No boot after initial start on image update

We are using five TK-1 boards for a development project. Out of the box, one of the boards will boot only once after an image is applied i.e. we can see video after the reboot immediately after the image is downloaded but once you reboot again, the board never comes out of reset. We only see a black screen and cannot access remotely over SSH so it looks like the board never gets through kernel startup. We have applied the default image, custom images, etc. and the behavior is the same. The other four boards behave normally during reboot and other operations.

NVIDIA Customer service will not issue an RMA until we have posted here evidently so we are doing so in the hope that we are missing a jumper or something. The latter is much preferred to waiting on a swap in the mail.

I’m not sure which image you mean when you say after an image is applied. Do you mean L4T R21.5 was flashed (JetPack for example would flash this to a TK1)?

You would be able to gather a lot of information if you can use a serial console. The 9-Pin D-sub connector has a default setting of 115200 8N1 (you can use CTS/RTS flow control, or software flow control if you desire). Note that most serial console programs (such as my fav, gtkterm, or possibly others like minicom) have the ability to log, so it doubles in helping you copy what shows up to a file.

Although ssh does not work, does your router ever show a DHCP request? If you plug in a USB keyboard, does the caps lock button correctly trigger the indicator LED?

The IMG I am referring to is indeed the latest flash option in JetPack. In other words, we cleared off our modified version the had additional tool chain software installed and reinstalled the base version to eliminate the variable of our changes. In both cases the behavior is the same and we end up with one of two states:

#1. If the board is soft rebooted or soft shut down from Ubuntu, it will not come back out of reset. It hangs at the first console message “U-Boot SPL 2014.10-rc2-g3127911 (Jun 07 2016 - 21:00:01)”. This happens 100% of the time. This same behavior is true if you pull the power plug then reinsert after 10sec or so. The green LED is always on. The board does NOT get to DHCP for an IP address when it hangs.

#2. After a boot failure, if the Power button is held down until the board powers off (~8 sec when the green LED goes dark) then the Power button is pressed again, about 75% of the time the board will come out of reset and boot normally.

Please note that our other four TK-1 boards do NOT exhibit this behavior. Only this board has behaved this way from day one. We tried a number of things before contacting support thinking that we had caused a software problem with a driver or something. A duplicated image from a working board does NOT work on this board.

The entire log from our testing is pasted below (no way to attach that I could find). As you scroll through you will see multiple instances where the first line, “U-Boot SPL …,” is repeated which is where the board is hanging.

Please let me know if you see any hints in the logs as to what is happening and any solutions you have to resolve this. At this point the issue looks much more like an intermittent hardware problem than a software issue. We are desperately in need of a fifth working platform for our project so please help us get to the answer or an RMA as soon as possible.

Thanks,

Kevin

------------ Start Console Log 2017.05.08 ------------

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

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
tegra-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: 2 1 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
827 bytes read in 120 ms (5.9 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
Retrieving file: /boot/tegra124-jetson_tk1-pm375-000-c00-00.dtb
59661 bytes read in 127 ms (458 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 2346, Soc Speedo value 2260, Gpu Speedo value 2103
[ 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
[ 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.003840] Calibrating delay loop (skipped), value calculated using timer frequency… lpj=12000
[ 0.003912] pid_max: default: 32768 minimum: 301
[ 0.004211] Mount-cache hash table entries: 512
[ 0.027175] Initializing cgroup subsys debug
[ 0.027219] Initializing cgroup subsys freezer
[ 0.027305] CPU: Testing write buffer coherency: ok
[ 0.027378] ftrace: allocating 33483 entries in 66 pages
[ 0.069587] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.069630] Setting up static identity map for 0xc08242b8 - 0xc0824354
[ 0.073621] ftrace: Allocated trace_printk buffers
[ 0.081327] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.084332] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.087376] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.087573] Brought up 4 CPUs
[ 0.087638] SMP: Total of 4 processors activated.
[ 0.087656] CPU: All CPU(s) started in SVC mode.
[ 0.088529] devtmpfs: initialized
[ 0.097466] pinctrl core: initialized pinctrl subsystem
[ 0.097796] regulator-dummy: no parameters
[ 0.098500] NET: Registered protocol family 16
[ 0.100896] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.102159] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[ 0.103194] console [pstore-1] enabled
[ 0.103234] ramoops: attached 0x200000@0xf8300000, ecc: 0/0
[ 0.103605] cpuidle: using governor ladder
[ 0.103629] cpuidle: using governor menu
[ 0.107483] ardbeg_camera_auxdata: update camera lookup table.
[ 0.116408] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[ 0.116802] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.123758] Wake16 for irq=34
[ 0.126274] Wake58 for irq=81
[ 0.126324] Wake41 for irq=129
[ 0.126343] Wake43 for irq=129
[ 0.126390] Wake40 for irq=53
[ 0.126409] Wake42 for irq=53
[ 0.130710] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x45:0x44:0x00
[ 0.130796] board_info: id:sku:fab:major:minor = 0x0177:0x0000:0x45:0x44:0x00
[ 0.130883] Selecting UARTD as the debug console
[ 0.130932] The debug console clock name is uartd
[ 0.131346] ardbeg_modem_init: modem_id = 0
[ 0.134062] Clear bootloader IO dpd settings
[ 0.134299] Loading jetson TK1 EMC tables.
[ 0.134552] tegra: pll_m is selected as scalable EMC clock source
[ 0.134615] Lowering emc maximum rate from 1200000000 to 924000000
[ 0.134646] tegra: validated EMC DFS table
[ 0.134778] ardbeg_edp_init: CPU regulator 12500 mA
[ 0.404306] ardbeg_edp_init: GPU regulator 11400 mA
[ 0.405300] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[ 0.405322] swapper/0 isomgr_init(): max_iso_bw=7392000KB[ 0.405715] ardbeg_touch_init init raydium touch
[ 0.405874] Raydium - touch platform_id : 8
[ 0.488730] platform tegradc.0: IOVA linear map 0xf8500000(1200000)
[ 0.492045] platform tegradc.0: IOVA linear map 0xf9700000(4800000)
[ 0.497068] platform tegradc.1: IOVA linear map 0xf8500000(1200000)
[ 0.500384] platform tegradc.1: IOVA linear map 0xf9700000(4800000)
[ 0.500818] FUSE: cp_rev 0 ft_rev 0
[ 0.500996] tegra11_soctherem_oc_int_init(): OC interrupts are not enabled
[ 0.501427] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.501459] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.501696] mc-err: Started MC error interface!
[ 0.512503] bio: create slab at 0
[ 0.514402] reg-fixed-voltage 0.regulator: Consumer c1 does not have device name
[ 0.514440] reg-fixed-voltage 0.regulator: Consumer c2 does not have device name
[ 0.514591] vdd-ac-bat: 8400 mV
[ 0.514729] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[ 0.514763] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[ 0.514901] vdd-3v3-aon: 3300 mV
[ 0.515053] reg-fixed-voltage 8.regulator: Consumer c1 does not have device name
[ 0.515086] reg-fixed-voltage 8.regulator: Consumer c2 does not have device name
[ 0.515119] reg-fixed-voltage 8.regulator: Consumer c3 does not have device name
[ 0.515155] reg-fixed-voltage 8.regulator: Consumer c6 does not have device name
[ 0.515186] reg-fixed-voltage 8.regulator: Consumer c7 does not have device name
[ 0.515217] reg-fixed-voltage 8.regulator: Consumer c8 does not have device name
[ 0.515249] reg-fixed-voltage 8.regulator: Consumer c9 does not have device name
[ 0.515280] reg-fixed-voltage 8.regulator: Consumer c10 does not have device name
[ 0.515312] reg-fixed-voltage 8.regulator: Consumer c11 does not have device name
[ 0.515343] reg-fixed-voltage 8.regulator: Consumer c12 does not have device name
[ 0.515476] reg-3v3-supply: 3300 mV
[ 0.517140] vgaarb: loaded
[ 0.517785] SCSI subsystem initialized
[ 0.518164] usbcore: registered new interface driver usbfs
[ 0.518233] usbcore: registered new interface driver hub
[ 0.518353] usbcore: registered new device driver usb
[ 0.521309] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x15
[ 0.521340] as3722 4-0040: Final OTP version 1V21
[ 0.526676] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[ 0.526882] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.526943] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.526998] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.527031] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.527063] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.527095] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.527155] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.527187] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.527219] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.527251] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.527281] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.527314] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.527345] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.527413] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.527445] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.527477] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.527508] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.527543] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.527577] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.527609] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.527641] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.527694] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[ 0.527728] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[ 0.527760] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[ 0.527792] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[ 0.527824] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[ 0.527882] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.527914] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.527969] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528001] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528032] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.528064] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.528095] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.528127] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.528158] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.528190] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.528221] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.528280] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528312] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.528403] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.528434] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.528466] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.528522] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528573] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528605] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528636] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.528707] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528740] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528798] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528854] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528886] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.528961] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.528993] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.529024] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.529948] vdd-cpu: 650 <–> 1300 mV at 1000 mV 3500 mA
[ 0.530738] vdd-core: applied init 1150000uV constraint
[ 0.531342] vdd-core: 700 <–> 1350 mV at 1150 mV 3500 mA
[ 0.532556] vddio-ddr: at 1350 mV
[ 0.532884] as3722-sd3: no parameters
[ 0.533466] avdd-pll-pex: 1050 mV
[ 0.534664] vdd-1v8: at 1800 mV
[ 0.535032] vdd-gpu: applied init 1000000uV constraint
[ 0.535914] vdd-gpu: 650 <–> 1200 mV at 1000 mV 3500 mA
[ 0.536431] avdd-pll: at 1050 mV at 300 mA
[ 0.537708] vdd-cam: 1800 mV at 150 mA
[ 0.538403] avdd-dsi-csi: at 1200 mV at 150 mA
[ 0.539633] vdd-rtc: 800 mV at 150 mA
[ 0.540113] avdd-cam: 2800 mV at 150 mA
[ 0.540615] vdd-1v2-cam: 1175 mV at 150 mA
[ 0.540992] vddio-sdmmc-2: 1800 <–> 3300 mV at 150 mA
[ 0.541499] vdd-1v1-cam: 1275 mV at 150 mA
[ 0.542479] avdd-spi: 3300 mV at 150 mA
[ 0.542984] vdd-2v7-cam: 2800 mV at 150 mA
[ 0.543498] vpp-fuse: 1800 mV at 150 mA
[ 0.544612] Linux video capture interface: v2.00
[ 0.545689] Advanced Linux Sound Architecture Driver Initialized.
[ 0.546166] ardbeg_wifi_power: 1
[ 0.646951] usb0-vbus: 5000 mV
[ 0.647261] usb1-usb2-vbus: 5000 mV
[ 0.647551] vdd-hdmi: 5000 mV
[ 0.647858] avdd-hdmi-pll: 3300 mV
[ 0.647908] avdd-hdmi-pll: supplied by avdd-pll-pex
[ 0.648076] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[ 0.648222] vdd-lcd-bl: 3300 mV
[ 0.648381] reg-fixed-sync-voltage 7.regulator: Consumer c1 does not have device name
[ 0.648534] vdd-lcd-bl-en: 5000 mV
[ 0.648713] reg-fixed-sync-voltage 9.regulator: Consumer c3 does not have device name
[ 0.648835] reg-5v0-supply: 5000 mV
[ 0.649002] reg-fixed-sync-voltage a.regulator: Consumer c1 does not have device name
[ 0.649036] reg-fixed-sync-voltage a.regulator: Consumer c2 does not have device name
[ 0.649069] reg-fixed-sync-voltage a.regulator: Consumer c3 does not have device name
[ 0.649117] reg-fixed-sync-voltage a.regulator: Consumer c10 does not have device name
[ 0.649149] reg-fixed-sync-voltage a.regulator: Consumer c11 does not have device name
[ 0.649181] reg-fixed-sync-voltage a.regulator: Consumer c12 does not have device name
[ 0.649213] reg-fixed-sync-voltage a.regulator: Consumer c13 does not have device name
[ 0.649245] reg-fixed-sync-voltage a.regulator: Consumer c14 does not have device name
[ 0.649276] reg-fixed-sync-voltage a.regulator: Consumer c15 does not have device name
[ 0.649420] reg-1v8-supply: 1800 mV
[ 0.649749] reg-fixed-sync-voltage b.regulator: Consumer c1 does not have device name
[ 0.649904] reg-dcdc-1v2: 1200 mV
[ 0.650095] reg-fixed-sync-voltage c.regulator: Consumer c7 does not have device name
[ 0.650129] reg-fixed-sync-voltage c.regulator: Consumer c8 does not have device name
[ 0.650724] as3722-gpio2-supply: 3300 mV
[ 0.650931] reg-fixed-sync-voltage d.regulator: Consumer c1 does not have device name
[ 0.651453] as3722-gpio4-supply: 3300 mV
[ 0.651766] sdmmc-en-supply: 3300 mV
[ 0.652028] vdd-cdc-1v2-aud: 1200 mV
[ 0.652185] reg-fixed-sync-voltage 10.regulator: Consumer c1 does not have device name
[ 0.652220] reg-fixed-sync-voltage 10.regulator: Consumer c2 does not have device name
[ 0.652252] reg-fixed-sync-voltage 10.regulator: Consumer c3 does not have device name
[ 0.652375] reg-aon-1v8: 1800 mV
[ 0.652534] reg-fixed-sync-voltage 11.regulator: Consumer c1 does not have device name
[ 0.652662] reg-aon-1v2: 1200 mV
[ 0.655716] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is disconnected
[ 0.659142] tegra: started io power detection dynamic control
[ 0.659169] tegra: NO_IO_POWER setting 0x0
[ 0.659195] Switching to clocksource arch_sys_counter
[ 0.680651] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.680847] nvmap_page_pool_init: Total MB RAM: 1891
[ 0.680871] nvmap_page_pool_init: nvmap page pool size: 60543 pages (236 MB)
[ 0.681044] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.681214] iram: dma coherent mem declare 0x40001000,258048
[ 0.682061] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[ 0.682224] nvmap:inner cache maint threshold=2097152
[ 0.692102] Wake39 for irq=52
[ 0.692204] tegra-otg tegra-otg: otg transceiver registered
[ 0.692589] NET: Registered protocol family 2
[ 0.693247] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.693476] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.693680] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.693742] TCP: reno registered
[ 0.693768] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.693825] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.694118] NET: Registered protocol family 1
[ 0.694534] RPC: Registered named UNIX socket transport module.
[ 0.694561] RPC: Registered udp transport module.
[ 0.694581] RPC: Registered tcp transport module.
[ 0.694602] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.694894] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[ 0.700635] host1x host1x: initialized
[ 0.701890] CPU PMU: probing PMU on CPU 0
[ 0.701926] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.702583] tegra_throttle : init passed
[ 0.702707] Tegra cpuquiet initialized: disabled
[ 0.702845] cpu-tegra: init EDP limit: 2065 MHz
[ 0.703838] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[ 0.704223] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[ 0.704488] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[ 0.704736] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.706296] bounce pool size: 64 pages
[ 0.707783] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.708079] NTFS driver 2.1.30 [Flags: R/O].
[ 0.708367] fuse init (API version 7.22)
[ 0.708605] msgmni has been set to 1457
[ 0.710049] io scheduler noop registered (default)
[ 0.911424] PCIE: port 0: link down, retrying
[ 1.111473] PCIE: port 0: link down, retrying
[ 1.311522] PCIE: port 0: link down, retrying
[ 1.311545] PCIE: port 0: link down, ignoring
[ 1.316706] PCI host bridge to bus 0000:00
[ 1.316735] pci_bus 0000:00: root bus resource [mem 0x32100000-0x3fffffff]
[ 1.316765] pci_bus 0000:00: root bus resource [mem 0x12100000-0x320fffff pref]
[ 1.316796] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 1.316823] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.317206] PCI: bus0: Fast back to back transfers disabled
[ 1.317236] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.319315] PCI: bus1: Fast back to back transfers disabled
[ 1.319647] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 1.319676] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.319929] pcieport 0000:00:00.0: BAR 8: assigned [mem 0x32100000-0x321fffff]
[ 1.319964] pcieport 0000:00:00.0: BAR 9: assigned [mem 0x12100000-0x121fffff 64bit pref]
[ 1.319998] pcieport 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 1.320031] pci 0000:01:00.0: BAR 4: assigned [mem 0x12100000-0x12103fff 64bit pref]
[ 1.320079] pci 0000:01:00.0: BAR 2: assigned [mem 0x32100000-0x32100fff 64bit]
[ 1.320126] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 1.320158] pcieport 0000:00:00.0: PCI bridge to [bus 01]
[ 1.320185] pcieport 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 1.320214] pcieport 0000:00:00.0: bridge window [mem 0x32100000-0x321fffff]
[ 1.320246] pcieport 0000:00:00.0: bridge window [mem 0x12100000-0x121fffff 64bit pref]
[ 1.320310] PCIE: No Link speed change happened
[ 1.320874] pwm-backlight pwm-backlight: unable to request PWM, trying legacy API
[ 1.320983] sysedp_create_consumer: unable to create pwm-backlight, no consumer_data for pwm-backlight found
[ 1.321869] tsec tsec: initialized
[ 1.323401] isp isp.0: initialized
[ 1.324386] isp isp.1: initialized
[ 1.325982] falcon vic03.0: initialized
[ 1.327194] falcon msenc: initialized
[ 1.328022] tegradc tegradc.0: DSI: HS clock rate is 464500
[ 1.329386] p,wuxga-10-1 panel dt support not available
[ 1.609181] tegradc tegradc.0: nominal-pclk:154700000 parent:154500000 div:1.0 pclk:154500000 153153000~168623000
[ 1.698437] tegradc tegradc.0: DSI pad calibration done
[ 1.705586] tegradc tegradc.0: probed
[ 1.706061] tegradc tegradc.0: fb registered
[ 1.706084] tegradc tegradc.0: nominal-pclk:154679000 parent:463500000 div:3.0 pclk:154500000 153132210~168600110
[ 1.711944] gpio wake4 for gpio=111
[ 1.739929] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000
[ 1.741235] tegradc tegradc.1: probed
[ 1.762689] Console: switching to colour frame buffer device 240x67
[ 1.781511] tegradc tegradc.1: fb registered
[ 1.781623] hdmi_state_machine_worker (tid edb0c080): state 7 (Takeover from bootloader), hpd 1, pending_hpd_evt 1
[ 1.781804] hdmi_state_machine_set_state_l: switching from state 7 (Takeover from bootloader) to state 1 (Check Plug)
[ 1.784998] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[ 1.785838] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.787277] serial8250.0: ttyS0 at MMIO 0x70006300 (irq = 122) is a Tegra
[ 1.823075] hdmi_state_machine_worker (tid edb0c080): state 1 (Check Plug), hpd 1, pending_hpd_evt 0
[ 1.823081] hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state 2 (Check EDID)
[ 1.894623] hdmi_state_machine_worker (tid edb0c080): state 2 (Check EDID), hpd 1, pending_hpd_evt 0
[ 1.949170] panel size 48 by 27
[ 4.096197] console [ttyS0] enabled
[ 4.096343] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000
[ 4.096862] serial-tegra.0: ttyTHS0 at MMIO 0x70006000 (irq = 68) is a SERIAL_TEGRA
[ 4.097174] serial-tegra.1: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[ 4.097602] serial-tegra.2: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[ 4.103704] loop: module loaded
[ 4.104005] nct1008_nct72 0-004c: success in enabling rail vdd_nct72
[ 4.107840] gpio wake35 for gpio=70
[ 4.107920] nct1008_nct72 0-004c: nct1008_probe: initialized
[ 4.108578] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 4.109621] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 4.111606] tegra_profiler: Branch: Dev
[ 4.111609] tegra_profiler: Version: 1.103
[ 4.111612] tegra_profiler: Samples version: 34
[ 4.111615] tegra_profiler: IO version: 18
[ 4.111621] armv7_pmu: arch: Cortex A15, type: 4, ver: 0
[ 4.111808] tegra_profiler: auth: init
[ 4.112203] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[ 4.113678] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEGRA-SATA mode
[ 4.113691] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm apst
[ 4.114925] scsi0 : tegra-sata
[ 4.115362] scsi1 : tegra-sata
[ 4.115585] ata1: SATA max UDMA/133 irq 55
[ 4.115590] ata2: DUMMY
[ 4.117664] tun: Universal TUN/TAP device driver, 1.6
[ 4.117667] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 4.117905] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.120101] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0xf0000000, 00:04:4b:2c:1d:a7, XID 0c000800 IRQ 641
[ 4.120109] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.120284] usbcore: registered new interface driver asix
[ 4.120331] usbcore: registered new interface driver ax88179_178a
[ 4.120371] usbcore: registered new interface driver cdc_ether
[ 4.120425] usbcore: registered new interface driver smsc95xx
[ 4.120464] usbcore: registered new interface driver cdc_subset
[ 4.120535] usbcore: registered new interface driver cdc_ncm
[ 4.120553] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 4.120780] tegra USB phy - inst[1] platform info:
[ 4.120782] port_otg: no
[ 4.120785] has_hostpc: yes
[ 4.120787] phy_interface: USB_PHY_INTF_UTMI
[ 4.120790] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.120792] qc2_voltage: 0
[ 4.120795] vbus_gpio: -1
[ 4.120797] hot_plug: disabled
[ 4.120800] remote_wakeup: enabled
[ 4.122352] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
[ 4.122377] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
[ 4.122482] Wake40 for irq=53
[ 4.122485] Wake42 for irq=53
[ 4.122508] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
[ 4.128300] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.10
[ 4.128392] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.128400] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.128406] usb usb1: Product: Tegra EHCI Host Controller
[ 4.128412] usb usb1: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[ 4.128418] usb usb1: SerialNumber: tegra-ehci.1
[ 4.128974] hub 1-0:1.0: USB hub found
[ 4.128994] hub 1-0:1.0: 1 port detected
[ 4.129386] tegra USB phy - inst[2] platform info:
[ 4.129388] port_otg: no
[ 4.129391] has_hostpc: yes
[ 4.129395] phy_interface: USB_PHY_INTF_UTMI
[ 4.129397] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.129400] qc2_voltage: 0
[ 4.129402] vbus_gpio: -1
[ 4.129405] hot_plug: disabled
[ 4.129408] remote_wakeup: enabled
[ 4.130870] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
[ 4.130892] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
[ 4.130982] Wake41 for irq=129
[ 4.130986] Wake43 for irq=129
[ 4.131007] tegra-ehci tegra-ehci.2: irq 129, io mem 0x7d008000
[ 4.136298] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.10
[ 4.136379] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.136386] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.136392] usb usb2: Product: Tegra EHCI Host Controller
[ 4.136399] usb usb2: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[ 4.136404] usb usb2: SerialNumber: tegra-ehci.2
[ 4.136921] hub 2-0:1.0: USB hub found
[ 4.136938] hub 2-0:1.0: 1 port detected
[ 4.137329] ehci-pci: EHCI PCI platform driver
[ 4.137600] tegra_xusb_read_usb_calib: usb_calib0 = 0x0245838b
[ 4.137847] usbcore: registered new interface driver usb-storage
[ 4.137968] usbcore: registered new interface driver usbserial
[ 4.138009] usbcore: registered new interface driver option
[ 4.138040] usbserial: USB Serial support registered for GSM modem (1-port)
[ 4.138143] usbcore: registered new interface driver pl2303
[ 4.138174] usbserial: USB Serial support registered for pl2303
[ 4.138188] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[ 4.138356] tegra USB phy - inst[0] platform info:
[ 4.138359] port_otg: yes
[ 4.138361] has_hostpc: yes
[ 4.138364] phy_interface: USB_PHY_INTF_UTMI
[ 4.138367] op_mode: TEGRA_USB_OPMODE_DEVICE
[ 4.138369] qc2_voltage: 0
[ 4.138372] vbus_pmu_irq: 0
[ 4.138374] vbus_gpio: -1
[ 4.138376] charging: enabled
[ 4.138379] remote_wakeup: disabled
[ 4.141174] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
[ 4.184012] as3722-rtc as3722-rtc.1: rtc core: registered as3722 as rtc0
[ 4.184019] as3722-rtc as3722-rtc.1: RTC interrupt 449
[ 4.237879] i2c /dev entries driver
[ 4.239092] virtual_init
[ 4.241145] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[ 4.241951] tegra_dtv_probe: probing dtv.
[ 4.242363] setup_stream: bufsize = 4096, bufnum = 4
[ 4.242364] ar0832_init: ++
[ 4.242729] i2c-core: driver [max77387] using legacy suspend method
[ 4.242731] i2c-core: driver [max77387] using legacy resume method
[ 4.242779] i2c-core: driver [as364x] using legacy suspend method
[ 4.242782] i2c-core: driver [as364x] using legacy resume method
[ 4.242933] [IMX135] sensor driver loading
[ 4.242980] [IMX179] sensor driver loading
[ 4.243028] [IMX185] sensor driver loading
[ 4.243077] [imx132] sensor driver loading
[ 4.243125] [AR0330] sensor driver loading
[ 4.243173] [ar0261] sensor driver loading
[ 4.243220] [AR1335] sensor driver loading
[ 4.243287] [ov4689] sensor driver loading
[ 4.244158] usbcore: registered new interface driver uvcvideo
[ 4.244161] USB Video Class driver (1.1.1)
[ 4.245061] zram: Created 1 device(s) …
[ 4.246280] tegra_wdt tegra_wdt.0: last reset is due to power on reset
[ 4.246455] WDT heartbeat enabled on probe
[ 4.246458] tegra_wdt_probe done
[ 4.246783] sdhci: Secure Digital Host Controller Interface driver
[ 4.246786] sdhci: Copyright(c) Pierre Ossman
[ 4.246789] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.247154] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[ 4.247331] sdhci-tegra sdhci-tegra.3: Speedo value 2260
[ 4.247339] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[ 4.290305] otg state changed: SUSPEND → PERIPHERAL
[ 4.420316] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.438316] usb 2-1: new high-speed USB device number 2 using tegra-ehci
[ 4.525348] usb 2-1: New USB device found, idVendor=0409, idProduct=0058
[ 4.525357] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.525363] usb 2-1: Product: USB2.0 Hub Controller
[ 4.525369] usb 2-1: Manufacturer: NEC Corporation
[ 4.535964] hub 2-1:1.0: USB hub found
[ 4.547225] hub 2-1:1.0: 4 ports detected
[ 4.937205] usb 2-1.2: new low-speed USB device number 3 using tegra-ehci
[ 5.014565] usb 2-1.2: New USB device found, idVendor=046d, idProduct=c016
[ 5.014572] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.014579] usb 2-1.2: Product: Optical USB Mouse
[ 5.014585] usb 2-1.2: Manufacturer: Logitech
[ 5.378822] handle_check_edid_l: audio_switch 1
[ 5.387360] Display connected, hpd_switch 1
[ 5.395517] handle_check_edid_l: setting audio and infoframes
[ 5.405309] hdmi_state_machine_set_state_l: switching from state 2 (Check EDID) to state 4 (Enabled)
[ 5.418668] hdmi_state_machine_worker (tid edb0c080): state 4 (Enabled), hpd 1, pending_hpd_evt 0
[ 5.432212] mmc0: no vqmmc regulator found
[ 5.432228] mmc0: no vmmc regulator found
[ 5.432233] mmc0: Invalid maximum block size, assuming 512 bytes
[ 5.456297] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[ 5.456298] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[ 5.457224] sdhci-tegra sdhci-tegra.2: Speedo value 2260
[ 5.457232] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[ 5.537572] mmc1: no vqmmc regulator found
[ 5.546032] mmc1: no vmmc regulator found
[ 5.554370] mmc1: Invalid maximum block size, assuming 512 bytes
[ 5.564797] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for sdhci-tegra.2 found[ 5.569547] mmc0: BKOPS_EN bit is not set
[ 5.574898] sdhci-tegra sdhci-tegra.3: Found T2T coeffs data
[ 5.574906] sdhci-tegra sdhci-tegra.3: 200MHz tap hole coeffs found

[ 5.628301] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
[ 5.645276] gpio wake56 for gpio=170
[ 5.657153] tegra-se tegra12-se: tegra_se_probe: complete
[ 5.667533] usb 2-1.1: new low-speed USB device number 4 using tegra-ehci
[ 5.684076] input: Logitech Optical USB Mouse as /devices/platform/tegra-ehci.2/usb2/2-1/2-1.2/2-1.2:1.0/input/input0
[ 5.699931] hid-generic 0003:046D:C016.0001: input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-tegra-ehci.2-1.2/input0
[ 5.716874] usbcore: registered new interface driver usbhid
[ 5.727504] usbhid: USB HID core driver
[ 5.736824] tegra-hier-ictlr tegra-hier-ictlr: probed
[ 5.749414] usb 2-1.1: New USB device found, idVendor=1a2c, idProduct=2124
[ 5.761361] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.773847] usb 2-1.1: Product: USB Keyboard
[ 5.783231] usb 2-1.1: Manufacturer: SEM
[ 5.796293] input: SEM USB Keyboard as /devices/platform/tegra-ehci.2/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
[ 5.811477] hid-generic 0003:1A2C:2124.0002: input: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-tegra-ehci.2-1.1/input0
[ 5.832226] input: SEM USB Keyboard as /devices/platform/tegra-ehci.2/usb2/2-1/2-1.1/2-1.1:1.1/input/input2
[ 5.847645] hid-generic 0003:1A2C:2124.0003: input: USB HID v1.10 Device [SEM USB Keyboard] on usb-tegra-ehci.2-1.1/input1
[ 6.116522] Auto tuning windows***
[ 6.127339] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.138550] win[0]: 0(0) - 78(1)
[ 6.147533] win[1]: 85(0) - 166(1)
[ 6.156697] win[2]: 174(0) - 255(1)
[ 6.165912] ***************************************
[ 6.176534] **tuning windows after inserting holes
[ 6.187994] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.199186] win[0]:-3(0) - 47(2)
[ 6.208106] win[1]:49(2) - 78(1)
[ 6.216982] win[2]:85(0) - 135(2)
[ 6.225910] win[3]:137(2) - 166(1)
[ 6.234885] win[4]:174(0) - 223(2)
[ 6.243856] win[5]:225(2) - 255(1)
[ 6.252701] ***********************************************
[ 6.263701] Tuning values
[ 6.273391] estimated values
[ 6.281951] T2T_Vmax 57, T2T_Vmin 79, 1’st_hole_Vmax 47, UI_Vmax 87
[ 6.293609] Calculated values
[ 6.302274] T2T_Vmax 56, 1’st_hole_Vmax 48, UI_Vmax 88
[ 6.312791] T2T_Vmin 56, 1’st_hole_Vmin 48, UI_Vmin 89
[ 6.323269] ***********************************
[ 6.333102] final tuning windows
[ 6.343471] win[0]: 14 - 37
[ 6.351558] win[1]: 60 - 61
[ 6.359628] win[2]: 102 - 120
[ 6.367825] win[3]: 154 - 149
[ 6.375969] win[4]: 191 - 203
[ 6.384071] win[5]: 248 - 238
[ 6.392148] ********************************
[ 6.401533] best tap win - (14-37), best tap value 26 prev_best_tap 0
[ 6.428966] usbcore: registered new interface driver snd-usb-audio
[ 6.440892] MAX98090 driver built on Jun 7 2016 at 21:02:54
[ 6.452473] tegra_offload_platform probe successfull.
[ 6.460379] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[ 6.737123] rt5639 0-001c: read 0xfd=0x6
[ 6.765344] rt5639 0-001c: ASoC: mux INR Mux has no paths
[ 6.775923] rt5639 0-001c: ASoC: mux INL Mux has no paths
[ 6.787377] gpio wake49 for gpio=143
[ 6.952625] Auto tuning windows

[ 6.952628] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.952634] win[0]: 0(0) - 78(1)
[ 6.952644] win[1]: 85(0) - 167(1)
[ 6.952648] win[2]: 173(0) - 255(1)
[ 6.952651] ***************************************
[ 6.952681] ***tuning windows after inserting holes
[ 6.952684] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 6.952688] win[0]:-4(0) - 47(2)
[ 6.952692] win[1]:49(2) - 78(1)
[ 6.952696] win[2]:85(0) - 136(2)
[ 6.952700] win[3]:138(2) - 167(1)
[ 6.952704] win[4]:173(0) - 225(2)
[ 6.952708] win[5]:227(2) - 255(1)
[ 6.952710] ***********************************************
[ 6.952715] *Tuning values
[ 6.952717] estimated values
[ 6.952722] T2T_Vmax 57, T2T_Vmin 79, 1’st_hole_Vmax 47, UI_Vmax 87
[ 6.952724] Calculated values
[ 6.952728] T2T_Vmax 56, 1’st_hole_Vmax 48, UI_Vmax 89
[ 6.952731] T2T_Vmin 56, 1’st_hole_Vmin 48, UI_Vmin 89
[ 6.952733] ***********************************
[ 6.952739] *final tuning windows
[ 6.952743] win[0]: 13 - 37
[ 6.952746] win[1]: 60 - 61
[ 6.952749] win[2]: 102 - 120
[ 6.952752] win[3]: 155 - 150
[ 6.952755] win[4]: 190 - 203
[ 6.952758] win[5]: 250 - 238
[ 6.952761] ********************************
[ 6.952766] best tap win - (13-37), best tap value 25 prev_best_tap 26
[ 6.952776] sdhci-tegra sdhci-tegra.3: sdhci_tegra_verify_best_tap: tuning freq 200000000hz, best tap 25
[ 7.007797] mmc0: new HS200 MMC card at address 0001
[ 7.008043] mmcblk mmc0:0001: Card claimed for testing.
[ 7.008239] mmcblk0: mmc0:0001 SEM16G 14.6 GiB
[ 7.008422] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
[ 7.093590] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 7.798303] rt5639 0-001c: rt5639_headset_detect RT5639_PWR_ANLG1(0x63) = 0xa814
[ 7.809549] rt5639 0-001c: rt5639_headset_detect RT5639_IRQ_CTRL2(0xbe) = 0x0
[ 7.882604] rt5639 0-001c: rt5639_headset_detect jack_type = 2
[ 7.892471] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> tegra30-i2s.1 mapping ok
[ 7.904873] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> tegra30-spdif mapping ok
[ 7.917122] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> tegra30-i2s.3 mapping ok
[ 7.929289] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> dit-hifi mapping ok
[ 7.941315] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> dit-hifi mapping ok
[ 7.952970] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[ 7.964049] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[ 7.974964] tegra-snd-rt5639 tegra-snd-rt5639.0: snd-soc-dummy-dai <-> tegra-offload-pcm mapping ok
[ 7.988099] compress asoc: snd-soc-dummy-dai <-> tegra-offload-compr mapping ok
[ 7.999507] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[ 8.010689] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[ 8.021719] tegra-snd-rt5639 tegra-snd-rt5639.0: snd-soc-dummy-dai <-> tegra-offload-pcm mapping ok
[ 8.034921] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> tegra30-i2s.1 mapping ok
[ 8.050151] input: tegra-rt5639 Headphone Jack as /devices/platform/tegra-snd-rt5639.0/sound/card1/input3
[ 8.064493] sysedp_create_consumer: unable to create speaker, no consumer_data for speaker found
[ 8.073999] oprofile: using timer interrupt.
[ 8.086587] GACT probability NOT on
[ 8.094151] Mirror/redirect action on
[ 8.101843] u32 classifier
[ 8.108559] Actions configured
[ 8.115917] Netfilter messages via NETLINK v0.30.
[ 8.124608] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 8.135086] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 8.145994] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 8.156099] xt_time: kernel timezone is -0000
[ 8.164740] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.174198] arp_tables: (C) 2002 David S. Miller
[ 8.182874] TCP: cubic registered
[ 8.190331] NET: Registered protocol family 10
[ 8.199618] mip6: Mobile IPv6
[ 8.206634] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 8.216225] sit: IPv6 over IPv4 tunneling driver
[ 8.225819] NET: Registered protocol family 17
[ 8.234381] NET: Registered protocol family 15
[ 8.242914] NET: Registered protocol family 35
[ 8.251414] NET: Registered protocol family 37
[ 8.259826] NET: Registered protocol family 41
[ 8.269571] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 8.304866] Registering SWP/SWPB emulation handler
[ 8.313718] last reset is due to power on reset
[ 8.313718]
[ 8.327885] Disabling clocks left on by bootloader:
[ 8.336850] audio_2x
[ 8.343385] audio
[ 8.349619] audio4
[ 8.355858] audio3
[ 8.362049] audio2
[ 8.368231] audio1
[ 8.374432] audio0
[ 8.380625] hdmi_audio
[ 8.387058] entropy
[ 8.393240] dsi2-fixed
[ 8.399711] dsi1-fixed
[ 8.406170] nor
[ 8.412006] trace
[ 8.418024] sdmmc4_ddr
[ 8.424482] sdmmc3_ddr
[ 8.430890] cclk_lp
[ 8.436905] pll_x_out0
[ 8.443086] pll_m_out1
[ 8.449374] tegra_dvfs: vdd_cpu connected to regulator
[ 8.458157] tegra_dvfs: vdd_core connected to regulator
[ 8.466975] tegra_dvfs: vdd_gpu connected to regulator
[ 8.476989] cpu_cold cooling device is registered
[ 8.485315] cpu_hot cooling device is registered
[ 8.485437] Tegra CPU DFLL is initialized with use_dfll = 1
[ 8.485499] CPU rate: 696 MHz
[ 8.671814] tegra dvfs: tegra sysfs cap interface is initialized
[ 8.681083] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 8.691500] tegra_actmon.emc: Completed initialization (0)
[ 8.700452] tegra_actmon.avp: Completed initialization (0)
[ 8.709301] tegra_mon.cpu_emc: Completed initialization (0)
[ 8.721282] reg-aon-1v2: incomplete constraints, leaving on
[ 8.730195] reg-aon-1v8: incomplete constraints, leaving on
[ 8.739285] sdmmc-en-supply: incomplete constraints, leaving on
[ 8.748394] reg-dcdc-1v2: incomplete constraints, leaving on
[ 8.757328] reg-5v0-supply: incomplete constraints, leaving on
[ 8.766453] usb0-vbus: incomplete constraints, leaving on
[ 8.775128] vpp-fuse: incomplete constraints, leaving on
[ 8.783704] vdd-2v7-cam: incomplete constraints, leaving on
[ 8.792492] avdd-spi: incomplete constraints, leaving on
[ 8.800965] vdd-1v1-cam: incomplete constraints, leaving on
[ 8.809663] vddio-sdmmc-2: incomplete constraints, leaving on
[ 8.818546] vdd-1v2-cam: incomplete constraints, leaving on
[ 8.827281] avdd-cam: incomplete constraints, leaving on
[ 8.835774] vdd-cam: incomplete constraints, leaving on
[ 8.844271] as3722-sd3: incomplete constraints, leaving on
[ 8.853031] vdd-3v3-aon: incomplete constraints, leaving on
[ 8.861872] vdd-ac-bat: incomplete constraints, leaving on
[ 8.870600] regulator-dummy: incomplete constraints, leaving on
[ 8.880539] gpio wake51 for gpio=128
[ 8.887578] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input4
[ 8.898657] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 00:12:58 UTC (946685578)
[ 8.911495] ALSA device list:
[ 8.917173] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 8.925283] #1: tegra-rt5639
[ 8.932107] EXT4-fs (mmcblk0p1): couldn’t mount as ext3 due to feature incompatibilities
[ 8.943648] EXT4-fs (mmcblk0p1): couldn’t mount as ext2 due to feature incompatibilities
[ 8.963053] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.974061] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 8.986037] devtmpfs: mounted
[ 8.992245] Freeing unused kernel memory: 496K (c0b5c000 - c0bd8000)
[ 9.259313] init: plymouth-upstart-bridge main process (118) terminated with status 1
[ 9.271094] init: plymouth-upstart-bridge main process ended, respawning
[ 9.317626] init: plymouth-upstart-bridge main process (128) terminated with status 1
[ 9.329431] init: plymouth-upstart-bridge main process ended, respawning
[ 9.342151] init: ureadahead main process (121) terminated with status 5
[ 9.388208] init: plymouth-upstart-bridge main process (131) terminated with status 1
[ 9.400227] 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 set console keymap[ OK ]
  • Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  • Starting Signal sysvinit that virtual filesystems are mounted[ OK ]
  • Stopping set console keymap[ 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 ]
  • Stopping rpcsec_gss daemon[ OK ]
  • Starting system logging daemon[ OK ]
  • Stopping NVIDIA specific first-boot script[ OK ]
  • Stopping cold plug devices[ OK ]
  • Stopping NVIDIA specific init script[ OK ]
  • Starting configure network device security[ OK ]
  • Stopping log initial device creation[ OK ]
  • Starting CUPS printing spooler/server[ OK ]
  • Starting configure network device[ OK ]
  • Starting userspace bootsplash[ OK ]
  • Starting configure network device security[ OK ]
  • Starting enable remaining boot-time encrypted block devices[ OK ]
  • Starting mDNS/DNS-SD daemon[ OK ]
  • Starting Send an event to indicate plymouth is up[ OK ]
  • Stopping userspace bootsplash[ OK ]
  • Starting Reload cups, upon starting avahi-daemon to make sure remote queues are populated[ OK ]
  • Stopping Send an event to indicate plymouth is up[ OK ]
  • Starting cups-browsed - Bonjour remote printer browsing daemon[ OK ]
  • Stopping Reload cups, upon starting avahi-daemon to make sure remote queues are populated[ OK ]
  • Starting System V initialisation compatibility[ OK ]
  • Starting modem connection manager[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure virtual network devices[ OK ]
  • Starting early crypto disks… [ OK ]
  • Setting up X socket directories… [ OK ]
  • Stopping System V initialisation compatibility[ OK ]
  • Starting network connection manager[ OK ]
  • speech-dispatcher disabled; edit /etc/default/speech-dispatcher
  • Starting System V runlevel compatibility[ OK ]
  • Starting Restore Sound Card State[ OK ]
  • Starting regular background program processing daemon[ OK ]
  • Starting anac(h)ronistic cron[ OK ]
  • Starting save kernel messages[ OK ]
  • Starting OpenSSH server[ OK ]
  • Starting crash report submission daemon[ OK ]
  • Starting NTP server ntpd * Stopping save kernel messages[ OK ]
    [ OK ]
  • Stopping Restore Sound Card State[ OK ]
    saned disabled; edit /etc/default/saned
  • Stopping anac(h)ronistic cron[ OK ]
  • Stopping System V runlevel compatibility[ OK ]

Ubuntu 14.04.1 LTS tegra-ubuntu ttyS0

tegra-ubuntu login: ubuntu (automatic login)

Last login: Wed May 3 00:16:53 UTC 2017 on ttyS0
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.10.40-ga7da876 armv7l)

New release ‘16.04.2 LTS’ available.
Run ‘do-release-upgrade’ to upgrade to it.

ubuntu@tegra-ubuntu:~$
Broadcast message from root@tegra-ubuntu
(unknown) at 23:20 …

The system is going down for reboot NOW!
[ 53.239864] Restarting system.
[ 53.243068] 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
[ 53.243068]

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

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
tegra-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: 2 1 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
827 bytes read in 120 ms (5.9 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
Retrieving file: /boot/tegra124-jetson_tk1-pm375-000-c00-00.dtb
59661 bytes read in 127 ms (458 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 2346, Soc Speedo value 2260, Gpu Speedo value 2103
[ 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
[ 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]

Any comments on this? We are anxious to figure this out.

Thanks,

Kevin