0x120002 error occurred when programing. What is the problem?

Hello everyone, it is normal when I use the DEMO board to burn the program。 But it is printed that 0x120002 error when use the board our own design, what is wrong?
My hardware design is basically the same as the DEMO board. The difference is: 1. My board is designed with USB-A, and the ID is tied to GND.2.According to the design guide, I have added the Auto-Power-On circuit, which means that the card will be automatically power-on,even without pressing the power button.
In addition,the mark of TK1 on our board is cd5755-a1, and the information of lsusb is 09557740, which corresponds to cd580m-a1 and 09557140 on the demo board. I don’t know what is the difference.
As recommended on BBS, I tested our board with NVtest_TK1, both DDR and EMMC were passed. But there was 0x120002 error when burning, it is printed as follows:


./nvflash --bct PM375_Hynix_2GB_H5TC4G63AFR_H5TC4G63CFR_RDA_924MHz.cfg --setbct --configfile flash.cfg --create --bl fastboot.bin --odmdata 0x6009C000 --go
Nvflash 4.13.0000 started
BR_CID: 0x340010017410b1060800000012fe8080
rcm version 0X400001
Skipping BoardID read at miniloader level
System Information:
chip name: unknown
chip id: 0x40 major: 1 minor: 1
chip sku: 0x0
chip uid: 0x000000017410b1060800000012fe8080
macrovision: disabled
hdcp: disabled
jtag: disabled
sbk burned: false
board id: 0
warranty fuse: 0
dk burned: false
boot device: emmc
operating mode: 3
device config strap: 0
device config fuse: 0
sdram config strap: 0

RCM communication completed
BCT sent successfully
sending file: tegra124-jetson_tk1-pm375-000-c00-00.dtb

  • 59661/59661 bytes sent
    tegra124-jetson_tk1-pm375-000-c00-00.dtb sent successfully
    odm data: 0x6009c000
    downloading bootloader – load address: 0x83d88000 entry point: 0x83d88000
    download command failed NvError 0x120002
    command failure/warning: bootloader download failed (bad data)

0x00120002, "packet was nacked")

Is your host a VM?

Hi, did you check if the BCT is correct to your board/DDR ?

Hi, Trumany. Our Hardware of DDR and EMMC is the same with demo board. Need check and change the BCT file?

And we test DDR and EMMc passed, using nvtest runmats.bat and emmc.bat.

Hi, Trumany.
the EEPROM on self-design board without any initialization. We doubt it is this problem?
What do we need to do for such EEPROM?

EEPROM is not mandatory, just uncomment it like below topics said:

[url]https://devtalk.nvidia.com/default/topic/900265/?comment=4746098[/url]
[url]https://devtalk.nvidia.com/default/topic/920310/jetson-tk1/the-issues-are-for-designing-own-board-/post/4822719/#4822719[/url]

thanks, Trumany.
we successful flash the emmc by un-comment the BOARDID.
But when I restart the system. there are other problems.the system can not start up.There is nothing output from HDMI interface.The debug uart output is:

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
Error: RTL8169#0 address not set.

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 306 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 me
m=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 co
re_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Ada
pter 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:0x
02: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 174 ms (334 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/tegr
a124-jetson_tk1-pm375-000-c00-00.dts
[ 0.000000] Tegra12: CPU Speedo value 2226, Soc Speedo value 2152, Gpu Speedo value 2012
[ 0.000000] Tegra12: CPU Speedo ID 5, Soc Speedo ID 0, Gpu Speedo ID 1
[ 0.000000] Tegra12: CPU Process ID 0,Soc Process ID 1,Gpu Process ID 0
[ 0.000000] Tegra Revision: A01 SKU: 0x87 CPU Process: 0 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 1044000000
[ 0.000000] Lowering sbus maximum rate from 420000000 to 372000000
[ 0.000000] Lowering vic03 maximum rate from 900000000 to 756000000
[ 0.000000] Lowering tsec maximum rate from 900000000 to 756000000
[ 0.000000] Lowering msenc maximum rate from 600000000 to 480000000
[ 0.000000] Lowering se maximum rate from 600000000 to 480000000
[ 0.000000] Lowering vde maximum rate from 600000000 to 480000000
[ 0.000000] Lowering host1x maximum rate from 500000000 to 408000000
[ 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 pmub
oard=0x0177:0x0000:0x02:0x43:0x00 tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 u
sbcore.old_scheme_first=1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartpo
rt=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal fb
con=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 tegr
aboot=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.003834] Calibrating delay loop (skipped), value calculated using timer frequency… l
pj=12000
[ 0.003906] pid_max: default: 32768 minimum: 301
[ 0.004205] Mount-cache hash table entries: 512
[ 0.027297] Initializing cgroup subsys debug
[ 0.027341] Initializing cgroup subsys freezer
[ 0.027427] CPU: Testing write buffer coherency: ok
[ 0.027499] ftrace: allocating 33483 entries in 66 pages
[ 0.069693] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.069738] Setting up static identity map for 0xc08242b8 - 0xc0824354
[ 0.073732] ftrace: Allocated trace_printk buffers
[ 0.081433] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.084433] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.087477] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.087672] Brought up 4 CPUs
[ 0.087736] SMP: Total of 4 processors activated.
[ 0.087753] CPU: All CPU(s) started in SVC mode.
[ 0.088624] devtmpfs: initialized
[ 0.097608] pinctrl core: initialized pinctrl subsystem
[ 0.097938] regulator-dummy: no parameters
[ 0.098641] NET: Registered protocol family 16
[ 0.101010] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.102274] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[ 0.103808] console [pstore-1] enabled
[ 0.103862] ramoops: attached 0x200000@0xf8300000, ecc: 0/0
[ 0.104237] cpuidle: using governor ladder
[ 0.104261] cpuidle: using governor menu
[ 0.108103] ardbeg_camera_auxdata: update camera lookup table.
[ 0.117029] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[ 0.117422] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.124388] Wake16 for irq=34
[ 0.126897] Wake58 for irq=81
[ 0.126947] Wake41 for irq=129
[ 0.126966] Wake43 for irq=129
[ 0.127013] Wake40 for irq=53
[ 0.127031] Wake42 for irq=53
[ 0.131343] board_info: id:sku:fab:major:minor = 0xffff:0xffff:0xff:0x40:0xff
[ 0.131430] board_info: id:sku:fab:major:minor = 0xffff:0xffff:0xff:0x40:0xff
[ 0.131517] Selecting UARTD as the debug console
[ 0.131565] The debug console clock name is uartd
[ 0.131980] ardbeg_modem_init: modem_id = 0
[ 0.132002] Shield ERS 0xffff
[ 0.134034] PMU board id 0x0177 is not supported
[ 0.134588] Clear bootloader IO dpd settings
[ 0.134834] emc dvfs table not present
[ 0.134912] ardbeg_edp_init: CPU regulator 12500 mA
[ 0.390768] ardbeg_edp_init: GPU regulator 11400 mA
[ 0.391750] swapper/0 isomgr_init(): iso emc max clk=1200000KHz
[ 0.391773] swapper/0 isomgr_init(): max_iso_bw=9600000KB[ 0.392152] ardbeg_touch_ini
t init raydium touch
[ 0.392318] Raydium - touch platform_id : 8
[ 0.475184] platform tegradc.0: IOVA linear map 0xf8500000(1200000)
[ 0.478498] platform tegradc.0: IOVA linear map 0xf9700000(4800000)
[ 0.483528] platform tegradc.1: IOVA linear map 0xf8500000(1200000)
[ 0.486841] platform tegradc.1: IOVA linear map 0xf9700000(4800000)
[ 0.486992] *** MPU START *** mpuirq_init…
[ 0.487087] *** MPU END *** mpuirq_init…
[ 0.487409] soctherm THERMTRIP not supported on PMU (BOARD_E375)
[ 0.487601] tegra11_soctherem_oc_int_init(): OC interrupts enabled successful
[ 0.488028] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.488060] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.488298] mc-err: Started MC error interface!
[ 0.499081] bio: create slab at 0
[ 0.500985] reg-fixed-voltage 0.regulator: Consumer c1 does not have device name
[ 0.501023] reg-fixed-voltage 0.regulator: Consumer c2 does not have device name
[ 0.501178] vdd-ac-bat: 8400 mV
[ 0.501323] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[ 0.501358] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[ 0.501489] vdd-3v3-aon: 3300 mV
[ 0.501640] reg-fixed-voltage 8.regulator: Consumer c1 does not have device name
[ 0.501674] reg-fixed-voltage 8.regulator: Consumer c2 does not have device name
[ 0.501706] reg-fixed-voltage 8.regulator: Consumer c3 does not have device name
[ 0.501743] reg-fixed-voltage 8.regulator: Consumer c6 does not have device name
[ 0.501774] reg-fixed-voltage 8.regulator: Consumer c7 does not have device name
[ 0.501805] reg-fixed-voltage 8.regulator: Consumer c8 does not have device name
[ 0.501836] reg-fixed-voltage 8.regulator: Consumer c9 does not have device name
[ 0.501867] reg-fixed-voltage 8.regulator: Consumer c10 does not have device name
[ 0.501899] reg-fixed-voltage 8.regulator: Consumer c11 does not have device name
[ 0.501930] reg-fixed-voltage 8.regulator: Consumer c12 does not have device name
[ 0.502062] reg-3v3-supply: 3300 mV
[ 0.503723] vgaarb: loaded
[ 0.504370] SCSI subsystem initialized
[ 0.504747] usbcore: registered new interface driver usbfs
[ 0.504815] usbcore: registered new interface driver hub
[ 0.504934] usbcore: registered new device driver usb
[ 0.508032] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x15
[ 0.508062] as3722 4-0040: Final OTP version 1V21
[ 0.512605] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[ 0.512818] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.512878] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.512933] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.512965] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.512999] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.513030] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.513090] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.513122] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.513154] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.513186] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.513217] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.513249] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.513301] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.513370] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.513402] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.513433] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.513465] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.513500] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.513534] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.513566] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.513598] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.513630] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[ 0.513663] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[ 0.513694] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[ 0.513726] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[ 0.513758] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[ 0.513813] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.513845] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.513899] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.513931] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.513962] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.513994] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.514025] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.514057] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.514088] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.514119] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.514151] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.514210] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514241] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.514351] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.514384] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.514415] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.514471] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.514523] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.514554] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514586] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.514641] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.514673] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514730] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514786] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.514818] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514894] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.514926] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.514957] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.515778] vdd-cpu: 650 <–> 1300 mV at 1000 mV 3500 mA
[ 0.516421] vdd-core: applied init 1150000uV constraint
[ 0.516897] vdd-core: 700 <–> 1350 mV at 1150 mV 3500 mA
[ 0.517968] vddio-ddr: at 1350 mV
[ 0.518295] as3722-sd3: no parameters
[ 0.518896] avdd-pll-pex: 1050 mV
[ 0.519987] vdd-1v8: at 1800 mV
[ 0.520328] vdd-gpu: applied init 1000000uV constraint
[ 0.521230] vdd-gpu: 650 <–> 1200 mV at 1000 mV 3500 mA
[ 0.521758] avdd-pll: at 1050 mV at 300 mA
[ 0.522774] vdd-cam: 1800 mV at 150 mA
[ 0.523589] avdd-dsi-csi: at 1200 mV at 150 mA
[ 0.524686] vdd-rtc: 800 mV at 150 mA
[ 0.525035] avdd-cam: 2800 mV at 150 mA
[ 0.525410] vdd-1v2-cam: 1175 mV at 150 mA
[ 0.525800] vddio-sdmmc-2: 1800 <–> 3300 mV at 150 mA
[ 0.526169] vdd-1v1-cam: 1275 mV at 150 mA
[ 0.527011] avdd-spi: 3300 mV at 150 mA
[ 0.527402] vdd-2v7-cam: 2800 mV at 150 mA
[ 0.527791] vpp-fuse: 1800 mV at 150 mA
[ 0.528877] Linux video capture interface: v2.00
[ 0.529990] Advanced Linux Sound Architecture Driver Initialized.
[ 0.530441] ardbeg_wifi_power: 1
[ 0.630784] usb0-vbus: 5000 mV
[ 0.631101] usb1-usb2-vbus: 5000 mV
[ 0.631409] vdd-hdmi: 5000 mV
[ 0.631695] avdd-hdmi-pll: 3300 mV
[ 0.631746] avdd-hdmi-pll: supplied by avdd-pll-pex
[ 0.631917] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[ 0.632068] vdd-lcd-bl: 3300 mV
[ 0.632223] reg-fixed-sync-voltage 7.regulator: Consumer c1 does not have device name
[ 0.632397] vdd-lcd-bl-en: 5000 mV
[ 0.632550] reg-fixed-sync-voltage 9.regulator: Consumer c3 does not have device name
[ 0.632670] reg-5v0-supply: 5000 mV
[ 0.632859] reg-fixed-sync-voltage a.regulator: Consumer c1 does not have device name
[ 0.632894] reg-fixed-sync-voltage a.regulator: Consumer c2 does not have device name
[ 0.632926] reg-fixed-sync-voltage a.regulator: Consumer c3 does not have device name
[ 0.632975] reg-fixed-sync-voltage a.regulator: Consumer c10 does not have device name
[ 0.633007] reg-fixed-sync-voltage a.regulator: Consumer c11 does not have device name
[ 0.633039] reg-fixed-sync-voltage a.regulator: Consumer c12 does not have device name
[ 0.633071] reg-fixed-sync-voltage a.regulator: Consumer c13 does not have device name
[ 0.633102] reg-fixed-sync-voltage a.regulator: Consumer c14 does not have device name
[ 0.633134] reg-fixed-sync-voltage a.regulator: Consumer c15 does not have device name
[ 0.633298] reg-1v8-supply: 1800 mV
[ 0.633612] reg-fixed-sync-voltage b.regulator: Consumer c1 does not have device name
[ 0.633768] reg-dcdc-1v2: 1200 mV
[ 0.633941] reg-fixed-sync-voltage c.regulator: Consumer c7 does not have device name
[ 0.633975] reg-fixed-sync-voltage c.regulator: Consumer c8 does not have device name
[ 0.634566] as3722-gpio2-supply: 3300 mV
[ 0.634773] reg-fixed-sync-voltage d.regulator: Consumer c1 does not have device name
[ 0.635320] as3722-gpio4-supply: 3300 mV
[ 0.635603] sdmmc-en-supply: 3300 mV
[ 0.635867] vdd-cdc-1v2-aud: 1200 mV
[ 0.636025] reg-fixed-sync-voltage 10.regulator: Consumer c1 does not have device name
[ 0.636060] reg-fixed-sync-voltage 10.regulator: Consumer c2 does not have device name
[ 0.636093] reg-fixed-sync-voltage 10.regulator: Consumer c3 does not have device name
[ 0.636217] reg-aon-1v8: 1800 mV
[ 0.636403] reg-fixed-sync-voltage 11.regulator: Consumer c1 does not have device name
[ 0.636531] reg-aon-1v2: 1200 mV
[ 0.639607] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is disconnected
[ 0.643009] tegra: started io power detection dynamic control
[ 0.643036] tegra: NO_IO_POWER setting 0x0
[ 0.643063] Switching to clocksource arch_sys_counter
[ 0.664550] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.664752] nvmap_page_pool_init: Total MB RAM: 1891
[ 0.664776] nvmap_page_pool_init: nvmap page pool size: 60543 pages (236 MB)
[ 0.664935] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.665107] iram: dma coherent mem declare 0x40001000,258048
[ 0.665940] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[ 0.666103] nvmap:inner cache maint threshold=2097152
[ 0.675932] Wake39 for irq=52
[ 0.676026] tegra-otg tegra-otg: otg transceiver registered
[ 0.676407] NET: Registered protocol family 2
[ 0.677080] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.677308] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.677512] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.677573] TCP: reno registered
[ 0.677600] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.677657] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.677935] NET: Registered protocol family 1
[ 0.678339] RPC: Registered named UNIX socket transport module.
[ 0.678366] RPC: Registered udp transport module.
[ 0.678386] RPC: Registered tcp transport module.
[ 0.678407] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.678693] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[ 0.684437] host1x host1x: initialized
[ 0.685689] CPU PMU: probing PMU on CPU 0
[ 0.685724] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters availabl
e
[ 0.686379] tegra_throttle : init passed
[ 0.686512] Tegra cpuquiet initialized: disabled
[ 0.686661] cpu-tegra: init EDP limit: 2065 MHz
[ 0.687594] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-t
herm
[ 0.687982] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-t
herm
[ 0.688242] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-t
herm
[ 0.688484] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-t
herm
[ 0.690014] bounce pool size: 64 pages
[ 0.691529] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.691826] NTFS driver 2.1.30 [Flags: R/O].
[ 0.692113] fuse init (API version 7.22)
[ 0.692371] msgmni has been set to 1457
[ 0.693822] io scheduler noop registered (default)
[ 0.895112] PCIE: port 0: link down, retrying
[ 1.095179] PCIE: port 0: link down, retrying
[ 1.295226] PCIE: port 0: link down, retrying
[ 1.295249] PCIE: port 0: link down, ignoring
[ 1.300410] PCI host bridge to bus 0000:00
[ 1.300439] pci_bus 0000:00: root bus resource [mem 0x32100000-0x3fffffff]
[ 1.300469] pci_bus 0000:00: root bus resource [mem 0x12100000-0x320fffff pref]
[ 1.300499] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 1.300527] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.300902] PCI: bus0: Fast back to back transfers disabled
[ 1.300932] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.303182] PCI: bus1: Fast back to back transfers disabled
[ 1.303523] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 1.303553] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.303802] pcieport 0000:00:00.0: BAR 8: assigned [mem 0x32100000-0x321fffff]
[ 1.303837] pcieport 0000:00:00.0: BAR 9: assigned [mem 0x12100000-0x121fffff 64bit pref
]
[ 1.303870] pcieport 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 1.303903] pci 0000:01:00.0: BAR 4: assigned [mem 0x12100000-0x12103fff 64bit pref]
[ 1.303952] pci 0000:01:00.0: BAR 2: assigned [mem 0x32100000-0x32100fff 64bit]
[ 1.303997] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 1.304029] pcieport 0000:00:00.0: PCI bridge to [bus 01]
[ 1.304056] pcieport 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 1.304085] pcieport 0000:00:00.0: bridge window [mem 0x32100000-0x321fffff]
[ 1.304116] pcieport 0000:00:00.0: bridge window [mem 0x12100000-0x121fffff 64bit pref
]
[ 1.304181] PCIE: No Link speed change happened
[ 1.304740] pwm-backlight pwm-backlight: unable to request PWM, trying legacy API
[ 1.304856] sysedp_create_consumer: unable to create pwm-backlight, no consumer_data for
pwm-backlight found
[ 1.305775] tsec tsec: initialized
[ 1.307294] isp isp.0: initialized
[ 1.308292] isp isp.1: initialized
[ 1.309887] falcon vic03.0: initialized
[ 1.311101] falcon msenc: initialized
[ 1.311927] tegradc tegradc.0: DSI: HS clock rate is 464500
[ 1.313368] p,wuxga-10-1 panel dt support not available
[ 1.593051] tegradc tegradc.0: nominal-pclk:154700000 parent:154500000 div:1.0 pclk:1545
00000 153153000~168623000
[ 1.682307] tegradc tegradc.0: DSI pad calibration done
[ 1.689455] tegradc tegradc.0: probed
[ 1.689948] tegradc tegradc.0: fb registered
[ 1.689972] tegradc tegradc.0: nominal-pclk:154679000 parent:463500000 div:3.0 pclk:1545
00000 153132210~168600110
[ 1.695841] gpio wake4 for gpio=111
[ 1.696140] tegra-i2c tegra12-i2c.3: no acknowledge from address 0x50
[ 1.697182] tegradc tegradc.1: probed
[ 1.701544] Console: switching to colour frame buffer device 80x30
[ 1.706189] tegradc tegradc.1: fb registered
[ 1.707895] hdmi_state_machine_worker (tid edb0c080): state 7 (Takeover from bootloader)
, hpd 0, pending_hpd_evt 1
[ 1.711285] hdmi_state_machine_set_state_l: switching from state 7 (Takeover from bootlo
ader) to state 0 (Reset)
[ 1.714694] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[ 1.718774] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.721814] serial8250.0: ttyS0 at MMIO 0x70006300 (irq = 122) is a Tegra
[ 1.754169] hdmi_state_machine_worker (tid edb0c080): state 0 (Reset), hpd 0, pending_hp
d_evt 0
[ 1.754174] hdmi_disable_l: audio_switch 0
[ 1.754177] hdmi_disable_l: hpd_switch 0
[ 1.754183] hdmi_state_machine_set_state_l: switching from state 0 (Reset) to state 1 (C
heck Plug)
[ 1.764167] hdmi_state_machine_worker (tid edb0c080): state 1 (Check Plug), hpd 0, pendi
ng_hpd_evt 0
[ 1.764171] hdmi_disable_l: audio_switch 0
[ 1.764174] hdmi_disable_l: hpd_switch 0
[ 1.764179] hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state
3 (Disabled)
[ 4.051033] console [ttyS0] enabled
[ 4.056927] serial-tegra.0: ttyTHS0 at MMIO 0x70006000 (irq = 68) is a SERIAL_TEGRA
[ 4.068782] serial-tegra.1: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[ 4.080745] serial-tegra.2: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[ 4.097809] loop: module loaded
[ 4.103252] nct1008_nct72 1-004c: Error [-517] in getting the regulator handle for vdd
[ 4.115434] nct1008_nct72: probe of 1-004c failed with error -5
[ 4.124053] tegra_profiler: Branch: Dev
[ 4.130057] tegra_profiler: Version: 1.103
[ 4.136265] tegra_profiler: Samples version: 34
[ 4.142870] tegra_profiler: IO version: 18
[ 4.148997] armv7_pmu: arch: Cortex A15, type: 4, ver: 0
[ 4.156507] tegra_profiler: auth: init
[ 4.162581] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[ 4.172423] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEG
RA-SATA mode
[ 4.185491] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm
apst
[ 4.199067] scsi0 : tegra-sata
[ 4.204417] scsi1 : tegra-sata
[ 4.209530] ata1: SATA max UDMA/133 irq 55
[ 4.215450] ata2: DUMMY
[ 4.221381] tun: Universal TUN/TAP device driver, 1.6
[ 4.228192] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 4.236367] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.245915] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0xf0000000, 00:00:00:00:00:00, XI
D 0c000800 IRQ 641
[ 4.258912] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming
: ko]
[ 4.271004] usbcore: registered new interface driver asix
[ 4.278175] usbcore: registered new interface driver ax88179_178a
[ 4.286007] usbcore: registered new interface driver cdc_ether
[ 4.293527] usbcore: registered new interface driver smsc95xx
[ 4.300933] usbcore: registered new interface driver cdc_subset
[ 4.308529] usbcore: registered new interface driver cdc_ncm
[ 4.315798] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 4.324151] tegra USB phy - inst[1] platform info:
[ 4.330565] port_otg: no
[ 4.334663] has_hostpc: yes
[ 4.338964] phy_interface: USB_PHY_INTF_UTMI
[ 4.344711] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.350231] qc2_voltage: 0
[ 4.354289] vbus_gpio: -1
[ 4.358242] hot_plug: disabled
[ 4.362657] remote_wakeup: enabled
[ 4.368887] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
[ 4.376254] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
[ 4.386703] Wake40 for irq=53
[ 4.391032] Wake42 for irq=53
[ 4.395328] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
[ 4.408163] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.10
[ 4.415428] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.423484] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.433156] usb usb1: Product: Tegra EHCI Host Controller
[ 4.439899] usb usb1: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[ 4.447564] usb usb1: SerialNumber: tegra-ehci.1
[ 4.454073] hub 1-0:1.0: USB hub found
[ 4.459280] hub 1-0:1.0: 1 port detected
[ 4.464919] tegra USB phy - inst[2] platform info:
[ 4.471090] port_otg: no
[ 4.474966] has_hostpc: yes
[ 4.479105] phy_interface: USB_PHY_INTF_UTMI
[ 4.484738] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.490197] qc2_voltage: 0
[ 4.494246] vbus_gpio: -1
[ 4.498206] hot_plug: disabled
[ 4.502607] remote_wakeup: enabled
[ 4.508768] tegra-ehci tegra-ehci.2: Tegra EHCI Host Controller
[ 4.516102] tegra-ehci tegra-ehci.2: new USB bus registered, assigned bus number 2
[ 4.524182] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.533246] Wake41 for irq=129
[ 4.537721] Wake43 for irq=129
[ 4.542168] tegra-ehci tegra-ehci.2: irq 129, io mem 0x7d008000
[ 4.555161] tegra-ehci tegra-ehci.2: USB 2.0 started, EHCI 1.10
[ 4.562552] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.570831] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.580776] usb usb2: Product: Tegra EHCI Host Controller
[ 4.587592] usb usb2: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[ 4.595289] usb usb2: SerialNumber: tegra-ehci.2
[ 4.601776] hub 2-0:1.0: USB hub found
[ 4.606976] hub 2-0:1.0: 1 port detected
[ 4.612632] ehci-pci: EHCI PCI platform driver
[ 4.618739] tegra_xusb_read_usb_calib: usb_calib0 = 0x02c6838d
[ 4.626266] usbcore: registered new interface driver usb-storage
[ 4.633868] usbcore: registered new interface driver usbserial
[ 4.641205] usbcore: registered new interface driver option
[ 4.648242] usbserial: USB Serial support registered for GSM modem (1-port)
[ 4.656809] usbcore: registered new interface driver pl2303
[ 4.663955] usbserial: USB Serial support registered for pl2303
[ 4.671459] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[ 4.682028] tegra USB phy - inst[0] platform info:
[ 4.688402] port_otg: yes
[ 4.692551] has_hostpc: yes
[ 4.696841] phy_interface: USB_PHY_INTF_UTMI
[ 4.702662] op_mode: TEGRA_USB_OPMODE_DEVICE
[ 4.708459] qc2_voltage: 0
[ 4.712725] vbus_pmu_irq: 0
[ 4.716986] vbus_gpio: -1
[ 4.721027] charging: enabled
[ 4.725358] remote_wakeup: disabled
[ 4.732928] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging wi
ll not be enabled
[ 4.745983] nvi_probe: Probe name mpu9250
[ 4.851257] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.864352] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.872438] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.885453] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.893415] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.896170] otg state changed: SUSPEND → PERIPHERAL
[ 4.912757] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.920761] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.933683] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.941554] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.954339] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.962054] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.974687] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.982329] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 4.994898] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.002453] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.014951] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.022431] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.029881] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.042306] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.049719] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.062089] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.069409] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.081616] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.088770] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.100893] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.108011] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.120112] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.127214] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.139313] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.146343] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.158299] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.165271] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.177240] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.184216] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.191166] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.199150] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.207094] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.215052] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.223021] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.230974] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.238917] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.246892] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.254835] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.262790] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.270759] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.278707] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.286655] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.294627] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.302576] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.310548] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.318532] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.326482] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.334442] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.342412] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.350370] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.358319] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.366332] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.374290] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.382262] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.390252] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.398230] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.406177] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.414158] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.422105] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.430062] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.438033] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.445990] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.453935] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.461906] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.469851] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.477797] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.485777] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.493723] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.501678] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.509648] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.516602] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.523547] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.535451] inv_dev 0-0069: nvi_pm 0=>6 ERR=-121
[ 5.540548] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.547563] inv_dev 0-0069: nvi_dev_init I2C ID READ ERR
[ 5.594234] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.601477] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.613703] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.620927] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.633182] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.640410] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.652645] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.659893] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.672148] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.679407] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.691635] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.698866] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.711115] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.718352] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.730602] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.737933] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.750176] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.757400] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.764630] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.771878] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.784036] inv_dev 0-0069: nvi_pm 0=>6 ERR=-121
[ 5.789410] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.801736] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.808958] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.821144] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.828245] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.840342] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.847437] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.859521] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.866616] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.878699] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.885780] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.897863] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.904946] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.917071] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.924159] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.936269] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.943352] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.950450] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.957559] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x69
[ 5.964583] inv_dev 0-0069: nvi_pm 0=>3 ERR=-121
[ 5.969834] i2c i2c-0: nvi_probe failed -121
[ 5.974687] inv_dev: probe of 0-0069 failed with error -5
[ 5.983058] as3722-rtc as3722-rtc.1: rtc core: registered as3722 as rtc0
[ 5.990514] as3722-rtc as3722-rtc.1: RTC interrupt 449
[ 5.999105] i2c /dev entries driver
[ 6.004367] virtual_init
[ 6.009320] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[ 6.016681] tegra_dtv_probe: probing dtv.
[ 6.021570] setup_stream: bufsize = 4096, bufnum = 4
[ 6.026736] ar0832_init: ++
[ 6.031710] i2c-core: driver [max77387] using legacy suspend method
[ 6.038972] i2c-core: driver [max77387] using legacy resume method
[ 6.046251] i2c-core: driver [as364x] using legacy suspend method
[ 6.053398] i2c-core: driver [as364x] using legacy resume method
[ 6.060609] [IMX135] sensor driver loading
[ 6.065880] [IMX179] sensor driver loading
[ 6.071177] [IMX185] sensor driver loading
[ 6.076435] [imx132] sensor driver loading
[ 6.081716] [AR0330] sensor driver loading
[ 6.086985] [ar0261] sensor driver loading
[ 6.092292] [AR1335] sensor driver loading
[ 6.097592] [ov4689] sensor driver loading
[ 6.103629] usbcore: registered new interface driver uvcvideo
[ 6.110612] USB Video Class driver (1.1.1)
[ 6.116820] zram: Created 1 device(s) …
[ 6.123047] tegra_wdt tegra_wdt.0: last reset is due to watchdog timeout
[ 6.131178] WDT heartbeat enabled on probe
[ 6.136517] tegra_wdt_probe done
[ 6.141255] sdhci: Secure Digital Host Controller Interface driver
[ 6.148692] sdhci: Copyright(c) Pierre Ossman
[ 6.154291] sdhci-pltfm: SDHCI platform and OF driver helper
[ 6.161565] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming
vddio_sd_slot is not required.
[ 6.175053] sdhci-tegra sdhci-tegra.3: Speedo value 2152
[ 6.181735] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, mi
n_or_mv 1100
[ 6.193953] mmc0: no vqmmc regulator found
[ 6.199438] mmc0: no vmmc regulator found
[ 6.204843] mmc0: Invalid maximum block size, assuming 512 bytes
[ 6.212255] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for
sdhci-tegra.3 found
[ 6.247163] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[ 6.260040] sdhci-tegra sdhci-tegra.2: Speedo value 2152
[ 6.267204] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, mi
n_or_mv 1100
[ 6.280632] mmc1: no vqmmc regulator found
[ 6.286659] mmc1: no vmmc regulator found
[ 6.292586] mmc1: Invalid maximum block size, assuming 512 bytes
[ 6.300543] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for
sdhci-tegra.2 found
[ 6.336164] mmc1: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
[ 6.349341] gpio wake56 for gpio=170
[ 6.355213] sdhci-tegra sdhci-tegra.0: vddio_sd_slot regulator not found: -517. Assuming
vddio_sd_slot is not required.
[ 6.370087] sdhci-tegra sdhci-tegra.0: Speedo value 2152
[ 6.377415] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1150, boot_mv 1150, mi
n_or_mv 1100
[ 6.390762] mmc2: no vqmmc regulator found
[ 6.396824] mmc2: no vmmc regulator found
[ 6.402771] mmc2: Invalid maximum block size, assuming 512 bytes
[ 6.410768] mmc0: BKOPS_EN bit is not set
[ 6.421636] sdhci-tegra sdhci-tegra.3: Found T2T coeffs data
[ 6.449314] sysedp_create_consumer: unable to create sdhci-tegra.0, no consumer_data for
sdhci-tegra.0 found
[ 6.449314] mmc2: Internal clock never stabilised.
[ 6.469517] sdhci: =========== REGISTER DUMP (mmc2)===========
[ 6.477212] sdhci: Sys addr: 0x00000000 | Version: 0x00000303
[ 6.484914] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 6.492549] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[ 6.500159] sdhci: Present: 0x01fb00f0 | Host ctl: 0x00000000
[ 6.507774] sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 6.515363] sdhci: Wake-up: 0x00000000 | Clock: 0x00000401
[ 6.522897] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 6.530368] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00fc0003
[ 6.537782] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 6.545142] sdhci: Caps: 0x376fd080 | Caps_1: 0x10002f73
[ 6.552506] sdhci: Cmd: 0x00000000 | Max curr: 0x00000000
[ 6.559824] sdhci: Host ctl2: 0x00003000
[ 6.565166] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000
[ 6.572422] sdhci: ===========================================
[ 6.579844] sdhci-tegra sdhci-tegra.3: 200MHz tap hole coeffs found
[ 6.591161] mmc2: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[ 6.604633] tegra-se tegra12-se: tegra_se_probe: complete
[ 6.614142] usbcore: registered new interface driver usbhid
[ 6.621272] usbhid: USB HID core driver
[ 6.626999] tegra-hier-ictlr tegra-hier-ictlr: probed
[ 6.712810] usbcore: registered new interface driver snd-usb-audio
[ 6.721017] MAX98090 driver built on Jun 7 2016 at 21:02:54
[ 6.728896] tegra_offload_platform probe successfull.
[ 6.736853] succefully registered offload opstegra30_avp_audio_platform_probe successful
.
[ 6.750090] tegra-snd-rt5639 tegra-snd-rt5639.0: Fail gpio_request AUDIO_LDO1
[ 6.959767] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 6.968095] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 6.987282] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 6.995515] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.003721] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.011834] rt5639 0-001c: read 0xfd=0xffffffff
[ 7.018036] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.026284] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.034512] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.042669] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.050780] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.058869] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.066863] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.074779] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.082634] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.090402] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.098114] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.105797] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.113411] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.120957] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.128463] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.135885] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.139061] Auto tuning windows***
[ 7.139064] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 7.139071] win[0]: 0(0) - 72(1)
[ 7.139076] win[1]: 78(0) - 154(1)
[ 7.139081] win[2]: 161(0) - 237(1)
[ 7.139085] win[3]: 242(0) - 255(1)
[ 7.139088] ***************************************
[ 7.139184] **tuning windows after inserting holes
[ 7.139187] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 7.139193] win[0]:-4(0) - 43(2)
[ 7.139198] win[1]:45(2) - 72(1)
[ 7.139203] win[2]:78(0) - 125(2)
[ 7.139208] win[3]:127(2) - 154(1)
[ 7.139213] win[4]:161(0) - 207(2)
[ 7.139217] win[5]:209(2) - 237(1)
[ 7.139222] win[6]:242(0) - 255(1)
[ 7.139225] ***********************************************
[ 7.139230] Tuning values
[ 7.139233] estimated values
[ 7.139238] T2T_Vmax 60, T2T_Vmin 84, 1’st_hole_Vmax 44, UI_Vmax 83
[ 7.139241] Calculated values
[ 7.139246] T2T_Vmax 60, 1’st_hole_Vmax 44, UI_Vmax 82
[ 7.139250] T2T_Vmin 60, 1’st_hole_Vmin 44, UI_Vmin 83
[ 7.139253] ***********************************
[ 7.139267] final tuning windows
[ 7.139271] win[0]: 12 - 34
[ 7.139275] win[1]: 55 - 56
[ 7.139279] win[2]: 94 - 112
[ 7.139283] win[3]: 142 - 138
[ 7.139286] win[4]: 177 - 189
[ 7.139289] win[5]: 230 - 221
[ 7.139292] win[6]: 255 - 239
[ 7.139295] ********************************
[ 7.139301] best tap win - (12-34), best tap value 23 prev_best_tap 0
[ 7.309024] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.316673] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.324295] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.331916] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.339510] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.347096] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.354692] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.362234] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.369739] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.377220] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.384632] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.391968] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.399290] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.406571] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.413806] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.421049] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.428224] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.435388] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.442564] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.449715] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.456847] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.463998] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.471146] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.478248] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.485324] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.492285] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.499262] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.506250] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.513262] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.520156] rt5639 0-001c: Failed to set private addr: -121
[ 7.526253] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.533354] tegra-i2c tegra12-i2c.0: no acknowledge from address 0x1c
[ 7.545083] rt5639 0-001c: ASoC: mux INR Mux has no paths
[ 7.551097] rt5639 0-001c: ASoC: mux INL Mux has no paths
[ 7.557671] gpio wake49 for gpio=143
[ 7.561978] rt5639 0-001c: rt5639_headset_detect jack_type = 1
[ 7.568826] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> tegra30-i2s.1 mapping
ok
[ 7.578976] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> tegra30-spdif mapping ok
[ 7.589372] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> tegra30-i2s.3 mapping ok
[ 7.600149] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> dit-hifi mapping ok
[ 7.610970] tegra-snd-rt5639 tegra-snd-rt5639.0: dit-hifi <-> dit-hifi mapping ok
[ 7.621859] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[ 7.632520] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[ 7.643446] tegra-snd-rt5639 tegra-snd-rt5639.0: snd-soc-dummy-dai <-> tegra-offload-pc
m mapping ok
[ 7.656833] compress asoc: snd-soc-dummy-dai <-> tegra-offload-compr mapping ok
[ 7.668727] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream playback
[ 7.680480] tegra-snd-rt5639 tegra-snd-rt5639.0: Allocating for stream capture
[ 7.684844] Auto tuning windows

[ 7.684847] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 7.684852] win[0]: 0(0) - 72(1)
[ 7.684856] win[1]: 78(0) - 154(1)
[ 7.684860] win[2]: 160(0) - 237(1)
[ 7.684864] win[3]: 243(0) - 255(1)
[ 7.684866] ***************************************
[ 7.684880] ***tuning windows after inserting holes
[ 7.684883] WIN_ATTR legend: 0-BOUN_ST, 1-BOUN_END, 2-HOLE
[ 7.684887] win[0]:-4(0) - 43(2)
[ 7.684890] win[1]:45(2) - 72(1)
[ 7.684894] win[2]:78(0) - 125(2)
[ 7.684898] win[3]:127(2) - 154(1)
[ 7.684902] win[4]:160(0) - 207(2)
[ 7.684906] win[5]:209(2) - 237(1)
[ 7.684909] win[6]:243(0) - 255(1)
[ 7.684912] ***********************************************
[ 7.684915] *Tuning values
[ 7.684917] estimated values
[ 7.684922] T2T_Vmax 60, T2T_Vmin 84, 1’st_hole_Vmax 44, UI_Vmax 83
[ 7.684924] Calculated values
[ 7.684927] T2T_Vmax 60, 1’st_hole_Vmax 44, UI_Vmax 82
[ 7.684930] T2T_Vmin 60, 1’st_hole_Vmin 44, UI_Vmin 83
[ 7.684933] ***********************************
[ 7.684939] *final tuning windows
[ 7.684942] win[0]: 12 - 34
[ 7.684945] win[1]: 55 - 56
[ 7.684948] win[2]: 94 - 112
[ 7.684952] win[3]: 142 - 138
[ 7.684955] win[4]: 176 - 189
[ 7.684958] win[5]: 230 - 221
[ 7.684961] win[6]: 255 - 239
[ 7.684964] ********************************
[ 7.684968] best tap win - (12-34), best tap value 23 prev_best_tap 23
[ 7.684978] sdhci-tegra sdhci-tegra.3: sdhci_tegra_verify_best_tap: tuning freq 20000000
0hz, best tap 23
[ 7.892263] tegra-snd-rt5639 tegra-snd-rt5639.0: snd-soc-dummy-dai <-> tegra-offload-pc
m mapping ok
[ 7.904046] tegra-snd-rt5639 tegra-snd-rt5639.0: rt5639-aif1 <-> tegra30-i2s.1 mapping
ok
[ 7.915173] mmc0: new HS200 MMC card at address 0001
[ 7.918081] input: tegra-rt5639 Headphone Jack as /devices/platform/tegra-snd-rt5639.0/s
ound/card1/input0
[ 7.919707] sysedp_create_consumer: unable to create speaker, no consumer_data for speak
er found
[ 7.919708] oprofile: using timer interrupt.
[ 7.951720] GACT probability NOT on
[ 7.951982] mmcblk mmc0:0001: Card claimed for testing.
[ 7.952203] mmcblk0: mmc0:0001 SEM16G 14.6 GiB
[ 7.952356] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
[ 7.954950] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 7.983605] Mirror/redirect action on
[ 7.988980] u32 classifier
[ 7.993391] Actions configured
[ 7.998572] Netfilter messages via NETLINK v0.30.
[ 8.005165] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 8.013547] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 8.022442] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 8.030463] xt_time: kernel timezone is -0000
[ 8.036986] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.044304] arp_tables: (C) 2002 David S. Miller
[ 8.050767] TCP: cubic registered
[ 8.056009] NET: Registered protocol family 10
[ 8.063015] mip6: Mobile IPv6
[ 8.067662] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 8.074873] sit: IPv6 over IPv4 tunneling driver
[ 8.082115] NET: Registered protocol family 17
[ 8.088186] NET: Registered protocol family 15
[ 8.094241] NET: Registered protocol family 35
[ 8.100213] NET: Registered protocol family 37
[ 8.106027] NET: Registered protocol family 41
[ 8.113146] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 8.148904] Registering SWP/SWPB emulation handler
[ 8.155134] last reset is due to watchdog timeout
[ 8.155134]
[ 8.164042] Disabling clocks left on by bootloader:
[ 8.170314] audio_2x
[ 8.174160] audio
[ 8.177699] audio4
[ 8.181258] audio3
[ 8.184744] audio2
[ 8.188166] audio1
[ 8.191528] audio0
[ 8.194915] hdmi_audio
[ 8.198547] entropy
[ 8.201884] dsi2-fixed
[ 8.205454] dsi1-fixed
[ 8.208997] nor
[ 8.211869] trace
[ 8.214873] sdmmc4_ddr
[ 8.218284] sdmmc3_ddr
[ 8.221729] cclk_lp
[ 8.224890] pll_x_out0
[ 8.228326] pll_m_out1
[ 8.231875] tegra_dvfs: vdd_cpu connected to regulator
[ 8.237884] tegra_dvfs: vdd_core connected to regulator
[ 8.243921] tegra_dvfs: vdd_gpu connected to regulator
[ 8.250646] CPU rate: 696 MHz
[ 8.512097] tegra dvfs: tegra sysfs cap interface is initialized
[ 8.519003] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 8.526933] tegra_actmon.emc: Completed initialization (0)
[ 8.533461] tegra_actmon.avp: Completed initialization (0)
[ 8.539900] tegra_mon.cpu_emc: Completed initialization (0)
[ 8.549566] reg-aon-1v2: incomplete constraints, leaving on
[ 8.556035] reg-aon-1v8: incomplete constraints, leaving on
[ 8.562496] vdd-cdc-1v2-aud: incomplete constraints, leaving on
[ 8.569366] sdmmc-en-supply: incomplete constraints, leaving on
[ 8.576252] reg-dcdc-1v2: incomplete constraints, leaving on
[ 8.582922] reg-5v0-supply: incomplete constraints, leaving on
[ 8.589813] avdd-hdmi-pll: incomplete constraints, leaving on
[ 8.596657] usb0-vbus: incomplete constraints, leaving on
[ 8.603213] vpp-fuse: incomplete constraints, leaving on
[ 8.609723] vdd-2v7-cam: incomplete constraints, leaving on
[ 8.616546] avdd-spi: incomplete constraints, leaving on
[ 8.623149] vdd-1v1-cam: incomplete constraints, leaving on
[ 8.630071] vddio-sdmmc-2: incomplete constraints, leaving on
[ 8.637214] vdd-1v2-cam: incomplete constraints, leaving on
[ 8.644221] avdd-cam: incomplete constraints, leaving on
[ 8.651022] vdd-cam: incomplete constraints, leaving on
[ 8.657738] as3722-sd3: incomplete constraints, leaving on
[ 8.664739] reg-3v3-supply: incomplete constraints, leaving on
[ 8.672129] vdd-3v3-aon: incomplete constraints, leaving on
[ 8.679246] vdd-ac-bat: incomplete constraints, leaving on
[ 8.686262] regulator-dummy: incomplete constraints, leaving on
[ 8.694542] gpio wake51 for gpio=128
[ 8.699883] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input1
[ 8.708971] akm89xx 0-000c: akm_probe
[ 8.764499] akm89xx 0-000c: akm_remove
[ 8.769859] akm89xx: probe of 0-000c failed with error -11
[ 8.777168] bmpX80 0-0077: bmp_probe
[ 8.792593] bmpX80 0-0077: bmp_remove
[ 8.797886] bmpX80: probe of 0-0077 failed with error -11
[ 8.805359] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 00:05:25 UTC (94
6685125)
[ 8.817946] ALSA device list:
[ 8.822612] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 8.829580] #1: tegra-rt5639
[ 8.835425] EXT4-fs (mmcblk0p1): couldn’t mount as ext3 due to feature incompatibilities
[ 8.847520] EXT4-fs (mmcblk0p1): couldn’t mount as ext2 due to feature incompatibilities
[ 9.230848] EXT4-fs (mmcblk0p1): 2 orphan inodes deleted
[ 9.237957] EXT4-fs (mmcblk0p1): recovery complete
[ 9.256554] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 9.268182] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 9.279073] devtmpfs: mounted
[ 9.284179] Freeing unused kernel memory: 496K (c0b5c000 - c0bd8000)
[ 9.518019] init: plymouth-upstart-bridge main process (119) terminated with status 1
[ 9.529693] init: plymouth-upstart-bridge main process ended, respawning
[ 9.579809] init: plymouth-upstart-bridge main process (129) terminated with status 1
[ 9.591593] init: plymouth-upstart-bridge main process ended, respawning
[ 9.605350] init: ureadahead main process (122) terminated with status 5
[ 9.644821] init: plymouth-upstart-bridge main process (133) terminated with status 1
[ 9.656775] 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 NVIDIA specific init script[ OK ]
  • Stopping load modules from /etc/modules[ OK ]
  • Starting bluetooth daemon[ OK ]
  • Stopping rpcsec_gss daemon[ OK ]
  • Starting conf

Starting configure network device security[ OK ]

  • Starting system logging daemon[ OK ]
  • Stopping NVIDIA specific first-boot script[ OK ]
  • Starting configure network device[ OK ]
  • Starting userspace bootsplash[ OK ]
  • Stopping userspace bootsplash[ OK ]
  • Starting Send an event to indicate plymouth is up[ OK ]
  • Starting mDNS/DNS-SD daemon[ OK ]
  • Starting Reload cups, upon starting avahi-daemon to make sure remote queues are populate
    d[ OK ]
  • Stopping Send an event to indicate plymouth is up[ OK ]
  • Stopping Reload cups, upon starting avahi-daemon to make sure remote queues are populate
    d[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure network device[ OK ]
  • Starting configure network device[ OK ]
  • Starting configure network device[ OK ]
  • Starting configure network device[ OK ]
  • Starting CUPS printing spooler/server[ OK ]
  • Starting Mount network filesystems[ OK ]
  • Starting Upstart job to start rpcbind on boot only[ OK ]
  • Starting Failsafe Boot Delay[ OK ]
  • Stopping Upstart job to start rpcbind on boot only[ OK ]
  • Stopping cold plug devices[ OK ]
  • Stopping log initial device creation[ OK ]
  • Starting configure network device security[ OK ]
  • Starting enable remaining boot-time encrypted block devices[ OK ]
  • Stopping Mount network filesystems[ OK ]
  • Starting configure network device[ OK ]
  • Starting cups-browsed - Bonjour remote printer browsing daemon[ OK ]
  • Stopping Failsafe Boot Delay[ OK ]
  • Starting RPC portmapper replacement[ OK ]
  • Starting early crypto disks… [ OK ]
  • Starting System V initialisation compatibility[ OK ]
  • Starting modem connection manager[ OK ]
  • Starting configure network device security[ OK ]
  • Starting configure virtual network devices[ OK ]
  • Setting up X socket directories… [ OK ]
  • Starting NSM status monitor[ OK ]
  • Stopping System V initialisation compatibility[ OK ]
  • Starting network connection manager[ OK ]
  • speech-dispatcher disabled; edit /etc/default/speech-dispatcher
  • Starting NTP server ntpd [ OK ]
    saned disabled; edit /etc/default/saned
  • Starting System V runlevel compatibility[ OK ]
  • Starting OpenSSH server[ 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 Restore Sound Card State[fail]
    /etc/rc.local: 16: /etc/rc.local: /home/ubuntu/report_ip_to_host.sh: not found
  • Starting crash report submission daemon[ OK ]
  • Stopping save kernel messages[ OK ]
  • Stopping System V runlevel compatibility[ OK ]

Ubuntu 14.04.1 LTS tegra-ubuntu ttyS0

tegra-ubuntu login: ubuntu (automatic login)

Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.10.40-ga7da876 armv7l)

0 packages can be updated.
0 updates are security updates.

ubuntu@tegra-ubuntu:~$
ubuntu@tegra-ubuntu:~$
ubuntu@tegra-ubuntu:~$
ubuntu@tegra-ubuntu:~$ [ 18.202130] mmc2: Timeout waiting for hardware interrupt.
[ 18.207521] sdhci: =========== REGISTER DUMP (mmc2)===========
[ 18.213343] sdhci: Sys addr: 0x00000000 | Version: 0x00000303
[ 18.219164] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 18.224984] sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
[ 18.230803] sdhci: Present: 0x01fb00f1 | Host ctl: 0x00000001
[ 18.236623] sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 18.242442] sdhci: Wake-up: 0x00000000 | Clock: 0x00000405
[ 18.248261] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 18.254080] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00fc0003
[ 18.259899] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 18.265718] sdhci: Caps: 0x376fd080 | Caps_1: 0x10002f73
[ 18.271537] sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
[ 18.277354] sdhci: Host ctl2: 0x00003000
[ 18.281267] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000
[ 18.287082] sdhci: ===========================================


Hi,

Below code looks like display controller cannot detect your HDMI. Have you checked your design of HDMI port?

hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state
3 (Disabled)

Hi leakeysong,

Have you resolved the problem to boot the system successfully?
Any further support required?

Thanks

kayccc thanks
The problem about HDMI output have been resolved by checking the hardware.
But,the system crashed with the following serial output:


ubuntu@tegra-ubuntu:~$
ubuntu@tegra-ubuntu:~$
ubuntu@tegra-ubuntu:~$ [ 18.202130] mmc2: Timeout waiting for hardware interrupt.
[ 18.207521] sdhci: =========== REGISTER DUMP (mmc2)===========
[ 18.213343] sdhci: Sys addr: 0x00000000 | Version: 0x00000303
[ 18.219164] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 18.224984] sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
[ 18.230803] sdhci: Present: 0x01fb00f1 | Host ctl: 0x00000001
[ 18.236623] sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 18.242442] sdhci: Wake-up: 0x00000000 | Clock: 0x00000405
[ 18.248261] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 18.254080] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00fc0003
[ 18.259899] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 18.265718] sdhci: Caps: 0x376fd080 | Caps_1: 0x10002f73
[ 18.271537] sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
[ 18.277354] sdhci: Host ctl2: 0x00003000
[ 18.281267] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000
[ 18.287082] sdhci: ===========================================

What can I do ?
Thanks.