Guest User

Untitled

a guest
Nov 2nd, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.63 KB | None | 0 0
  1. => setenv serverip 192.168.178.39
  2. => setenv ipaddr 192.168.178.50
  3. => setenv rootpath /tftp/nfs_share
  4. => setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},nolock,v3 rw ip=${ipaddr}:::::eth0
  5. => tftp ${loadaddr} Image
  6. link up on port 1, speed 100, full duplex
  7. Using ethernet@8000000 device
  8. TFTP from server 192.168.178.39; our IP address is 192.168.178.50
  9. Filename 'Image'.
  10. Load address: 0x82000000
  11. Loading: #################################################################
  12. #################################################################
  13. #################################################################
  14. #################################################################
  15. #################################################################
  16. #################################################################
  17. #################################################################
  18. #################################################################
  19. #################################################################
  20. #################################################################
  21. #################################################################
  22. #################################################################
  23. #################################################################
  24. #################################################################
  25. #################################################################
  26. #################################################################
  27. #################################################################
  28. #################################################################
  29. #################################################################
  30. #################################################################
  31. #############
  32. 3.8 MiB/s
  33. done
  34. Bytes transferred = 19268096 (1260200 hex)
  35. => tftp ${fdtaddr} k3-am642-evm.dtb
  36. link up on port 1, speed 100, full duplex
  37. Using ethernet@8000000 device
  38. TFTP from server 192.168.178.39; our IP address is 192.168.178.50
  39. Filename 'k3-am642-evm.dtb'.
  40. Load address: 0x88000000
  41. Loading: ####
  42. 2.4 MiB/s
  43. done
  44. Bytes transferred = 53223 (cfe7 hex)
  45. => booti ${loadaddr} - ${fdtaddr}
  46. ## Flattened Device Tree blob at 88000000
  47. Booting using the fdt blob at 0x88000000
  48. Loading Device Tree to 000000008fff0000, end 000000008fffffe6 ... OK
  49.  
  50. Starting kernel ...
  51.  
  52. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  53. [ 0.000000] Linux version 5.10.41-g4c2eade9f7 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1.20210209) #1 SMP PREEMPT Tue Jul 20 17:23:27 UTC 2021
  54. [ 0.000000] Machine model: Texas Instruments AM642 EVM
  55. [ 0.000000] efi: UEFI not found.
  56. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
  57. [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
  58. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
  59. [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
  60. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
  61. [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
  62. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
  63. [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
  64. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
  65. [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
  66. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
  67. [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
  68. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
  69. [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
  70. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
  71. [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
  72. [ 0.000000] Zone ranges:
  73. [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
  74. [ 0.000000] DMA32 empty
  75. [ 0.000000] Normal empty
  76. [ 0.000000] Movable zone start for each node
  77. [ 0.000000] Early memory node ranges
  78. [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
  79. [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a3ffffff]
  80. [ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
  81. [ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
  82. [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
  83. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
  84. [ 0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
  85. [ 0.000000] psci: probing for conduit method from DT.
  86. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  87. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  88. [ 0.000000] psci: Trusted OS migration not required
  89. [ 0.000000] psci: SMC Calling Convention v1.2
  90. [ 0.000000] percpu: Embedded 2 pages/cpu s49880 r8192 d73000 u131072
  91. [ 0.000000] Detected VIPT I-cache on CPU0
  92. [ 0.000000] CPU features: detected: ARM erratum 845719
  93. [ 0.000000] CPU features: detected: GIC system register CPU interface
  94. [ 0.000000] Built 1 zonelists, mobility grouping off. Total pages: 32736
  95. [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=/dev/nfs nfsroot=192.168.178.39:/tftp/nfs_share,nolock,v3 rw ip=192.168.178.50:::::eth0
  96. [ 0.000000] Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
  97. [ 0.000000] Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes, linear)
  98. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  99. [ 0.000000] Memory: 1448768K/2097152K available (11008K kernel code, 1344K rwdata, 4224K rodata, 1856K init, 758K bss, 124096K reserved, 524288K cma-reserved)
  100. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  101. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  102. [ 0.000000] rcu: RCU event tracing is enabled.
  103. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
  104. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  105. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  106. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  107. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  108. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  109. [ 0.000000] GICv3: 256 SPIs implemented
  110. [ 0.000000] GICv3: 0 Extended SPIs implemented
  111. [ 0.000000] GICv3: Distributor has no Range Selector support
  112. [ 0.000000] GICv3: 16 PPIs implemented
  113. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
  114. [ 0.000000] ITS [mem 0x01820000-0x0182ffff]
  115. [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
  116. [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @a4000000 (flat, esz 8, psz 64K, shr 0)
  117. [ 0.000000] ITS: using cache flushing for cmd queue
  118. [ 0.000000] GICv3: using LPI property table @0x00000000a58c0000
  119. [ 0.000000] GIC: using cache flushing for LPI property table
  120. [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000a58d0000
  121. [ 0.000000] random: get_random_bytes called from start_kernel+0x330/0x4dc with crng_init=0
  122. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
  123. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
  124. [ 0.000005] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
  125. [ 0.000305] Console: colour dummy device 80x25
  126. [ 0.000358] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
  127. [ 0.000373] pid_max: default: 32768 minimum: 301
  128. [ 0.000459] LSM: Security Framework initializing
  129. [ 0.000555] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
  130. [ 0.000594] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
  131. [ 0.002918] rcu: Hierarchical SRCU implementation.
  132. [ 0.003212] Platform MSI: msi-controller@1820000 domain created
  133. [ 0.003486] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
  134. [ 0.003590] EFI services will not be available.
  135. [ 0.004036] smp: Bringing up secondary CPUs ...
  136. [ 0.004792] Detected VIPT I-cache on CPU1
  137. [ 0.004833] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
  138. [ 0.004847] GICv3: CPU1: using allocated LPI pending table @0x00000000a58e0000
  139. [ 0.004917] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  140. [ 0.005046] smp: Brought up 1 node, 2 CPUs
  141. [ 0.005068] SMP: Total of 2 processors activated.
  142. [ 0.005078] CPU features: detected: 32-bit EL0 Support
  143. [ 0.005087] CPU features: detected: CRC32 instructions
  144. [ 0.013093] CPU: All CPU(s) started at EL2
  145. [ 0.013122] alternatives: patching kernel code
  146. [ 0.014320] devtmpfs: initialized
  147. [ 0.022056] KASLR disabled due to lack of seed
  148. [ 0.022344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  149. [ 0.022363] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
  150. [ 0.024595] pinctrl core: initialized pinctrl subsystem
  151. [ 0.025201] DMI not present or invalid.
  152. [ 0.025819] NET: Registered protocol family 16
  153. [ 0.033775] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
  154. [ 0.034242] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  155. [ 0.034353] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  156. [ 0.034963] thermal_sys: Registered thermal governor 'step_wise'
  157. [ 0.034969] thermal_sys: Registered thermal governor 'power_allocator'
  158. [ 0.035384] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  159. [ 0.035486] ASID allocator initialised with 65536 entries
  160. [ 0.062144] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
  161. [ 0.062165] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
  162. [ 0.062173] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  163. [ 0.064083] cryptd: max_cpu_qlen set to 1000
  164. [ 0.067784] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR1.0 JTAGID[0x0bb3802f] Detected
  165. [ 0.068400] vsys_5v0: supplied by evm_12v0
  166. [ 0.068719] vsys_3v3: supplied by evm_12v0
  167. [ 0.069114] vddb_3v3_display: supplied by vsys_3v3
  168. [ 0.070203] iommu: Default domain type: Translated
  169. [ 0.070618] SCSI subsystem initialized
  170. [ 0.071226] mc: Linux media interface: v0.10
  171. [ 0.071259] videodev: Linux video capture interface: v2.00
  172. [ 0.071345] pps_core: LinuxPPS API ver. 1 registered
  173. [ 0.071351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  174. [ 0.071369] PTP clock support registered
  175. [ 0.071406] EDAC MC: Ver: 3.0.0
  176. [ 0.072203] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
  177. [ 0.072412] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
  178. [ 0.072546] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
  179. [ 0.073291] FPGA manager framework
  180. [ 0.073405] Advanced Linux Sound Architecture Driver Initialized.
  181. [ 0.074503] clocksource: Switched to clocksource arch_sys_counter
  182. [ 0.075018] VFS: Disk quotas dquot_6.6.0
  183. [ 0.075126] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
  184. [ 0.081515] NET: Registered protocol family 2
  185. [ 0.081762] IP idents hash table entries: 32768 (order: 2, 262144 bytes, linear)
  186. [ 0.083511] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
  187. [ 0.083668] TCP established hash table entries: 16384 (order: 1, 131072 bytes, linear)
  188. [ 0.083796] TCP bind hash table entries: 16384 (order: 2, 262144 bytes, linear)
  189. [ 0.084028] TCP: Hash tables configured (established 16384 bind 16384)
  190. [ 0.084194] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
  191. [ 0.084289] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
  192. [ 0.084527] NET: Registered protocol family 1
  193. [ 0.085184] RPC: Registered named UNIX socket transport module.
  194. [ 0.085199] RPC: Registered udp transport module.
  195. [ 0.085206] RPC: Registered tcp transport module.
  196. [ 0.085211] RPC: Registered tcp NFSv4.1 backchannel transport module.
  197. [ 0.085229] PCI: CLS 0 bytes, default 64
  198. [ 0.085919] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  199. [ 0.090750] Initialise system trusted keyrings
  200. [ 0.091019] workingset: timestamp_bits=46 max_order=15 bucket_order=0
  201. [ 0.095858] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  202. [ 0.096559] NFS: Registering the id_resolver key type
  203. [ 0.096600] Key type id_resolver registered
  204. [ 0.096607] Key type id_legacy registered
  205. [ 0.096682] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  206. [ 0.096690] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  207. [ 0.096909] 9p: Installing v9fs 9p2000 file system support
  208. [ 0.141004] Key type asymmetric registered
  209. [ 0.141027] Asymmetric key parser 'x509' registered
  210. [ 0.141096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  211. [ 0.141105] io scheduler mq-deadline registered
  212. [ 0.141112] io scheduler kyber registered
  213. [ 0.143713] pinctrl-single f4000.pinctrl: 180 pins, size 720
  214. [ 0.144820] pinctrl-single a40000.timesync-router: 512 pins, size 2048
  215. [ 0.154167] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
  216. [ 0.170985] brd: module loaded
  217. [ 0.178842] loop: module loaded
  218. [ 0.179641] megasas: 07.714.04.00-rc1
  219. [ 0.182457] libphy: Fixed MDIO Bus: probed
  220. [ 0.183973] tun: Universal TUN/TAP device driver, 1.6
  221. [ 0.184711] igbvf: Intel(R) Gigabit Virtual Function Network Driver
  222. [ 0.184724] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  223. [ 0.184778] sky2: driver version 1.30
  224. [ 0.185883] VFIO - User Level meta-driver version: 0.3
  225. [ 0.187031] i2c /dev entries driver
  226. [ 0.188129] sdhci: Secure Digital Host Controller Interface driver
  227. [ 0.188139] sdhci: Copyright(c) Pierre Ossman
  228. [ 0.188785] sdhci-pltfm: SDHCI platform and OF driver helper
  229. [ 0.190012] ledtrig-cpu: registered to indicate activity on CPUs
  230. [ 0.190418] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  231. [ 0.191825] optee: probing for conduit method.
  232. [ 0.191867] optee: revision 3.12 (3d47a131)
  233. [ 0.192486] optee: initialized driver
  234. [ 0.194986] NET: Registered protocol family 17
  235. [ 0.195154] 9pnet: Installing 9P2000 support
  236. [ 0.195222] Key type dns_resolver registered
  237. [ 0.195378] Loading compiled-in X.509 certificates
  238. [ 0.209382] ti-sci 44043000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
  239. [ 0.242044] random: fast init done
  240. [ 0.246374] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
  241. [ 0.248351] pca953x 1-0022: supply vcc not found, using dummy regulator
  242. [ 0.248493] pca953x 1-0022: using AI
  243. [ 0.299984] Console: switching to mono frame buffer device 12x2
  244. [ 0.328770] ssd1307fb 1-003c: fb0: Solomon SSD1307 framebuffer device registered, using 192 bytes of video memory
  245. [ 0.328997] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
  246. [ 0.330227] omap_i2c 20020000.i2c: bus 2 rev0.12 at 100 kHz
  247. [ 0.331383] omap_i2c 20030000.i2c: bus 3 rev0.12 at 100 kHz
  248. [ 0.331767] ti-sci-intr bus@f4000:bus@4000000:interrupt-controller1: Interrupt Router 5 domain created
  249. [ 0.331916] ti-sci-intr bus@f4000:interrupt-controller0: Interrupt Router 3 domain created
  250. [ 0.332151] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
  251. [ 0.342267] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
  252. [ 0.342320] j721e-pcie f102000.pcie: IO 0x0068001000..0x0068010fff -> 0x0068001000
  253. [ 0.342344] j721e-pcie f102000.pcie: MEM 0x0068011000..0x006fffffff -> 0x0068011000
  254. [ 0.342367] j721e-pcie f102000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
  255. [ 1.354925] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
  256. [ 1.354946] pci_bus 0000:00: root bus resource [bus 00-ff]
  257. [ 1.354959] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x68001000-0x68010fff])
  258. [ 1.354969] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
  259. [ 1.355019] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
  260. [ 1.355041] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xfffffffff 64bit pref]
  261. [ 1.355125] pci 0000:00:00.0: supports D1
  262. [ 1.355134] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  263. [ 1.357561] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  264. [ 1.359787] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  265. [ 1.359836] pci 0000:00:00.0: BAR 0: no space for [mem size 0x1000000000 64bit pref]
  266. [ 1.359846] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x1000000000 64bit pref]
  267. [ 1.359857] pci 0000:00:00.0: PCI bridge to [bus 01]
  268. [ 1.360395] pcieport 0000:00:00.0: PME: Signaling with IRQ 42
  269. [ 1.361163] ti-bcdma 485c0100.dma-controller: Number of rings: 68
  270. [ 1.362389] ti-bcdma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
  271. [ 1.364289] ti-pktdma 485c0000.dma-controller: Number of rings: 288
  272. [ 1.371674] ti-pktdma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
  273. [ 1.375132] printk: console [ttyS2] disabled
  274. [ 1.375221] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 16, base_baud = 3000000) is a 8250
  275. [ 2.741216] printk: console [ttyS2] enabled
  276. [ 2.749031] spi-nor spi0.0: s28hs512t (65536 Kbytes)
  277. [ 2.802515] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
  278. [ 2.810109] libphy: 8000f00.mdio: probed
  279. [ 2.816272] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
  280. [ 2.824508] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000002
  281. [ 2.837732] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
  282. [ 2.844467] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
  283. [ 2.851614] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
  284. [ 2.858166] pps pps0: new PPS source ptp0
  285. [ 2.862596] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
  286. [ 2.875081] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
  287. [ 2.885842] mmc0: CQHCI version 5.10
  288. [ 2.886764] gpio-mux mux-controller: 2-way mux-controller registered
  289. [ 2.903857] vdd_mmc1: supplied by vsys_3v3
  290. [ 2.909167] libphy: mdio_mux: probed
  291. [ 2.921332] mmc1: CQHCI version 5.10
  292. [ 2.921596] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
  293. [ 2.932364] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
  294. [ 2.967974] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
  295. [ 2.987756] TI DP83867 8000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=8000f00.mdio:00, irq=POLL)
  296. [ 3.001040] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
  297. [ 3.028584] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
  298. [ 3.036128] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
  299. [ 3.043039] mmc0: Command Queue Engine enabled
  300. [ 3.047532] mmc0: new HS400 MMC card at address 0001
  301. [ 3.052611] mmcblk1: p1 p2
  302. [ 3.057144] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
  303. [ 3.061960] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
  304. [ 3.068104] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
  305. [ 3.074241] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0)
  306. [ 3.083875] mmcblk0: p1 p2 p3 p4
  307. [ 5.060016] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
  308. [ 5.086527] IP-Config: Guessing netmask 255.255.255.0
  309. [ 5.091584] IP-Config: Complete:
  310. [ 5.094953] device=eth0, hwaddr=f4:84:4c:f9:59:b1, ipaddr=192.168.178.50, mask=255.255.255.0, gw=255.255.255.255
  311. [ 5.105594] host=192.168.178.50, domain=, nis-domain=(none)
  312. [ 5.111602] bootserver=255.255.255.255, rootserver=192.168.178.39, rootpath=
  313. [ 5.116947] ALSA device list:
  314. [ 5.127394] No soundcards found.
  315. [ 5.162992] VFS: Mounted root (nfs filesystem) on device 0:19.
  316. [ 5.169503] devtmpfs: mounted
  317. [ 5.173514] Freeing unused kernel memory: 1856K
  318. [ 5.186553] Run /sbin/init as init process
  319. [ 5.854727] systemd[1]: System time before build time, advancing clock.
  320. [ 5.961210] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
  321. [ 5.983436] systemd[1]: Detected architecture arm64.
  322.  
  323. Welcome to Arago 2020.09!
  324.  
  325. [ 6.043121] systemd[1]: Set hostname to <am64xx-evm>.
  326. [ 6.071432] random: systemd: uninitialized urandom read (16 bytes read)
  327. [ 6.078164] systemd[1]: Initializing machine ID from random generator.
  328. [ 6.085001] systemd[1]: Installed transient /etc/machine-id file.
  329. [ 6.778990] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring.
  330. [ 6.795506] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring.
  331. [ 7.006996] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
  332. [ 7.015958] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
  333. [ 7.197283] random: systemd: uninitialized urandom read (16 bytes read)
  334. [ 7.204295] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
  335. [ 7.216658] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
  336. [ 7.228735] systemd[1]: Created slice system-getty.slice.
  337. [ OK ] Created slice system-getty.slice.
  338. [ 7.254756] random: systemd: uninitialized urandom read (16 bytes read)
  339. [ 7.262988] systemd[1]: Created slice system-serial\x2dgetty.slice.
  340. [ OK ] Created slice system-serial\x2dgetty.slice.
  341. [ 7.286749] random: systemd: uninitialized urandom read (16 bytes read)
  342. [ 7.294936] systemd[1]: Created slice system-syslog\x2dng.slice.
  343. [ OK ] Created slice system-syslog\x2dng.slice.
  344. [ 7.320256] systemd[1]: Created slice User and Session Slice.
  345. [ OK ] Created slice User and Session Slice.
  346. [ 7.343157] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  347. [ OK ] Started Dispatch Password …ts to Console Directory Watch.
  348. [ 7.367067] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  349. [ OK ] Started Forward Password R…uests to Wall Directory Watch.
  350. [ 7.391013] systemd[1]: Reached target Paths.
  351. [ OK ] Reached target Paths.
  352. [ 7.410796] systemd[1]: Reached target Remote File Systems.
  353. [ OK ] Reached target Remote File Systems.
  354. [ 7.430777] systemd[1]: Reached target Slices.
  355. [ OK ] Reached target Slices.
  356. [ 7.450848] systemd[1]: Reached target Swap.
  357. [ OK ] Reached target Swap.
  358. [ 7.472449] systemd[1]: Listening on RPCbind Server Activation Socket.
  359. [ OK ] Listening on RPCbind Server Activation Socket.
  360. [ 7.494824] systemd[1]: Reached target RPC Port Mapper.
  361. [ OK ] Reached target RPC Port Mapper.
  362. [ 7.525264] systemd[1]: Listening on Process Core Dump Socket.
  363. [ OK ] Listening on Process Core Dump Socket.
  364. [ 7.547155] systemd[1]: Listening on initctl Compatibility Named Pipe.
  365. [ OK ] Listening on initctl Compatibility Named Pipe.
  366. [ 7.601205] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  367. [ 7.611523] systemd[1]: Listening on Journal Socket (/dev/log).
  368. [ OK ] Listening on Journal Socket (/dev/log).
  369. [ 7.635540] systemd[1]: Listening on Journal Socket.
  370. [ OK ] Listening on Journal Socket.
  371. [ 7.652430] systemd[1]: Listening on Network Service Netlink Socket.
  372. [ OK ] Listening on Network Service Netlink Socket.
  373. [ 7.676714] systemd[1]: Listening on udev Control Socket.
  374. [ OK ] Listening on udev Control Socket.
  375. [ 7.699261] systemd[1]: Listening on udev Kernel Socket.
  376. [ OK ] Listening on udev Kernel Socket.
  377. [ 7.728813] systemd[1]: Mounting Huge Pages File System...
  378. Mounting Huge Pages File System...
  379. [ 7.752778] systemd[1]: Mounting POSIX Message Queue File System...
  380. Mounting POSIX Message Queue File System...
  381. [ 7.784553] systemd[1]: Mounting Kernel Debug File System...
  382. Mounting Kernel Debug File System...
  383. [ 7.822088] systemd[1]: Mounting Temporary Directory (/tmp)...
  384. Mounting Temporary Directory (/tmp)...
  385. [ 7.839136] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
  386. [ 7.863056] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
  387. [ OK ] Started Hardware RNG Entropy Gather[ 7.873812] random: crng init done
  388. [ 7.878985] random: 6 urandom warning(s) missed due to ratelimiting
  389. er Daemon.
  390. [ 7.904577] systemd[1]: Starting RPC Bind...
  391. Starting RPC Bind...
  392. [ 7.925617] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  393. [ 7.948797] systemd[1]: Starting Journal Service...
  394. Starting Journal Service...
  395. [ 8.047531] systemd[1]: Starting Load Kernel Modules...
  396. Starting Load Kernel Modules...
  397. [ 8.078050] systemd[1]: Starting Remount Root and Kernel File Systems...
  398. Starting Remount Root and Kernel File Systems...
  399. [ 8.123508] systemd[1]: Starting udev Coldplug all Devices...
  400. Starting udev Coldplug all Devices...
  401. [ 8.231576] systemd[1]: Mounted Huge Pages File System.
  402. [ OK ] Mounted Huge Pages File System.
  403. [ 8.279869] systemd[1]: Mounted POSIX Message Queue File System.
  404. [ OK ] Mounted POSIX Message Queue File System.
  405. [ 8.319897] systemd[1]: Mounted Kernel Debug File System.
  406. [ OK ] Mounted Kernel Debug File System.
  407. [ 8.367593] systemd[1]: Started Journal Service.
  408. [ OK ] Started Journal Service.
  409. [ OK ] Started RPC Bind.
  410. [ OK ] Mounted Temporary Directory (/tmp).
  411. [FAILED] Failed to start Load Kernel Modules.
  412. See 'systemctl status systemd-modules-load.service' for details.
  413. [ OK ] Started Remount Root and Kernel File Systems.
  414. Mounting Kernel Configuration File System...
  415. Starting Flush Journal to Persistent Storage...
  416. Starting Apply Kernel Variables...
  417. Starting Create System Users...
  418. [ 8.620746] systemd-journald[151]: Received client request to flush runtime journal.
  419. [ OK ] Mounted Kernel Configuration File System.
  420. [ OK ] Started Flush Journal to Persistent Storage.
  421. [ OK ] Started Apply Kernel Variables.
  422. [FAILED] Failed to start Create System Users.
  423. See 'systemctl status systemd-sysusers.service' for details.
  424. Starting Create Static Device Nodes in /dev...
  425. [ OK ] Started Create Static Device Nodes in /dev.
  426. [ OK ] Reached target Local File Systems (Pre).
  427. Mounting /media/ram...
  428. Mounting /var/volatile...
  429. Starting udev Kernel Device Manager...
  430. [FAILED] Failed to mount /media/ram.
  431. See 'systemctl status media-ram.mount' for details.
  432. [DEPEND] Dependency failed for Local File Systems.
  433. [ OK ] Mounted /var/volatile.
  434. [ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
  435. [ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
  436. [ OK ] Reached target Timers.
  437. [ OK ] Reached target Network (Pre).
  438. [ OK ] Reached target Login Prompts.
  439. Starting Synchronize System and HW clocks...
  440. Starting Load/Save Random Seed...
  441. [ OK ] Reached target Sockets.
  442. [ OK ] Started Emergency Shell.
  443. [ OK ] Reached target Emergency Mode.
  444. Starting Rebuild Dynamic Linker Cache...
  445. Starting Commit a transient machine-id on disk...
  446. Starting Create Volatile Files and Directories...
  447. [FAILED] Failed to start Synchronize System and HW clocks.
  448. See 'systemctl status sync-clocks.service' for details.
  449. [ OK ] Started Load/Save Random Seed.
  450. [FAILED] Failed to start Commit a transient machine-id on disk.
  451. See 'systemctl status systemd-machine-id-commit.service' for details.
  452. [ OK ] Started udev Kernel Device Manager.
  453. Starting Network Service...
  454. [ OK ] Started udev Coldplug all Devices.
  455. [ OK ] Started Create Volatile Files and Directories.
  456. Starting Run pending postinsts...
  457. Starting Rebuild Journal Catalog...
  458. [FAILED] Failed to start Network Time Synchronization.
  459. See 'systemctl status systemd-timesyncd.service' for details.
  460. [ OK ] Reached target System Time Set.
  461. [ OK ] Reached target System Time Synchronized.
  462. Starting Update UTMP about System Boot/Shutdown...
  463. [ OK ] Started Network Service.
  464. Starting Wait for Network to be Configured...
  465. [FAILED] Failed to start Network Name Resolution.
  466. See 'systemctl status systemd-resolved.service' for details.
  467. [ OK ] Reached target Network.
  468. [ OK ] Reached target Host and Network Name Lookups.
  469. [ OK ] Started NFS status monitor for NFSv2/3 locking..
  470. [ OK ] Stopped Network Time Synchronization.
  471. [FAILED] Failed to start Network Time Synchronization.
  472. See 'systemctl status systemd-timesyncd.service' for details.
  473. [FAILED] Failed to start Rebuild Journal Catalog.
  474. See 'systemctl status systemd-journal-catalog-update.service' for details.
  475. [ OK ] Stopped Network Name Resolution.
  476. [FAILED] Failed to start Network Name Resolution.
  477. See 'systemctl status systemd-resolved.service' for details.
  478. [ OK ] Stopped Network Time Synchronization.
  479. [FAILED] Failed to start Network Time Synchronization.
  480. See 'systemctl status systemd-timesyncd.service' for details.
  481. [ OK ] Started Update UTMP about System Boot/Shutdown.
  482. [ OK ] Stopped Network Name Resolution.
  483. [FAILED] Failed to start Network Name Resolution.
  484. See 'systemctl status systemd-resolved.service' for details.
  485. [ OK ] Stopped Network Time Synchronization.
  486. [FAILED] Failed to start Network Time Synchronization.
  487. See 'systemctl status systemd-timesyncd.service' for details.
  488. Starting Update UTMP about System Runlevel Changes...
  489. [ OK ] Stopped Network Name Resolution.
  490. [FAILED] Failed to start Network Name Resolution.
  491. See 'systemctl status systemd-resolved.service' for details.
  492. [ OK ] Stopped Network Time Synchronization.
  493. [FAILED] Failed to start Network Time Synchronization.
  494. See 'systemctl status systemd-timesyncd.service' for details.
  495. [ OK ] Started Update UTMP about System Runlevel Changes.
  496. [ OK ] Stopped Network Name Resolution.
  497. [FAILED] Failed to start Network Name Resolution.
  498. See 'systemctl status systemd-resolved.service' for details.
  499. [ OK ] Stopped Network Time Synchronization.
  500. [FAILED] Failed to start Network Time Synchronization.
  501. See 'systemctl status systemd-timesyncd.service' for details.
  502. [FAILED] Failed to start Run pending postinsts.
  503. See 'systemctl status run-postinsts.service' for details.
  504. [ OK ] Stopped Network Name Resolution.
  505. [FAILED] Failed to start Network Name Resolution.
  506. See 'systemctl status systemd-resolved.service' for details.
  507. You are in emergency mode. After logging in, type "journalctl -xb" to view
  508. system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
  509. to boot into default mode.
  510. Give root password for maintenance
  511. (or press Control-D to continue):
Advertisement
Add Comment
Please, Sign In to add comment