Advertisement
Guest User

Untitled

a guest
Jan 26th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.35 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd071]
  2. [ 0.000000] Linux version 6.1.8-media (root@ubuntu) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP PREEMPT_DYNAMIC Wed Jan 25 13:53:57 UTC 2023
  3. [ 0.000000] Machine model: NVIDIA Jetson Nano Developer Kit
  4. [ 0.000000] efi: EFI v2.80 by Das U-Boot
  5. [ 0.000000] efi: RTPROP=0xfb5f2040 SMBIOS=0xfb5ee000 MEMRESERVE=0xd5d0f040
  6. [ 0.000000] NUMA: No NUMA configuration found
  7. [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000017f1fffff]
  8. [ 0.000000] NUMA: NODE_DATA [mem 0x17e991100-0x17e996fff]
  9. [ 0.000000] Zone ranges:
  10. [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
  11. [ 0.000000] DMA32 empty
  12. [ 0.000000] Normal [mem 0x0000000100000000-0x000000017f1fffff]
  13. [ 0.000000] Movable zone start for each node
  14. [ 0.000000] Early memory node ranges
  15. [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fb5bcfff]
  16. [ 0.000000] node 0: [mem 0x00000000fb5bd000-0x00000000fb5befff]
  17. [ 0.000000] node 0: [mem 0x00000000fb5bf000-0x00000000fb5e5fff]
  18. [ 0.000000] node 0: [mem 0x00000000fb5e6000-0x00000000fb5eafff]
  19. [ 0.000000] node 0: [mem 0x00000000fb5eb000-0x00000000fb5ebfff]
  20. [ 0.000000] node 0: [mem 0x00000000fb5ec000-0x00000000fb5effff]
  21. [ 0.000000] node 0: [mem 0x00000000fb5f0000-0x00000000fb5f1fff]
  22. [ 0.000000] node 0: [mem 0x00000000fb5f2000-0x00000000fb5f9fff]
  23. [ 0.000000] node 0: [mem 0x00000000fb5fa000-0x00000000fed1ffff]
  24. [ 0.000000] node 0: [mem 0x00000000fed20000-0x00000000fed2ffff]
  25. [ 0.000000] node 0: [mem 0x00000000fed30000-0x00000000fedfffff]
  26. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017f1fffff]
  27. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000017f1fffff]
  28. [ 0.000000] On node 0, zone Normal: 4608 pages in unavailable ranges
  29. [ 0.000000] On node 0, zone Normal: 3584 pages in unavailable ranges
  30. [ 0.000000] cma: Reserved 256 MiB at 0x00000000eb400000
  31. [ 0.000000] psci: probing for conduit method from DT.
  32. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  33. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  34. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  35. [ 0.000000] psci: SMC Calling Convention v1.1
  36. [ 0.000000] percpu: Embedded 30 pages/cpu s83176 r8192 d31512 u122880
  37. [ 0.000000] pcpu-alloc: s83176 r8192 d31512 u122880 alloc=30*4096
  38. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  39. [ 0.000000] Detected PIPT I-cache on CPU0
  40. [ 0.000000] CPU features: detected: Spectre-v2
  41. [ 0.000000] CPU features: detected: Spectre-v3a
  42. [ 0.000000] CPU features: detected: Spectre-BHB
  43. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  44. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  45. [ 0.000000] CPU features: detected: ARM erratum 834220
  46. [ 0.000000] CPU features: detected: ARM erratum 1742098
  47. [ 0.000000] CPU features: detected: ARM erratum 832075
  48. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  49. [ 0.000000] alternatives: applying boot alternatives
  50. [ 0.000000] Fallback order for Node 0: 0
  51. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1024056
  52. [ 0.000000] Policy zone: Normal
  53. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.8-media root=UUID=6d2186e6-fdb8-426a-8033-ead17630c6f2 ro console=ttyS0,115200n8 console=tty0 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles
  54. [ 0.000000] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.1.8-media", will be passed to user space.
  55. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  56. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  57. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  58. [ 0.000000] software IO TLB: area num 4.
  59. [ 0.000000] software IO TLB: mapped [mem 0x00000000e7400000-0x00000000eb400000] (64MB)
  60. [ 0.000000] Memory: 3696444K/4161536K available (14592K kernel code, 3354K rwdata, 4844K rodata, 3648K init, 1028K bss, 202948K reserved, 262144K cma-reserved)
  61. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  62. [ 0.000000] trace event string verifier disabled
  63. [ 0.000000] Dynamic Preempt: none
  64. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  65. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  66. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  67. [ 0.000000] Tracing variant of Tasks RCU enabled.
  68. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  69. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  70. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  71. [ 0.000000] Root IRQ handler: gic_handle_irq
  72. [ 0.000000] GIC: Using split EOI/Deactivate mode
  73. [ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller@50041000
  74. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  75. [ 0.000001] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  76. [ 0.000025] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  77. [ 0.000231] clocksource: tegra_suspend_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  78. [ 0.001148] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  79. [ 0.001159] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  80. [ 0.001169] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  81. [ 0.001466] Console: colour dummy device 80x25
  82. [ 0.001896] printk: console [tty0] enabled
  83. [ 0.001974] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  84. [ 0.001997] pid_max: default: 32768 minimum: 301
  85. [ 0.002202] LSM: Security Framework initializing
  86. [ 0.002284] Yama: becoming mindful.
  87. [ 0.002366] LSM support for eBPF active
  88. [ 0.002530] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  89. [ 0.002576] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  90. [ 0.005279] cblist_init_generic: Setting adjustable number of callback queues.
  91. [ 0.005327] cblist_init_generic: Setting shift to 2 and lim to 1.
  92. [ 0.005437] cblist_init_generic: Setting shift to 2 and lim to 1.
  93. [ 0.005685] rcu: Hierarchical SRCU implementation.
  94. [ 0.005702] rcu: Max phase no-delay instances is 1000.
  95. [ 0.008913] Speedo Revision 4
  96. [ 0.008939] Tegra210: unknown SKU 0x8f
  97. [ 0.008960] Tegra Revision: A02 SKU: 143 CPU Process: 0 SoC Process: 0
  98. [ 0.009274] tegra-pmc: access to PMC is restricted to TZ
  99. [ 0.009325] Remapping and enabling EFI services.
  100. [ 0.009794] smp: Bringing up secondary CPUs ...
  101. [ 0.010606] Detected PIPT I-cache on CPU1
  102. [ 0.010855] CPU1: Booted secondary processor 0x0000000001 [0x411fd071]
  103. [ 0.011699] Detected PIPT I-cache on CPU2
  104. [ 0.011866] CPU2: Booted secondary processor 0x0000000002 [0x411fd071]
  105. [ 0.012695] Detected PIPT I-cache on CPU3
  106. [ 0.012856] CPU3: Booted secondary processor 0x0000000003 [0x411fd071]
  107. [ 0.012946] smp: Brought up 1 node, 4 CPUs
  108. [ 0.013003] SMP: Total of 4 processors activated.
  109. [ 0.013016] CPU features: detected: 32-bit EL0 Support
  110. [ 0.013026] CPU features: detected: 32-bit EL1 Support
  111. [ 0.013037] CPU features: detected: CRC32 instructions
  112. [ 0.013127] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  113. [ 0.013149] CPU: All CPU(s) started at EL2
  114. [ 0.013182] alternatives: applying system-wide alternatives
  115. [ 0.019492] devtmpfs: initialized
  116. [ 0.037239] Registered cp15_barrier emulation handler
  117. [ 0.037289] Registered setend emulation handler
  118. [ 0.037563] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  119. [ 0.037598] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  120. [ 0.046114] pinctrl core: initialized pinctrl subsystem
  121. [ 0.047098] SMBIOS 3.0 present.
  122. [ 0.047133] DMI: nvidia p3450-0000/p3450-0000, BIOS 2020.04-g46e4604c78 07/26/2021
  123. [ 0.047939] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  124. [ 0.049554] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
  125. [ 0.050108] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  126. [ 0.050421] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  127. [ 0.050515] audit: initializing netlink subsys (disabled)
  128. [ 0.050717] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
  129. [ 0.052832] thermal_sys: Registered thermal governor 'fair_share'
  130. [ 0.052847] thermal_sys: Registered thermal governor 'bang_bang'
  131. [ 0.052868] thermal_sys: Registered thermal governor 'step_wise'
  132. [ 0.052878] thermal_sys: Registered thermal governor 'user_space'
  133. [ 0.052967] cpuidle: using governor ladder
  134. [ 0.053001] cpuidle: using governor menu
  135. [ 0.053256] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  136. [ 0.053393] ASID allocator initialised with 32768 entries
  137. [ 0.055176] Serial: AMBA PL011 UART driver
  138. [ 0.063409] tegra-mc 70019000.memory-controller: no memory timings for RAM code 0 registered
  139. [ 0.064215] platform 50000000.host1x: Adding to iommu group 0
  140. [ 0.064295] platform 57000000.gpu: Adding to iommu group 1
  141. [ 0.077382] KASLR enabled
  142. [ 0.084385] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  143. [ 0.084417] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
  144. [ 0.084431] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  145. [ 0.084442] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
  146. [ 0.084454] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  147. [ 0.084465] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
  148. [ 0.084476] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  149. [ 0.084486] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  150. [ 0.152076] raid6: neonx8 gen() 2877 MB/s
  151. [ 0.220082] raid6: neonx4 gen() 2941 MB/s
  152. [ 0.288077] raid6: neonx2 gen() 2616 MB/s
  153. [ 0.356084] raid6: neonx1 gen() 1988 MB/s
  154. [ 0.424078] raid6: int64x8 gen() 1690 MB/s
  155. [ 0.492077] raid6: int64x4 gen() 1687 MB/s
  156. [ 0.560077] raid6: int64x2 gen() 1570 MB/s
  157. [ 0.628081] raid6: int64x1 gen() 1206 MB/s
  158. [ 0.628094] raid6: using algorithm neonx4 gen() 2941 MB/s
  159. [ 0.696080] raid6: .... xor() 2191 MB/s, rmw enabled
  160. [ 0.696094] raid6: using neon recovery algorithm
  161. [ 0.696796] fbcon: Taking over console
  162. [ 0.696867] ACPI: Interpreter disabled.
  163. [ 0.698411] iommu: Default domain type: Translated
  164. [ 0.698428] iommu: DMA domain TLB invalidation policy: lazy mode
  165. [ 0.698972] usbcore: registered new interface driver usbfs
  166. [ 0.699026] usbcore: registered new interface driver hub
  167. [ 0.699061] usbcore: registered new device driver usb
  168. [ 0.699239] pps_core: LinuxPPS API ver. 1 registered
  169. [ 0.699252] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  170. [ 0.699288] PTP clock support registered
  171. [ 0.699557] EDAC MC: Ver: 3.0.0
  172. [ 0.700991] NetLabel: Initializing
  173. [ 0.701014] NetLabel: domain hash size = 128
  174. [ 0.701024] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  175. [ 0.701083] NetLabel: unlabeled traffic allowed by default
  176. [ 0.701406] vgaarb: loaded
  177. [ 0.701951] clocksource: Switched to clocksource arch_sys_counter
  178. [ 0.702459] VFS: Disk quotas dquot_6.6.0
  179. [ 0.702536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  180. [ 0.702887] pnp: PnP ACPI: disabled
  181. [ 0.710837] NET: Registered PF_INET protocol family
  182. [ 0.711300] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  183. [ 0.714521] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  184. [ 0.714619] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  185. [ 0.714652] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  186. [ 0.714881] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
  187. [ 0.715932] TCP: Hash tables configured (established 32768 bind 32768)
  188. [ 0.716423] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
  189. [ 0.716665] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  190. [ 0.716771] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  191. [ 0.717132] NET: Registered PF_UNIX/PF_LOCAL protocol family
  192. [ 0.717223] NET: Registered PF_XDP protocol family
  193. [ 0.717251] PCI: CLS 0 bytes, default 64
  194. [ 0.718210] Trying to unpack rootfs image as initramfs...
  195. [ 0.745039] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  196. [ 0.745475] kvm [1]: Guests without required CPU erratum workarounds can deadlock system!
  197. Only trusted guests should be used on this system.
  198. [ 0.745507] kvm [1]: IPA Size Limit: 44 bits
  199. [ 0.747169] kvm [1]: vgic interrupt IRQ9
  200. [ 0.747864] kvm [1]: Hyp mode initialized successfully
  201. [ 0.749698] Initialise system trusted keyrings
  202. [ 0.750098] workingset: timestamp_bits=39 max_order=20 bucket_order=0
  203. [ 0.756919] zbud: loaded
  204. [ 0.759257] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  205. [ 0.759439] fuse: init (API version 7.37)
  206. [ 0.799359] xor: measuring software checksum speed
  207. [ 0.801428] 8regs : 4907 MB/sec
  208. [ 0.803321] 32regs : 5327 MB/sec
  209. [ 0.805577] arm64_neon : 4411 MB/sec
  210. [ 0.805590] xor: using function: 32regs (5327 MB/sec)
  211. [ 0.805614] Key type asymmetric registered
  212. [ 0.805625] Asymmetric key parser 'x509' registered
  213. [ 1.483795] Freeing initrd memory: 27876K
  214. [ 1.507513] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  215. [ 1.507748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  216. [ 1.507912] io scheduler mq-deadline registered
  217. [ 1.508221] io scheduler bfq registered
  218. [ 1.517491] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
  219. [ 1.522276] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled
  220. [ 1.525128] printk: console [ttyS0] disabled
  221. [ 1.525224] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 31, base_baud = 25500000) is a Tegra
  222. [ 2.812410] printk: console [ttyS0] enabled
  223. [ 2.817243] Serial: AMBA driver
  224. [ 2.830017] brd: module loaded
  225. [ 2.840314] loop: module loaded
  226. [ 2.846431] thunder_xcv, ver 1.0
  227. [ 2.849709] thunder_bgx, ver 1.0
  228. [ 2.853024] nicpf, ver 1.0
  229. [ 2.856397] usbcore: registered new interface driver usbserial_generic
  230. [ 2.862958] usbserial: USB Serial support registered for generic
  231. [ 2.868987] usbcore: registered new interface driver ch341
  232. [ 2.874491] usbserial: USB Serial support registered for ch341-uart
  233. [ 2.880778] usbcore: registered new interface driver cp210x
  234. [ 2.886369] usbserial: USB Serial support registered for cp210x
  235. [ 2.892325] usbcore: registered new interface driver ftdi_sio
  236. [ 2.898098] usbserial: USB Serial support registered for FTDI USB Serial Device
  237. [ 2.905439] usbcore: registered new interface driver pl2303
  238. [ 2.911028] usbserial: USB Serial support registered for pl2303
  239. [ 2.917302] mousedev: PS/2 mouse device common for all mice
  240. [ 2.927293] max77620 1-003c: PMIC Version OTP:0x35 and ES:0x8
  241. [ 2.941890] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1150000-1150000uV
  242. [ 2.965269] ledtrig-cpu: registered to indicate activity on CPUs
  243. [ 2.975440] NET: Registered PF_INET6 protocol family
  244. [ 3.003501] Segment Routing with IPv6
  245. [ 3.007362] In-situ OAM (IOAM) with IPv6
  246. [ 3.012782] registered taskstats version 1
  247. [ 3.016965] Loading compiled-in X.509 certificates
  248. [ 3.024182] Loaded X.509 cert 'Build time autogenerated kernel key: 749d6866bc250fbd2bc2125b6ab418cec285ac11'
  249. [ 3.039387] zswap: loaded using pool zstd/z3fold
  250. [ 3.044779] Key type .fscrypt registered
  251. [ 3.048732] Key type fscrypt-provisioning registered
  252. [ 3.055044] Btrfs loaded, crc32c=crc32c-generic, assert=on, integrity-checker=on, zoned=yes, fsverity=yes
  253. [ 3.085777] Key type encrypted registered
  254. [ 3.089901] ima: No TPM chip found, activating TPM-bypass!
  255. [ 3.095402] ima: Allocated hash algorithm: sha1
  256. [ 3.100005] ima: No architecture policies found
  257. [ 3.104612] evm: Initialising EVM extended attributes:
  258. [ 3.109753] evm: security.selinux
  259. [ 3.113069] evm: security.SMACK64
  260. [ 3.116383] evm: security.SMACK64EXEC
  261. [ 3.120046] evm: security.SMACK64TRANSMUTE
  262. [ 3.124140] evm: security.SMACK64MMAP
  263. [ 3.127801] evm: security.apparmor
  264. [ 3.131204] evm: security.ima
  265. [ 3.134173] evm: security.capability
  266. [ 3.137744] evm: HMAC attrs: 0x1
  267. [ 3.171482] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  268. [ 3.178115] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  269. [ 3.186227] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  270. [ 3.194335] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  271. [ 3.202431] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  272. [ 3.210635] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  273. [ 3.216695] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  274. [ 3.222545] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  275. [ 3.228291] tegra-pcie 1003000.pcie: failed to request resources: -517
  276. [ 3.236771] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  277. [ 3.243359] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  278. [ 3.251465] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  279. [ 3.259566] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  280. [ 3.267668] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  281. [ 3.275839] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  282. [ 3.281751] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  283. [ 3.287596] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  284. [ 3.293342] tegra-pcie 1003000.pcie: failed to request resources: -517
  285. [ 3.300684] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  286. [ 3.307284] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  287. [ 3.315386] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  288. [ 3.323484] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  289. [ 3.331579] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  290. [ 3.339741] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  291. [ 3.345559] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  292. [ 3.351398] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  293. [ 3.357145] tegra-pcie 1003000.pcie: failed to request resources: -517
  294. [ 3.364650] psci_checker: PSCI checker started using 4 CPUs
  295. [ 3.370249] psci_checker: Starting hotplug tests
  296. [ 3.374875] psci_checker: Trying to turn off and on again all CPUs
  297. [ 3.383573] psci: CPU0 killed (polled 0 ms)
  298. [ 3.392652] psci: CPU1 killed (polled 0 ms)
  299. [ 3.401189] psci: CPU2 killed (polled 0 ms)
  300. [ 3.409450] Detected PIPT I-cache on CPU0
  301. [ 3.413974] CPU0: Booted secondary processor 0x0000000000 [0x411fd071]
  302. [ 3.422825] Detected PIPT I-cache on CPU1
  303. [ 3.426952] CPU1: Booted secondary processor 0x0000000001 [0x411fd071]
  304. [ 3.435973] Detected PIPT I-cache on CPU2
  305. [ 3.440128] CPU2: Booted secondary processor 0x0000000002 [0x411fd071]
  306. [ 3.447936] psci_checker: Trying to turn off and on again group 0 (CPUs 0-3)
  307. [ 3.456472] psci: CPU0 killed (polled 0 ms)
  308. [ 3.464526] psci: CPU1 killed (polled 0 ms)
  309. [ 3.472576] psci: CPU2 killed (polled 0 ms)
  310. [ 3.480414] Detected PIPT I-cache on CPU0
  311. [ 3.484612] CPU0: Booted secondary processor 0x0000000000 [0x411fd071]
  312. [ 3.493229] Detected PIPT I-cache on CPU1
  313. [ 3.497356] CPU1: Booted secondary processor 0x0000000001 [0x411fd071]
  314. [ 3.506335] Detected PIPT I-cache on CPU2
  315. [ 3.510500] CPU2: Booted secondary processor 0x0000000002 [0x411fd071]
  316. [ 3.518292] psci_checker: Hotplug tests passed OK
  317. [ 3.523017] psci_checker: Starting suspend tests (10 cycles per state)
  318. [ 3.529586] psci_checker: cpuidle not available on CPU 0, ignoring
  319. [ 3.535774] psci_checker: cpuidle not available on CPU 1, ignoring
  320. [ 3.541955] psci_checker: cpuidle not available on CPU 2, ignoring
  321. [ 3.548135] psci_checker: cpuidle not available on CPU 3, ignoring
  322. [ 3.554316] psci_checker: Could not start suspend tests on any CPU
  323. [ 3.560494] psci_checker: PSCI checker completed
  324. [ 3.569504] Freeing unused kernel memory: 3648K
  325. [ 3.586013] Run /init as init process
  326. [ 3.589680] with arguments:
  327. [ 3.589685] /init
  328. [ 3.589689] splash
  329. [ 3.589694] with environment:
  330. [ 3.589699] HOME=/
  331. [ 3.589702] TERM=linux
  332. [ 3.589706] BOOT_IMAGE=/boot/vmlinuz-6.1.8-media
  333. [ 4.132331] Failed to set up IOMMU for device 50000000.host1x; retaining platform DMA ops
  334. [ 4.144164] platform 54200000.dc: Adding to iommu group 2
  335. [ 4.150702] platform 54240000.dc: Adding to iommu group 2
  336. [ 4.176241] platform 54340000.vic: Adding to iommu group 3
  337. [ 4.198392] gic 702f9000.interrupt-controller: GIC IRQ controller registered
  338. [ 4.206525] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  339. [ 4.207679] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
  340. [ 4.213172] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  341. [ 4.228265] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  342. [ 4.236430] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  343. [ 4.244590] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  344. [ 4.245172] sdhci: Secure Digital Host Controller Interface driver
  345. [ 4.252982] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  346. [ 4.258993] sdhci: Copyright(c) Pierre Ossman
  347. [ 4.265002] sdhci-pltfm: SDHCI platform and OF driver helper
  348. [ 4.265015] tegra_rtc 7000e000.rtc: registered as rtc1
  349. [ 4.265034] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
  350. [ 4.269737] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  351. [ 4.291966] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  352. [ 4.297755] tegra-pcie 1003000.pcie: failed to request resources: -517
  353. [ 4.299902] irq: IRQ44: trimming hierarchy from :pmc@7000e400
  354. [ 4.306200] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  355. [ 4.310361] irq: IRQ46: trimming hierarchy from :pmc@7000e400
  356. [ 4.310567] sdhci-tegra 700b0000.mmc: Got CD GPIO
  357. [ 4.316751] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  358. [ 4.322861] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  359. [ 4.327287] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  360. [ 4.350187] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  361. [ 4.358331] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  362. [ 4.366622] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  363. [ 4.373566] irq: IRQ49: trimming hierarchy from :pmc@7000e400
  364. [ 4.379980] mmc0: SDHCI controller on 700b0000.mmc [700b0000.mmc] using ADMA 64-bit
  365. [ 4.390030] tegra-pcie 1003000.pcie: failed to get PHY#0: -517
  366. [ 4.390069] mmc1: SDHCI controller on 700b0400.mmc [700b0400.mmc] using ADMA 64-bit
  367. [ 4.395918] tegra-pcie 1003000.pcie: failed to get PHYs: -517
  368. [ 4.409465] tegra-pcie 1003000.pcie: failed to request resources: -517
  369. [ 4.423460] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges:
  370. [ 4.430147] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000
  371. [ 4.433652] usb2-1: supply vbus not found, using dummy regulator
  372. [ 4.438336] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000
  373. [ 4.438366] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000
  374. [ 4.444806] usb2-2: supply vbus not found, using dummy regulator
  375. [ 4.452595] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000
  376. [ 4.475146] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
  377. [ 4.488634] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
  378. [ 4.494983] tegra-xusb 70090000.usb: Firmware timestamp: 2015-08-10 09:47:54 UTC
  379. [ 4.502459] tegra-xusb 70090000.usb: xHCI Host Controller
  380. [ 4.503051] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
  381. [ 4.507972] tegra-xusb 70090000.usb: new USB bus registered, assigned bus number 1
  382. [ 4.508879] tegra-xusb 70090000.usb: hcc params 0x0184f525 hci version 0x100 quirks 0x0000000000010010
  383. [ 4.531302] tegra-xusb 70090000.usb: irq 50, io mem 0x70090000
  384. [ 4.537535] tegra-xusb 70090000.usb: xHCI Host Controller
  385. [ 4.542985] tegra-xusb 70090000.usb: new USB bus registered, assigned bus number 2
  386. [ 4.550600] tegra-xusb 70090000.usb: Host supports USB 3.0 SuperSpeed
  387. [ 4.558881] hub 1-0:1.0: USB hub found
  388. [ 4.563433] hub 1-0:1.0: 5 ports detected
  389. [ 4.578013] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  390. [ 4.591238] hub 2-0:1.0: USB hub found
  391. [ 4.595132] hub 2-0:1.0: 4 ports detected
  392. [ 4.699252] mmc0: new ultra high speed SDR104 SDHC card at address 5048
  393. [ 4.706828] Failed to set up IOMMU for device 54200000.dc; retaining platform DMA ops
  394. [ 4.732537] Failed to set up IOMMU for device 54240000.dc; retaining platform DMA ops
  395. [ 4.767807] mmcblk0: mmc0:5048 SD32G 29.7 GiB
  396. [ 4.775097] Failed to set up IOMMU for device 54340000.vic; retaining platform DMA ops
  397. [ 4.790157] GPT:Primary header thinks Alt. header is not at the end of the disk.
  398. [ 4.797643] GPT:4677631 != 62357503
  399. [ 4.801165] GPT:Alternate GPT header not at the end of the disk.
  400. [ 4.807182] GPT:4677631 != 62357503
  401. [ 4.810685] GPT: Use GNU Parted to correct GPT errors.
  402. [ 4.815875] mmcblk0: p1 p2
  403. [ 4.838018] usb 1-2: new high-speed USB device number 2 using tegra-xusb
  404. [ 5.020936] hub 1-2:1.0: USB hub found
  405. [ 5.025935] hub 1-2:1.0: 4 ports detected
  406. [ 5.143790] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
  407. [ 5.192283] hub 2-1:1.0: USB hub found
  408. [ 5.197750] hub 2-1:1.0: 4 ports detected
  409. [ 5.312991] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Quota mode: none.
  410. [ 5.743109] tegra-pcie 1003000.pcie: link 0 down, ignoring
  411. [ 5.759157] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
  412. [ 5.765477] pci_bus 0000:00: root bus resource [bus 00-ff]
  413. [ 5.770980] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01001fff]
  414. [ 5.777864] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  415. [ 5.784051] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
  416. [ 5.790952] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
  417. [ 5.799373] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
  418. [ 5.805468] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4 may corrupt adjacent RW1C bits
  419. [ 5.815193] pci 0000:00:02.0: enabling Extended Tags
  420. [ 5.820281] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
  421. [ 5.831860] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  422. [ 5.840152] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
  423. [ 5.846209] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
  424. [ 5.851828] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
  425. [ 5.858653] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
  426. [ 5.865647] pci 0000:01:00.0: supports D1 D2
  427. [ 5.869929] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  428. [ 5.880995] systemd[1]: System time before build time, advancing clock.
  429. [ 5.890024] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  430. [ 5.896722] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
  431. [ 5.903626] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
  432. [ 5.909851] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
  433. [ 5.910782] systemd[1]: Inserted module 'autofs4'
  434. [ 5.917205] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
  435. [ 5.929232] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
  436. [ 5.935349] pci 0000:00:02.0: PCI bridge to [bus 01]
  437. [ 5.940332] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
  438. [ 5.946451] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]
  439. [ 5.953291] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge
  440. [ 5.960484] pcieport 0000:00:02.0: enabling device (0000 -> 0003)
  441. [ 5.966856] pcieport 0000:00:02.0: PME: Signaling with IRQ 53
  442. [ 5.973249] pcieport 0000:00:02.0: AER: enabled with IRQ 53
  443. [ 5.982603] irq: IRQ61: trimming hierarchy from :pmc@7000e400
  444. [ 6.001647] drm drm: [drm] Cannot find any crtc or sizes
  445. [ 6.007356] drm drm: [drm] Cannot find any crtc or sizes
  446. [ 6.007956] [drm] Initialized tegra 1.0.0 20120330 for drm on minor 0
  447. [ 6.062875] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
  448. [ 6.087751] systemd[1]: Detected architecture arm64.
  449. [ 6.093759] systemd[1]: Detected first boot.
  450. [ 6.101735] systemd[1]: Set hostname to <jetson-nano>.
  451. [ 7.429942] random: crng init done
  452. [ 7.433506] systemd[1]: Initializing machine ID from random generator.
  453. [ 7.690986] systemd[251]: /usr/lib/systemd/system-generators/netplan failed with exit status 1.
  454. [ 8.639370] systemd[1]: Invalid unit wpa_supplicant-nl80211@.service symlink multi-user.target.wants/wpa_supplicant-nl80211@.service.
  455. [ 8.652737] systemd[1]: Invalid unit wpa_supplicant-wired@.service symlink multi-user.target.wants/wpa_supplicant-wired@.service.
  456. [ 8.669997] systemd[1]: Invalid unit wpa_supplicant@.service symlink multi-user.target.wants/wpa_supplicant@.service.
  457. [ 8.682937] systemd[1]: Populated /etc with preset unit settings.
  458. [ 8.773646] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
  459. [ 9.003862] systemd[1]: Queued start job for default target Graphical Interface.
  460. [ 9.036589] systemd[1]: Created slice system-modprobe.slice.
  461. [ 9.044634] systemd[1]: Created slice system-serial\x2dgetty.slice.
  462. [ 9.052460] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  463. [ 9.060035] systemd[1]: Created slice User and Session Slice.
  464. [ 9.066446] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  465. [ 9.075367] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  466. [ 9.085466] systemd[1]: Reached target Slices.
  467. [ 9.090199] systemd[1]: Reached target Swap.
  468. [ 9.094676] systemd[1]: Reached target System Time Set.
  469. [ 9.139100] systemd[1]: Listening on RPCbind Server Activation Socket.
  470. [ 9.147144] systemd[1]: Listening on Syslog Socket.
  471. [ 9.152976] systemd[1]: Listening on fsck to fsckd communication Socket.
  472. [ 9.160245] systemd[1]: Listening on initctl Compatibility Named Pipe.
  473. [ 9.167888] systemd[1]: Listening on Journal Audit Socket.
  474. [ 9.174180] systemd[1]: Listening on Journal Socket (/dev/log).
  475. [ 9.180976] systemd[1]: Listening on Journal Socket.
  476. [ 9.186524] systemd[1]: systemd-networkd.socket: Socket service systemd-networkd.service not loaded, refusing.
  477. [ 9.196585] systemd[1]: Failed to listen on Network Service Netlink Socket.
  478. [ 9.209246] systemd[1]: Listening on udev Control Socket.
  479. [ 9.215633] systemd[1]: Listening on udev Kernel Socket.
  480. [ 9.246433] systemd[1]: Mounting Huge Pages File System...
  481. [ 9.258139] systemd[1]: Mounting POSIX Message Queue File System...
  482. [ 9.270483] systemd[1]: Mounting RPC Pipe File System...
  483. [ 9.282051] systemd[1]: Mounting Kernel Debug File System...
  484. [ 9.294441] systemd[1]: Mounting Kernel Trace File System...
  485. [ 9.301378] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  486. [ 9.319488] systemd[1]: Starting Restore / save the current clock...
  487. [ 9.333053] systemd[1]: Starting Wait for network to be configured by ifupdown...
  488. [ 9.348147] systemd[1]: Starting Set the console keyboard layout...
  489. [ 9.362406] systemd[1]: Starting Create list of static device nodes for the current kernel...
  490. [ 9.379742] systemd[1]: Starting Load Kernel Module configfs...
  491. [ 9.394070] systemd[1]: Starting Load Kernel Module drm...
  492. [ 9.411736] systemd[1]: Starting Load Kernel Module fuse...
  493. [ 9.416837] RPC: Registered named UNIX socket transport module.
  494. [ 9.423889] RPC: Registered udp transport module.
  495. [ 9.423904] RPC: Registered tcp transport module.
  496. [ 9.423909] RPC: Registered tcp NFSv4.1 backchannel transport module.
  497. [ 9.446841] systemd[1]: Started Nameserver information manager.
  498. [ 9.454650] systemd[1]: Reached target Network (Pre).
  499. [ 9.463252] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  500. [ 9.472727] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  501. [ 9.490138] systemd[1]: Starting Load Kernel Modules...
  502. [ 9.501664] systemd[1]: Starting Remount Root and Kernel File Systems...
  503. [ 9.515521] systemd[1]: Starting Coldplug All udev Devices...
  504. [ 9.535249] systemd[1]: Mounted Huge Pages File System.
  505. [ 9.542918] systemd[1]: Mounted POSIX Message Queue File System.
  506. [ 9.551499] systemd[1]: Mounted RPC Pipe File System.
  507. [ 9.556324] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
  508. [ 9.568464] systemd[1]: Mounted Kernel Debug File System.
  509. [ 9.575320] systemd[1]: Mounted Kernel Trace File System.
  510. [ 9.583681] systemd[1]: Finished Restore / save the current clock.
  511. [ 9.592895] systemd[1]: Finished Wait for network to be configured by ifupdown.
  512. [ 9.603092] systemd[1]: Finished Create list of static device nodes for the current kernel.
  513. [ 9.614343] systemd[1]: modprobe@configfs.service: Succeeded.
  514. [ 9.622079] systemd[1]: Finished Load Kernel Module configfs.
  515. [ 9.631586] systemd[1]: modprobe@drm.service: Succeeded.
  516. [ 9.638835] systemd[1]: Finished Load Kernel Module drm.
  517. [ 9.646672] systemd[1]: modprobe@fuse.service: Succeeded.
  518. [ 9.654281] systemd[1]: Finished Load Kernel Module fuse.
  519. [ 9.663691] systemd[1]: Finished Set the console keyboard layout.
  520. [ 9.674743] systemd[1]: Finished Load Kernel Modules.
  521. [ 9.683263] systemd[1]: Finished Remount Root and Kernel File Systems.
  522. [ 9.747240] systemd[1]: Mounting FUSE Control File System...
  523. [ 9.759769] systemd[1]: Mounting Kernel Configuration File System...
  524. [ 9.772612] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  525. [ 9.781842] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  526. [ 9.796960] systemd[1]: Starting Load/Save Random Seed...
  527. [ 9.808751] systemd[1]: Starting Apply Kernel Variables...
  528. [ 9.821555] systemd[1]: Starting Create System Users...
  529. [ 9.835902] systemd[1]: Mounted FUSE Control File System.
  530. [ 9.844061] systemd[1]: Mounted Kernel Configuration File System.
  531. [ 9.869375] systemd[1]: Finished Load/Save Random Seed.
  532. [ 9.878859] systemd[1]: Finished Apply Kernel Variables.
  533. [ 9.880465] systemd[1]: Reached target First Boot Complete.
  534. [ 9.929536] systemd[1]: Finished Create System Users.
  535. [ 9.967272] systemd[1]: Starting Create Static Device Nodes in /dev...
  536. [ 10.024716] systemd[1]: Finished Create Static Device Nodes in /dev.
  537. [ 10.026207] systemd[1]: Reached target Local File Systems (Pre).
  538. [ 10.058967] systemd[1]: Mounting /tmp...
  539. [ 10.069036] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  540. [ 10.078202] systemd[1]: Finished Coldplug All udev Devices.
  541. [ 10.080134] systemd[1]: Mounted /tmp.
  542. [ 10.087057] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  543. [ 10.100979] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
  544. [ 10.157994] systemd[1]: Started Rule-based Manager for Device Events and Files.
  545. [ 10.194906] systemd[1]: Starting Show Plymouth Boot Screen...
  546. [ 10.249878] systemd[1]: Started Show Plymouth Boot Screen.
  547. [ 10.251960] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  548. [ 10.253018] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
  549. [ 10.253652] systemd[1]: Reached target Local Encrypted Volumes.
  550. [ 10.559443] systemd[1]: Found device /dev/ttyS0.
  551. [ 10.584397] tegra210-emc 7001b000.external-memory-controller: failed to get nominal EMC table: -19
  552. [ 10.642306] at24 0-0050: 256 byte 24c02 EEPROM, read-only
  553. [ 10.665382] mc: Linux media interface: v0.10
  554. [ 10.672287] max77620-thermal max77620-thermal: Failed to register thermal zone: -19
  555. [ 10.680827] at24 0-0057: 256 byte 24c02 EEPROM, read-only
  556. [ 10.762533] irq: IRQ64: trimming hierarchy from :pmc@7000e400
  557. [ 10.768281] videodev: Linux video capture interface: v2.00
  558. [ 10.778154] r8169 0000:01:00.0: enabling device (0000 -> 0003)
  559. [ 10.808236] usb-conn-gpio 7009f000.padctl:ports:usb2-0:connector: repeated role: none
  560. [ 10.817483] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 00:04:4b:e6:85:ca, XID 541, IRQ 65
  561. [ 10.817525] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
  562. [ 10.858787] usbcore: registered new device driver onboard-usb-hub
  563. [ 10.859315] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1017600 KHz, changing to: 1020000 KHz
  564. [ 10.867337] tegra-xusb 70090000.usb: Firmware timestamp: 2015-08-10 09:47:54 UTC
  565. [ 10.903004] tegra_soctherm 700e2000.thermal-sensor: missing thermtrips, will use critical trips as shut down temp
  566. [ 10.920253] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when cpu reaches 102500 mC
  567. [ 10.920287] tegra_soctherm 700e2000.thermal-sensor: throttrip: will throttle when cpu reaches 98500 mC
  568. [ 10.931040] input: NVIDIA Jetson Nano HDA HDMI/DP,pcm=3 as /devices/platform/70030000.hda/sound/card0/input1
  569. [ 10.932520] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when gpu reaches 103000 mC
  570. [ 10.932553] tegra_soctherm 700e2000.thermal-sensor: throttrip: will throttle when gpu reaches 100000 mC
  571. [ 10.936782] systemd[1]: Found device /dev/ttyS2.
  572. [ 10.940264] tegra_video: module is from the staging directory, the quality is unknown, you have been warned.
  573. [ 10.948013] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when pll reaches 103000 mC
  574. [ 10.950951] tegra-adma 702e2000.dma-controller: Tegra210 ADMA driver registered 22 channels
  575. [ 10.951346] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when mem reaches 103000 mC
  576. [ 10.993240] systemd[1]: Found device /dev/disk/by-uuid/6DCA-78BD.
  577. [ 11.039066] systemd[1]: Starting File System Check on /dev/disk/by-uuid/6DCA-78BD...
  578. [ 11.155235] systemd[1]: Started File System Check Daemon to report status.
  579. [ 11.321730] hub 1-2:1.0: USB hub found
  580. [ 11.323676] hub 1-2:1.0: 4 ports detected
  581. [ 11.385897] hub 1-2:1.0: USB hub found
  582. [ 11.387281] hub 1-2:1.0: 4 ports detected
  583. [ 11.387314] systemd[1]: Finished File System Check on /dev/disk/by-uuid/6DCA-78BD.
  584. [ 11.442978] systemd[1]: Mounting /boot/efi...
  585. [ 11.450870] systemd[1]: Reached target Hardware activated USB gadget.
  586. [ 11.453265] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  587. [ 11.546228] systemd[1]: Mounted /boot/efi.
  588. [ 11.547580] systemd[1]: Reached target Local File Systems.
  589. [ 11.579389] systemd[1]: Starting Armbian leds state...
  590. [ 11.595573] systemd[1]: Starting Armbian ZRAM config...
  591. [ 11.601040] systemd[1]: Starting Set console font and keymap...
  592. [ 11.608243] systemd[1]: Starting Raise network interfaces...
  593. [ 11.615531] systemd[1]: Starting Preprocess NFS configuration...
  594. [ 11.625391] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
  595. [ 11.633357] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  596. [ 11.641684] systemd[1]: Starting Commit a transient machine-id on disk...
  597. [ 11.649175] systemd[1]: Finished Armbian leds state.
  598. [ 11.649738] hub 2-1:1.0: USB hub found
  599. [ 11.654442] hub 2-1:1.0: 4 ports detected
  600. [ 11.656361] systemd[1]: Finished Set console font and keymap.
  601. [ 11.661173] systemd[1]: nfs-config.service: Succeeded.
  602. [ 11.663750] systemd[1]: Finished Preprocess NFS configuration.
  603. [ 11.670780] hub 2-1:1.0: USB hub found
  604. [ 11.673230] hub 2-1:1.0: 4 ports detected
  605. [ 11.675849] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
  606. [ 11.678792] systemd[1]: Received SIGRTMIN+20 from PID 206 (plymouthd).
  607. [ 11.696150] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  608. [ 11.696453] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
  609. [ 11.696572] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
  610. [ 11.696663] systemd[1]: Reached target NFS client services.
  611. [ 11.697628] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  612. [ 11.697819] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  613. [ 11.698273] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  614. [ 11.698508] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  615. [ 11.728915] systemd[1]: etc-machine\x2did.mount: Succeeded.
  616. [ 11.732484] systemd[1]: Finished Commit a transient machine-id on disk.
  617. [ 11.810174] zram: Added device: zram0
  618. [ 11.812574] zram: Added device: zram1
  619. [ 11.814284] zram: Added device: zram2
  620. [ 11.894849] zram0: detected capacity change from 0 to 3990112
  621. [ 11.923565] Adding 1995052k swap on /dev/zram0. Priority:5 extents:1 across:1995052k SSFS
  622. [ 11.986177] systemd[1]: Finished Raise network interfaces.
  623. [ 12.103273] zram1: detected capacity change from 0 to 102400
  624. [ 12.165705] zram2: detected capacity change from 0 to 3990112
  625. [ 12.257707] EXT4-fs (zram2): mounted filesystem without journal. Quota mode: none.
  626. [ 12.287120] systemd[1]: Finished Armbian ZRAM config.
  627. [ 12.311121] systemd[1]: Starting Armbian memory supported logging...
  628. [ 12.396093] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none.
  629. [ 12.396150] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
  630. [ 16.871612] systemd[1]: Finished Armbian memory supported logging.
  631. [ 16.908024] systemd[1]: Starting Journal Service...
  632. [ 17.055678] systemd[1]: Started Journal Service.
  633. [ 17.101131] systemd-journald[590]: Received client request to flush runtime journal.
  634. [ 18.438967] EXT4-fs (mmcblk0p2): resizing filesystem from 515067 to 7643136 blocks
  635. [ 21.727901] platform pwm-fan: deferred probe pending
  636. [ 21.727923] platform 57000000.gpu: deferred probe pending
  637. [ 21.727927] platform regulator-vdd-gpu: deferred probe pending
  638. [ 21.727932] platform 70410000.spi: deferred probe pending
  639. [ 30.089529] EXT4-fs (mmcblk0p2): resized to 4194304 blocks
  640. [ 40.221099] EXT4-fs (mmcblk0p2): resized filesystem to 7643136
  641. [ 42.469028] systemd-journald[590]: Received client request to relinquish /var/log/journal/9bf9e747e4e4485cb1753929ff543f2a access.
  642. [ 44.362173] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
  643. [ 44.570119] r8169 0000:01:00.0 eth0: Link is Down
  644. [ 47.830967] r8169 0000:01:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  645. [ 47.831054] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  646. [ 47.897166] NET: Registered PF_PACKET protocol family
  647.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement