Advertisement
Guest User

Untitled

a guest
Dec 18th, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. Bytes transferred = 14109548 (d74b6c hex)
  2. ipq807x_eth_halt: done
  3. ## Loading kernel from FIT Image at 44000000 ...
  4. Using 'config@hk01' configuration
  5. Trying 'kernel@1' kernel subimage
  6. Description: ARM64 OpenWrt Linux-4.19.88
  7. Type: Kernel Image
  8. Compression: uncompressed
  9. Data Start: 0x440000e8
  10. Data Size: 14098944 Bytes = 13.4 MiB
  11. Architecture: AArch64
  12. OS: Linux
  13. Load Address: 0x41080000
  14. Entry Point: 0x41080000
  15. Hash algo: crc32
  16. Hash value: f03d94a3
  17. Hash algo: sha1
  18. Hash value: 773295d72a51221eb41b5f012d774f852b221f87
  19. Verifying Hash Integrity ... crc32+ sha1+ OK
  20. ## Loading fdt from FIT Image at 44000000 ...
  21. Using 'config@hk01' configuration
  22. Trying 'fdt@1' fdt subimage
  23. Description: ARM64 OpenWrt ipq8074-hk01 device tree blob
  24. Type: Flat Device Tree
  25. Compression: uncompressed
  26. Data Start: 0x44d72424
  27. Data Size: 8722 Bytes = 8.5 KiB
  28. Architecture: AArch64
  29. Hash algo: crc32
  30. Hash value: b2b4654a
  31. Hash algo: sha1
  32. Hash value: e6f7cbf9e2ffaecef48101aefaafdbfed4b7b22e
  33. Verifying Hash Integrity ... crc32+ sha1+ OK
  34. Booting using the fdt blob at 0x44d72424
  35. Loading Kernel Image ... OK
  36. Loading Device Tree to 4a3fa000, end 4a3ff211 ... OK
  37. Using machid 0x8010000 from environment
  38.  
  39. Starting kernel ...
  40.  
  41. Jumping to AARCH64 kernel via monitor
  42. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  43. [ 0.000000] Linux version 4.19.88 (blogic@Ubuntu-1604-xenial-64-minimal) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r11690-ca7ed17)) #0 SMP PREEMPT Tue Dec 17 19:46:41 2019
  44. [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ8074-HK01
  45. [ 0.000000] efi: Getting EFI parameters from FDT:
  46. [ 0.000000] efi: UEFI not found.
  47. [ 0.000000] psci: probing for conduit method from DT.
  48. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  49. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  50. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  51. [ 0.000000] psci: SMC Calling Convention v1.0
  52. [ 0.000000] random: get_random_bytes called from start_kernel+0x90/0x420 with crng_init=0
  53. [ 0.000000] percpu: Embedded 21 pages/cpu s47640 r8192 d30184 u86016
  54. [ 0.000000] Detected VIPT I-cache on CPU0
  55. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  56. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  57. [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait
  58. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  59. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  60. [ 0.000000] Memory: 1016052K/1048576K available (6076K kernel code, 392K rwdata, 1984K rodata, 5248K init, 274K bss, 32524K reserved, 0K cma-reserved)
  61. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  62. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  63. [ 0.000000] Tasks RCU enabled.
  64. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  65. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  66. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  67. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  68. [ 0.000114] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  69. [ 0.000127] pid_max: default: 32768 minimum: 301
  70. [ 0.000240] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  71. [ 0.000252] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  72. [ 0.059986] ASID allocator initialised with 32768 entries
  73. [ 0.079986] rcu: Hierarchical SRCU implementation.
  74. [ 0.100202] EFI services will not be available.
  75. [ 0.120025] smp: Bringing up secondary CPUs ...
  76. [ 0.200325] Detected VIPT I-cache on CPU1
  77. [ 0.200374] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  78. [ 0.280364] Detected VIPT I-cache on CPU2
  79. [ 0.280399] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  80. [ 0.360437] Detected VIPT I-cache on CPU3
  81. [ 0.360470] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  82. [ 0.360548] smp: Brought up 1 node, 4 CPUs
  83. [ 0.360574] SMP: Total of 4 processors activated.
  84. [ 0.360583] CPU features: detected: 32-bit EL0 Support
  85. [ 0.360621] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  86. [ 0.360630] CPU: All CPU(s) started at EL1
  87. [ 0.360650] alternatives: patching kernel code
  88. [ 0.370604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  89. [ 0.370624] futex hash table entries: 1024 (order: 4, 65536 bytes)
  90. [ 0.370800] pinctrl core: initialized pinctrl subsystem
  91. [ 0.371224] DMI not present or invalid.
  92. [ 0.371511] NET: Registered protocol family 16
  93. [ 0.372177] cpuidle: using governor ladder
  94. [ 0.372204] cpuidle: using governor menu
  95. [ 0.372349] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
  96. [ 0.372360] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  97. [ 0.372536] DMA: preallocated 256 KiB pool for atomic allocations
  98. [ 0.416107] pps_core: LinuxPPS API ver. 1 registered
  99. [ 0.416121] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  100. [ 0.416138] PTP clock support registered
  101. [ 0.416329] Advanced Linux Sound Architecture Driver Initialized.
  102. [ 0.416949] clocksource: Switched to clocksource arch_sys_counter
  103. [ 0.417683] NET: Registered protocol family 2
  104. [ 0.418103] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  105. [ 0.418132] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  106. [ 0.418228] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  107. [ 0.418382] TCP: Hash tables configured (established 8192 bind 8192)
  108. [ 0.418465] UDP hash table entries: 512 (order: 2, 16384 bytes)
  109. [ 0.418502] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  110. [ 0.418661] NET: Registered protocol family 1
  111. [ 0.465913] No memory allocated for crashlog
  112. [ 0.466070] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  113. [ 0.470567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  114. [ 0.470577] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  115. [ 0.503124] io scheduler noop registered
  116. [ 0.503140] io scheduler deadline registered (default)
  117. [ 0.506428] msm_serial 78b3000.serial: msm_serial: detected port #0
  118. [ 0.506464] msm_serial 78b3000.serial: uartclk = 3686400
  119. [ 0.506499] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 8, base_baud = 230400) is a MSM
  120. [ 0.506519] msm_serial: console setup on port #0
  121. [ 0.983385] console [ttyMSM0] enabled
  122. [ 0.988249] msm_serial 78b1000.serial: msm_serial: detected port #1
  123. [ 0.991538] msm_serial 78b1000.serial: uartclk = 19200000
  124. [ 0.997637] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 10, base_baud = 1200000) is a MSM
  125. [ 1.003320] msm_serial: driver initialized
  126. [ 1.018242] brd: module loaded
  127. [ 1.021162] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xaa
  128. [ 1.021192] nand: Micron MT29F2G08ABBGAH4
  129. [ 1.026693] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
  130. [ 1.030649] nand: WARNING: qcom_nand.0: the ECC used on your system is too weak compared to the one required by the NAND chip
  131. [ 1.039082] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
  132. [ 1.050264] m25p80 spi0.0: mx25u25635f (32768 Kbytes)
  133. [ 1.057777] libphy: Fixed MDIO Bus: probed
  134. [ 1.061587] i2c /dev entries driver
  135. [ 1.066558] sdhci: Secure Digital Host Controller Interface driver
  136. [ 1.068998] sdhci: Copyright(c) Pierre Ossman
  137. [ 1.075215] sdhci-pltfm: SDHCI platform and OF driver helper
  138. [ 1.080959] NET: Registered protocol family 10
  139. [ 1.086113] Segment Routing with IPv6
  140. [ 1.089730] NET: Registered protocol family 17
  141. [ 1.093387] 8021q: 802.1Q VLAN Support v1.8
  142. [ 1.111548] UBI error: cannot open mtd rootfs, error -2
  143. [ 1.111590] hctosys: unable to open rtc device (rtc0)
  144. [ 1.116208] ALSA devi[ 1.126093] Freeing unused kernel memory: 5248K
  145. [ 1.126388] Run /init as init process
  146. [ 1.136159] init: Console is alive
  147. [ 1.141335] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  148. [ 1.157451] usbcore: registered new interface driver usbfs
  149. [ 1.157513] usbcore: registered new interface driver hub
  150. [ 1.161913] usbcore: registered new device driver usb
  151. [ 1.169510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  152. [ 1.172905] ehci-platform: EHCI generic platform driver
  153. [ 1.181068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  154. [ 1.184383] ohci-platform: OHCI generic platform driver
  155. [ 1.201009] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  156. [ 1.207248] init: - preinit -
  157. [ 1.273397] random: jshn: uninitialized urandom read (4 bytes read)
  158. [ 1.280781] random: jshn: uninitialized urandom read (4 bytes read)
  159. Press the [f] key and hit [enter] to enter failsafe mode
  160. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  161. [ 4.332683] procd: - early -
  162. [ 4.932463] procd: - ubus -
  163. [ 4.934788] random: ubusd: uninitialized urandom read (4 bytes read)
  164. [ 4.982238] random: ubusd: uninitialized urandom read (4 bytes read)
  165. [ 4.982407] random: ubusd: uninitialized urandom read (4 bytes read)
  166. [ 4.988183] procd: - init -
  167. Please press Enter to activate this console.
  168. [ 5.109742] kmodloader: loading kernel modules from /etc/modules.d/*
  169. [ 5.121803] urngd: v1.0.1 started.
  170. [ 5.128316] xt_time: kernel timezone is -0000
  171. [ 5.144901] PPP generic driver version 2.4.2
  172. [ 5.146080] NET: Registered protocol family 24
  173. [ 5.154618] kmodloader: done loading kernel modules from /etc/modules.d/*
  174. [ 5.158698] random: crng init done
  175. [ 5.160377] random: 5 urandom warning(s) missed due to ratelimiting
  176.  
  177.  
  178.  
  179. BusyBox v1.31.1 () built-in shell (ash)
  180.  
  181. _______ ________ __
  182. | |.-----.-----.-----.| | | |.----.| |_
  183. | - || _ | -__| || | | || _|| _|
  184. |_______|| __|_____|__|__||________||__| |____|
  185. |__| W I R E L E S S F R E E D O M
  186. -----------------------------------------------------
  187. OpenWrt SNAPSHOT, r11690-ca7ed17
  188. -----------------------------------------------------
  189. === WARNING! =====================================
  190. There is no root password defined on this device!
  191. Use the "passwd" command to set up a new password
  192. in order to prevent unauthorized SSH logins.
  193. --------------------------------------------------
  194. root@OpenWrt:/# cat /etc/op
  195. openwrt_release openwrt_version opkg.conf opkg/
  196. root@OpenWrt:/# cat /etc/openwrt_version
  197. r11690-ca7ed17
  198. root@OpenWrt:/# cat /etc/openwrt_release
  199. DISTRIB_ID='OpenWrt'
  200. DISTRIB_RELEASE='SNAPSHOT'
  201. DISTRIB_REVISION='r11690-ca7ed17'
  202. DISTRIB_TARGET='ipq807x/ipq807x_64'
  203. DISTRIB_ARCH='aarch64_cortex-a53'
  204. DISTRIB_DESCRIPTION='OpenWrt SNAPSHOT r11690-ca7ed17'
  205. DISTRIB_TAINTS='no-all'
  206. root@OpenWrt:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement