Guest User

Untitled

a guest
Mar 2nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.13 KB | None | 0 0
  1. U-Boot SPL 2014.10-rc2 (Dec 28 2018 - 18:03:37)
  2.  
  3.  
  4. U-Boot 2014.10-rc2 (Dec 28 2018 - 18:03:37)
  5.  
  6. TEGRA124
  7. Board: NVIDIA Jetson TK1
  8. DRAM: 2 GiB
  9. i2c_init_board: TestPoint
  10. MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
  11. tegra-pcie: PCI regions:
  12. tegra-pcie: I/O: 0x12000000-0x12010000
  13. tegra-pcie: non-prefetchable memory: 0x13000000-0x20000000
  14. tegra-pcie: prefetchable memory: 0x20000000-0x40000000
  15. tegra-pcie: 2x1, 1x1 configuration
  16. tegra-pcie: probing port 0, using 2 lanes
  17. tegra-pcie: link 0 down, retrying
  18. tegra-pcie: link 0 down, retrying
  19. tegra-pcie: link 0 down, retrying
  20. tegra-pcie: link 0 down, ignoring
  21. tegra-pcie: probing port 1, using 1 lanes
  22. tegra-pcie: link 1 down, retrying
  23. tegra-pcie: link 1 down, retrying
  24. tegra-pcie: link 1 down, retrying
  25. tegra-pcie: link 1 down, ignoring
  26. In: serial
  27. Out: serial
  28. Err: serial
  29. Net: No ethernet found.
  30. Hit any key to stop autoboot: 0
  31. MMC: no card present
  32. switch to partitions #0, OK
  33. mmc0(part 0) is current device
  34. Scanning mmc 0...
  35. Found /boot/extlinux/extlinux.conf
  36. Retrieving file: /boot/extlinux/extlinux.conf
  37. 829 bytes read in 219 ms (2.9 KiB/s)
  38. Jetson-TK1 eMMC boot options
  39. 1: primary kernel
  40. Enter choice: 1: primary kernel
  41. Retrieving file: /boot/zImage
  42. 3655400 bytes read in 193 ms (18.1 MiB/s)
  43. append: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 earlycon 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=1 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 maxcpus=0
  44. Retrieving file: /boot/tegra124-jetson-tk1.dtb
  45. 66405 bytes read in 304 ms (212.9 KiB/s)
  46. Kernel image @ 0x81000000 [ 0x000000 - 0x37c6e8 ]
  47. ## Flattened Device Tree blob at 82000000
  48. Booting using the fdt blob at 0x82000000
  49. Using Device Tree in place at 82000000, end 82013364
  50.  
  51. Starting kernel ...
  52.  
  53. [ 0.000000] Booting Linux on physical CPU 0x0
  54. [ 0.000000] Linux version 4.8.0-rc7-dirty (teresol@ubuntu) (gcc version 6.1.1 20160711 (Linaro GCC 6.1-2016.08) ) #3 SMP PREEMPT Tue Jan 15 23:51:29 PST 2019
  55. [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
  56. [ 0.000000] CPU: div instructions available: patching division code
  57. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  58. [ 0.000000] OF: fdt:Machine model: NVIDIA Tegra124 Jetson TK1
  59. [ 0.000000] earlycon: uart0 at MMIO 0x70006300 (options '115200n8')
  60. [ 0.000000] bootconsole [uart0] enabled
  61. [ 0.000000] cma: Reserved 64 MiB at 0xf9c00000
  62. [ 0.000000] Memory policy: Data cache writealloc
  63. [ 0.000000] percpu: Embedded 13 pages/cpu @eefc9000 s24328 r8192 d20728 u53248
  64. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 514304
  65. [ 0.000000] Kernel command line: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 earlycon 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=1 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 maxcpus=0
  66. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  67. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  68. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  69. [ 0.000000] Memory: 1971532K/2063360K available (5120K kernel code, 313K rwdata, 1776K rodata, 1024K init, 312K bss, 26292K reserved, 65536K cma-reserved, 1211392K highmem)
  70. [ 0.000000] Virtual kernel memory layout:
  71. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  72. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  73. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  74. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  75. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  76. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  77. [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB)
  78. [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB)
  79. [ 0.000000] .data : 0xc0900000 - 0xc094e480 ( 314 kB)
  80. [ 0.000000] .bss : 0xc0950000 - 0xc099e1f0 ( 313 kB)
  81. [ 0.000000] Preemptible hierarchical RCU implementation.
  82. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  83. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  84. [ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000
  85. [ 0.000000] Tegra clk 127: register failed with -17
  86. [ 0.000011] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  87. [ 0.008635] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  88. [ 0.018498] Switching to timer-based delay loop, resolution 1000ns
  89. [ 0.026215] arm_arch_timer: Architected cp15 timer(s) running at 12.00MHz (virt).
  90. [ 0.033933] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns
  91. [ 0.045051] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns
  92. [ 0.053300] Switching to timer-based delay loop, resolution 83ns
  93. [ 0.060014] Console: colour dummy device 80x30
  94. [ 0.064598] console [tty1] enabled
  95. [ 0.068107] bootconsole [uart0] disabled
  96. [ 0.000000] Booting Linux on physical CPU 0x0
  97. [ 0.000000] Linux version 4.8.0-rc7-dirty (teresol@ubuntu) (gcc version 6.1.1 20160711 (Linaro GCC 6.1-2016.08) ) #3 SMP PREEMPT Tue Jan 15 23:51:29 PST 2019
  98. [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
  99. [ 0.000000] CPU: div instructions available: patching division code
  100. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  101. [ 0.000000] OF: fdt:Machine model: NVIDIA Tegra124 Jetson TK1
  102. [ 0.000000] earlycon: uart0 at MMIO 0x70006300 (options '115200n8')
  103. [ 0.000000] bootconsole [uart0] enabled
  104. [ 0.000000] cma: Reserved 64 MiB at 0xf9c00000
  105. [ 0.000000] Memory policy: Data cache writealloc
  106. [ 0.000000] percpu: Embedded 13 pages/cpu @eefc9000 s24328 r8192 d20728 u53248
  107. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 514304
  108. [ 0.000000] Kernel command line: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 earlycon 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=1 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 maxcpus=0
  109. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  110. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  111. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  112. [ 0.000000] Memory: 1971532K/2063360K available (5120K kernel code, 313K rwdata, 1776K rodata, 1024K init, 312K bss, 26292K reserved, 65536K cma-reserved, 1211392K highmem)
  113. [ 0.000000] Virtual kernel memory layout:
  114. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  115. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  116. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  117. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  118. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  119. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  120. [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB)
  121. [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB)
  122. [ 0.000000] .data : 0xc0900000 - 0xc094e480 ( 314 kB)
  123. [ 0.000000] .bss : 0xc0950000 - 0xc099e1f0 ( 313 kB)
  124. [ 0.000000] Preemptible hierarchical RCU implementation.
  125. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  126. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  127. [ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000
  128. [ 0.000000] Tegra clk 127: register failed with -17
  129. [ 0.000011] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  130. [ 0.008635] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  131. [ 0.018498] Switching to timer-based delay loop, resolution 1000ns
  132. [ 0.026215] arm_arch_timer: Architected cp15 timer(s) running at 12.00MHz (virt).
  133. [ 0.033933] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns
  134. [ 0.045051] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns
  135. [ 0.053300] Switching to timer-based delay loop, resolution 83ns
  136. [ 0.060014] Console: colour dummy device 80x30
  137. [ 0.064598] console [tty1] enabled
  138. [ 0.068107] bootconsole [uart0] disabled
  139. [ 0.072189] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000)
  140. [ 0.072220] pid_max: default: 32768 minimum: 301
  141. [ 0.072867] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  142. [ 0.072888] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  143. [ 0.074638] CPU: Testing write buffer coherency: ok
  144. [ 0.075096] /cpus/cpu@0 missing clock-frequency property
  145. [ 0.075149] /cpus/cpu@1 missing clock-frequency property
  146. [ 0.075197] /cpus/cpu@2 missing clock-frequency property
  147. [ 0.075247] /cpus/cpu@3 missing clock-frequency property
  148. [ 0.075267] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  149. [ 0.075306] Setting up static identity map for 0x80100000 - 0x80100098
  150. [ 0.132870] Tegra Revision: A01 SKU: 135 CPU Process: 1 SoC Process: 1
  151. [ 0.142308] Brought up 1 CPUs
  152. [ 0.142326] SMP: Total of 1 processors activated (24.00 BogoMIPS).
  153. [ 0.142343] CPU: All CPU(s) started in SVC mode.
  154. [ 0.144259] devtmpfs: initialized
  155. [ 0.204727] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
  156. [ 0.205424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  157. [ 0.206733] pinctrl core: initialized pinctrl subsystem
  158. [ 0.209841] DMA: preallocated 256 KiB pool for atomic coherent allocations
  159. [ 0.232495] cpuidle: using governor menu
  160. [ 0.258660] No ATAGs?
  161. [ 0.258691] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  162. [ 0.258713] hw-breakpoint: maximum watchpoint size is 8 bytes.
  163. [ 0.260715] tegra-mc 70019000.memory-controller: no memory timings for RAM code 0 registered
  164. [ 0.344559] +5V_SYS: supplied by +VDD_MUX
  165. [ 0.345218] +3.3V_SYS: supplied by +VDD_MUX
  166. [ 0.346573] +USB0_VBUS_SW: Failed to request enable GPIO108: -517
  167. [ 0.346605] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517
  168. [ 0.346770] +5V_USB_HS: Failed to request enable GPIO109: -517
  169. [ 0.346800] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517
  170. [ 0.347077] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517
  171. [ 0.347107] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517
  172. [ 0.347265] +5V_HDMI_CON: Failed to request enable GPIO86: -517
  173. [ 0.347294] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517
  174. [ 0.347452] +5V_SATA: Failed to request enable GPIO242: -517
  175. [ 0.347480] reg-fixed-voltage regulators:regulator@13: Failed to register regulator: -517
  176. [ 0.347635] +12V_SATA: Failed to request enable GPIO242: -517
  177. [ 0.347663] reg-fixed-voltage regulators:regulator@14: Failed to register regulator: -517
  178. [ 0.349766] vgaarb: loaded
  179. [ 0.351040] SCSI subsystem initialized
  180. [ 0.353272] usbcore: registered new interface driver usbfs
  181. [ 0.353483] usbcore: registered new interface driver hub
  182. [ 0.353655] usbcore: registered new device driver usb
  183. [ 0.358331] Linux video capture interface: v2.00
  184. [ 0.358472] pps_core: LinuxPPS API ver. 1 registered
  185. [ 0.358495] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  186. [ 0.359202] tegra-emc 7001b000.emc: no memory timings for RAM code 0 found in DT
  187. [ 0.359255] tegra-emc: probe of 7001b000.emc failed with error -2
  188. [ 0.359846] Advanced Linux Sound Architecture Driver Initialized.
  189. [ 0.363406] clocksource: Switched to clocksource arch_sys_counter
  190. [ 0.391500] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
  191. [ 0.394614] futex hash table entries: 1024 (order: 4, 65536 bytes)
  192. [ 0.406548] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  193. [ 0.407805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  194. [ 0.412706] bounce: pool size: 64 pages
  195. [ 0.412737] io scheduler noop registered (default)
  196. [ 0.416106] usb2-0 supply vbus not found, using dummy regulator
  197. [ 0.416400] usb2-1 supply vbus not found, using dummy regulator
  198. [ 0.417135] tegra-xusb-padctl 7009f000.padctl: failed to setup XUSB ports: -517
  199. [ 0.428797] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration
  200. [ 0.428888] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517
  201. [ 0.441320] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
  202. [ 0.442283] tegra-pmc 7000e400.pmc: emergency thermal reset enabled
  203. [ 0.443137] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  204. [ 0.447551] console [ttyS0] disabled
  205. [ 0.447632] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 333, base_baud = 25500000) is a Tegra
  206. [ 1.187522] console [ttyS0] enabled
  207. [ 1.192334] 70006000.serial: ttyTHS1 at MMIO 0x70006000 (irq = 331, base_baud = 0) is a TEGRA_UART
  208. [ 1.202145] 70006040.serial: ttyTHS2 at MMIO 0x70006040 (irq = 332, base_baud = 0) is a TEGRA_UART
  209. [ 1.213643] [drm] Initialized drm 1.1.0 20060810
  210. [ 1.219488] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator
  211. [ 1.324118] loop: module loaded
  212. [ 1.328230] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write
  213. [ 1.335809] as3722 4-0040: AS3722 with revision 0x1 found
  214. [ 1.348603] as3722-sd2: supplied by +5V_SYS
  215. [ 1.353624] as3722-sd3: supplied by +5V_SYS
  216. [ 1.358625] as3722-sd4: supplied by +5V_SYS
  217. [ 1.363614] as3722-sd5: supplied by +5V_SYS
  218. [ 1.370278] as3722-ldo0: supplied by +1.35V_LP0(sd2)
  219. [ 1.377242] as3722-ldo2: supplied by +1.8V_VDDIO
  220. [ 1.383559] as3722-ldo3: supplied by +3.3V_SYS
  221. [ 1.389277] as3722-ldo4: supplied by +3.3V_SYS
  222. [ 1.394604] as3722-ldo5: supplied by +1.8V_VDDIO
  223. [ 1.400257] +VDDIO_SDMMC3: bypassed regulator has no supply!
  224. [ 1.405944] +VDDIO_SDMMC3: failed to get the current voltage(-517)
  225. [ 1.412140] as3722-regulator as3722-regulator: regulator 13 register failed -517
  226. [ 1.438510] random: fast init done
  227. [ 1.443259] m25p80 spi32765.0: w25q32dw (4096 Kbytes)
  228. [ 1.460938] tegra-phy 7d004000.usb-phy: no vbus regulator
  229. [ 1.466928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  230. [ 1.473514] ehci-pci: EHCI PCI platform driver
  231. [ 1.478117] tegra-ehci: Tegra EHCI driver
  232. [ 1.485032] tegra-ehci 7d004000.usb: EHCI Host Controller
  233. [ 1.490493] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1
  234. [ 1.498519] tegra-ehci 7d004000.usb: irq 351, io mem 0x7d004000
  235. [ 1.533430] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10
  236. [ 1.541253] hub 1-0:1.0: USB hub found
  237. [ 1.545112] hub 1-0:1.0: 1 port detected
  238. [ 1.550460] usbcore: registered new interface driver cdc_acm
  239. [ 1.556177] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  240. [ 1.564371] usbcore: registered new interface driver cdc_wdm
  241. [ 1.570262] usbcore: registered new interface driver usb-storage
  242. [ 1.577131] mousedev: PS/2 mouse device common for all mice
  243. [ 1.596521] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0
  244. [ 1.603454] as3722-rtc as3722-rtc: RTC interrupt 374
  245. [ 1.611692] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
  246. [ 1.618964] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
  247. [ 1.625589] i2c /dev entries driver
  248. [ 1.631518] usbcore: registered new interface driver uvcvideo
  249. [ 1.637293] USB Video Class driver (1.1.1)
  250. [ 1.641394] gspca_main: v2.14.0 registered
  251. [ 1.646397] 0-004c supply vcc not found, using dummy regulator
  252. [ 1.655871] tegra-wdt 60005000.timer: initialized (heartbeat = 120 sec, nowayout = 0)
  253. [ 1.665227] sdhci: Secure Digital Host Controller Interface driver
  254. [ 1.671413] sdhci: Copyright(c) Pierre Ossman
  255. [ 1.675796] sdhci-pltfm: SDHCI platform and OF driver helper
  256. [ 1.681889] sdhci-tegra 700b0400.sdhci: Got CD GPIO
  257. [ 1.686818] sdhci-tegra 700b0400.sdhci: Got WP GPIO
  258. [ 1.692087] mmc0: Unknown controller version (3). You may experience problems.
  259. [ 1.699437] mmc0: Invalid maximum block size, assuming 512 bytes
  260. [ 1.763480] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA 64-bit
  261. [ 1.777803] usbcore: registered new interface driver usbhid
  262. [ 1.783382] usbhid: USB HID core driver
  263. [ 1.795840] tegra124-dfll 70110000.clock: couldn't get vdd_cpu regulator
  264. [ 1.853786] mmc0: new high speed MMC card at address 0001
  265. [ 1.870420] mmcblk0: mmc0:0001 SEM32G 29.1 GiB
  266. [ 1.885633] mmcblk0boot0: mmc0:0001 SEM32G partition 1 4.00 MiB
  267. [ 1.902074] mmcblk0boot1: mmc0:0001 SEM32G partition 2 4.00 MiB
  268. [ 1.918541] mmcblk0rpmb: mmc0:0001 SEM32G partition 3 4.00 MiB
  269. [ 1.927472] mmcblk0: p1
  270. [ 2.223628] rt5640 0-001c: Device with ID register 0xee9c8e00 is not rt5640/39
  271. [ 2.234822] tegra30-i2s 70301100.i2s: DMA channels sourced from device 70300000.ahub
  272. [ 2.243271] tegra-snd-rt5640 sound: ASoC: CODEC DAI rt5640-aif1 not registered
  273. [ 2.250577] tegra-snd-rt5640 sound: snd_soc_register_card failed (-517)
  274. [ 2.260415] Registering SWP/SWPB emulation handler
  275. [ 2.277937] +3.3V_RUN: supplied by +3.3V_SYS
  276. [ 2.282947] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN
  277. [ 2.288864] +USB0_VBUS_SW: supplied by +5V_SYS
  278. [ 2.294094] +5V_USB_HS: supplied by +5V_SYS
  279. [ 2.299155] +3.3V_LP0: supplied by +3.3V_SYS
  280. [ 2.304930] +5V_HDMI_CON: supplied by +5V_SYS
  281. [ 2.309985] +5V_SATA: supplied by +5V_SYS
  282. [ 2.314711] +12V_SATA: supplied by +VDD_MUX
  283. [ 2.322192] usb2-0 supply vbus not found, using dummy regulator
  284. [ 2.328468] usb2-1 supply vbus not found, using dummy regulator
  285. [ 2.334969] usb3-0 supply vbus not found, using dummy regulator
  286. [ 2.341673] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration
  287. [ 2.348289] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517
  288. [ 2.356984] tegra-hdmi 54280000.hdmi: failed to get PLL regulator
  289. [ 2.366025] as3722-sd2: supplied by +5V_SYS
  290. [ 2.370821] as3722-sd3: supplied by +5V_SYS
  291. [ 2.375673] as3722-sd4: supplied by +5V_SYS
  292. [ 2.380406] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN
  293. [ 2.386287] as3722-sd5: supplied by +5V_SYS
  294. [ 2.392504] as3722-ldo0: supplied by +1.35V_LP0(sd2)
  295. [ 2.398278] as3722-ldo1: supplied by +3.3V_RUN
  296. [ 2.403349] as3722-ldo2: supplied by +1.8V_VDDIO
  297. [ 2.409235] as3722-ldo3: supplied by +3.3V_SYS
  298. [ 2.415046] as3722-ldo4: supplied by +3.3V_SYS
  299. [ 2.420119] as3722-ldo5: supplied by +1.8V_VDDIO
  300. [ 2.425377] as3722-ldo6: supplied by +3.3V_RUN
  301. [ 2.430470] as3722-ldo7: supplied by +1.8V_VDDIO
  302. [ 2.437021] as3722-ldo9: supplied by +5V_SYS
  303. [ 2.442293] as3722-ldo10: supplied by +5V_SYS
  304. [ 2.448542] as3722-ldo11: supplied by +3.3V_RUN
  305. [ 2.455945] tegra-ehci 7d008000.usb: EHCI Host Controller
  306. [ 2.461418] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2
  307. [ 2.469300] tegra-ehci 7d008000.usb: dma_pool_alloc ehci_qtd, f08de000 (corrupted)
  308. [ 2.476898] 00000000: 60 00 00 00 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 `...............
  309. [ 2.484924] 00000010: a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 ................
  310. [ 2.492949] 00000020: 40 02 00 00 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 @...............
  311. [ 2.500972] 00000030: a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 ................
  312. [ 2.508995] 00000040: 60 03 00 00 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 `...............
  313. [ 2.517018] 00000050: a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 a7 ................
  314. [ 2.525355] tegra-ehci 7d008000.usb: irq 352, io mem 0x7d008000
  315. [ 2.554189] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10
  316. [ 2.562153] hub 2-0:1.0: USB hub found
  317. [ 2.566018] hub 2-0:1.0: 1 port detected
  318. [ 2.571975] sdhci-tegra 700b0400.sdhci: Got CD GPIO
  319. [ 2.576935] sdhci-tegra 700b0400.sdhci: Got WP GPIO
  320. [ 2.582078] mmc1: Unknown controller version (3). You may experience problems.
  321. [ 2.589573] mmc1: Invalid maximum block size, assuming 512 bytes
  322. [ 2.615810] input: tegra-hda HDMI/DP,pcm=3 as /devices/soc0/70030000.hda/sound/card0/input0
  323. [ 2.653988] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA 64-bit
  324. [ 2.677199] tegra-snd-rt5640 sound: ASoC: CODEC DAI rt5640-aif1 not registered
  325. [ 2.684463] tegra-snd-rt5640 sound: snd_soc_register_card failed (-517)
  326. [ 2.691363] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration
  327. [ 2.710814] tegra-pcie 1003000.pcie-controller: probing port 0, using 2 lanes
  328. [ 2.720048] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000008
  329. [ 3.163094] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
  330. [ 3.606857] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
  331. [ 4.050684] tegra-pcie 1003000.pcie-controller: link 0 down, retrying
  332. [ 4.059402] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring
  333. [ 4.065965] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
  334. [ 4.075327] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000000
  335. [ 4.519010] tegra-pcie 1003000.pcie-controller: link 1 down, retrying
  336. [ 4.963029] tegra-pcie 1003000.pcie-controller: link 1 down, retrying
  337. [ 5.406516] tegra-pcie 1003000.pcie-controller: link 1 down, retrying
  338. [ 5.415199] tegra-pcie 1003000.pcie-controller: link 1 down, ignoring
  339. [ 5.422297] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00
  340. [ 5.429584] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  341. [ 5.435791] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
  342. [ 5.442675] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
  343. [ 5.450014] pci_bus 0000:00: root bus resource [bus 00-ff]
  344. [ 5.455553] PCI: bus0: Fast back to back transfers enabled
  345. [ 5.465381] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  346. [ 5.472003] [drm] No driver support for vblank timestamp query.
  347. [ 5.478110] drm drm: No connectors reported connected with modes
  348. [ 5.484175] [drm] Cannot find any crtc or sizes - going 1024x768
  349. [ 5.498508] drm drm: fb0: frame buffer device
  350. [ 5.523659] [drm] Initialized tegra 0.0.0 20120330 on minor 0
  351. [ 5.530967] of: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19
  352. [ 5.539061] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz
  353. [ 5.546407] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz
  354. [ 5.555531] tegra-snd-rt5640 sound: ASoC: CODEC DAI rt5640-aif1 not registered
  355. [ 5.562763] tegra-snd-rt5640 sound: snd_soc_register_card failed (-517)
  356. [ 5.570047] input: gpio-keys as /devices/soc0/gpio-keys/input/input1
  357. [ 5.576852] tegra-snd-rt5640 sound: ASoC: CODEC DAI rt5640-aif1 not registered
  358. [ 5.584200] tegra-snd-rt5640 sound: snd_soc_register_card failed (-517)
  359. [ 5.591139] as3722-rtc as3722-rtc: setting system clock to 2000-01-01 04:33:11 UTC (946701191)
  360. [ 5.606201] +USB0_VBUS_SW: disabling
  361. [ 5.609778] +5V_SATA: disabling
  362. [ 5.612911] +12V_SATA: disabling
  363. [ 5.616375] ALSA device list:
  364. [ 5.619336] #0: tegra-hda at 0x70038000 irq 343
  365. [ 5.626834] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
  366. [ 5.655418] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  367. [ 5.663615] VFS: Mounted root (ext4 filesystem) on device 179:1.
  368. [ 5.674825] devtmpfs: mounted
  369. [ 5.678387] Freeing unused kernel memory: 1024K (c0800000 - c0900000)
  370. Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory
  371. [ 5.981220] tegra-mc 70019000.memory-controller: sdmmcwab: write @0xf97d7000: EMEM address decode error (EMEM decode error)
  372. [ 5.999195] init: plymouth-upstart-bridge main process (89) terminated with status 1
  373. [ 6.007397] init: plymouth-upstart-bridge main process ended, respawning
  374. [ 6.030014] tegra-mc 70019000.memory-controller: sdmmcwab: write @0xf903a000: EMEM address decode error (EMEM decode error)
  375. [ 6.057449] tegra-mc 70019000.memory-controller: sdmmcwab: write @0x82084000: EMEM address decode error (EMEM decode error)
  376. [ 6.089712] init: ureadahead main process (92) terminated with status 5
  377. [ 6.100825] init: plymouth-upstart-bridge main process (99) terminated with status 1
  378. [ 6.109861] init: plymouth-upstart-bridge main process ended, respawning
  379. [ 6.206943] init: mountall main process (106) terminated with status 1
  380. [ 6.254284] init: plymouth-stop pre-start process (115) terminated with status 1
  381. General error mounting filesystems.
  382. A maintenance shell will now be started.
  383. CONTROL-D will terminate this shell and reboot the system.
  384. root@tegra-ubuntu:~# uname -a
  385. Linux tegra-ubuntu 4.8.0-rc7-dirty #3 SMP PREEMPT Tue Jan 15 23:51:29 PST 2019 armv7l armv7l armv7l GNU/Linux
Add Comment
Please, Sign In to add comment