gioreva

Untitled

Nov 6th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 1.1.3 (Nov 5 2020 - 12:05:10)
  4.  
  5. Board: MediaTek APSoC DRAM: 32 MB
  6. enable ephy clock...done. SSC disabled.
  7. MediaTek SPI flash driver, SPI clock: 46MHz
  8. spi device id: ef 40 18 0 0 (40180000)
  9. find flash: W25Q128FV
  10. *** Warning - bad CRC, using default environment
  11.  
  12. ============================================
  13. MediaTek U-Boot Version: 5.0.1.0-6
  14. --------------------------------------------
  15. ASIC 7620_MP (Port5<->None)
  16. DRAM component: 256 Mbits DDR, width 16
  17. DRAM bus: 16 bit
  18. Total memory: 32 MBytes
  19. Flash component: SPI Flash
  20. Date:Nov 5 2020 Time:12:05:10
  21. ============================================
  22. icache: sets:512, ways:4, linesz:32, total:65536
  23. dcache: sets:256, ways:4, linesz:32, total:32768
  24.  
  25. #### The CPU freq = 560 MHZ ####
  26. estimate memory size = 32 Mbytes
  27.  
  28. Please choose the operation:
  29. 1: Load system code to SDRAM via TFTP.
  30. 2: Load system code then write to Flash via TFTP.
  31. 3: Boot system code via Flash (default).
  32. 4: Enter boot command line interface.
  33. 5: Load system code then write to Flash via USB Storage.
  34. 9: Load U-Boot code then write to Flash via TFTP.
  35.  
  36. You choosed 3
  37.  
  38. 0
  39.  
  40.  
  41. 3: System Boot system code via Flash.
  42. ## Checking image at bc050000 ...
  43. Image Name: MIPS OpenWrt Linux-4.14.180
  44. Image Type: MIPS Linux Kernel Image (lzma compressed)
  45. Data Size: 1565112 Bytes = 1.5 MB
  46. Load Address: 80000000
  47. Entry Point: 80000000
  48. Verifying Checksum ... OK
  49. Uncompressing Kernel Image ... OK
  50. No initrd
  51. ## Transferring control to Linux (at address 80000000) ...
  52. ## Giving linux memsize in MB, 32
  53.  
  54. Starting kernel ...
  55.  
  56. [ 0.000000] Linux version 4.14.180 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11063-85e04e9f46)) #0 Sat May 16 18:32:20 2020
  57. [ 0.000000] Board has DDR2
  58. [ 0.000000] Analog PMU set to hw control
  59. [ 0.000000] Digital PMU set to hw control
  60. [ 0.000000] SoC Type: MediaTek MT7620A ver:2 eco:6
  61. [ 0.000000] bootconsole [early0] enabled
  62. [ 0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
  63. [ 0.000000] MIPS: machine is Noname Board
  64. [ 0.000000] Determined physical RAM map:
  65. [ 0.000000] memory: 02000000 @ 00000000 (usable)
  66. [ 0.000000] Initrd not found or empty - disabling initrd
  67. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  68. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  69. [ 0.000000] Zone ranges:
  70. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000001ffffff]
  71. [ 0.000000] Movable zone start for each node
  72. [ 0.000000] Early memory node ranges
  73. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000001ffffff]
  74. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
  75. [ 0.000000] random: get_random_bytes called from 0x80481740 with crng_init=0
  76. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8128
  77. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
  78. [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
  79. [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  80. [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  81. [ 0.000000] Writing ErrCtl register=0003633e
  82. [ 0.000000] Readback ErrCtl register=0003633e
  83. [ 0.000000] Memory: 26320K/32768K available (3916K kernel code, 187K rwdata, 500K rodata, 1212K init, 215K bss, 6448K reserved, 0K cma-reserved)
  84. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  85. [ 0.000000] NR_IRQS: 256
  86. [ 0.000000] CPU Clock: 560MHz
  87. [ 0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 583261500 ns
  88. [ 0.000000] systick: enable autosleep mode
  89. [ 0.000000] systick: running - mult: 214748, shift: 32
  90. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns
  91. [ 0.000012] sched_clock: 32 bits at 280MHz, resolution 3ns, wraps every 7669584382ns
  92. [ 0.007598] Calibrating delay loop... 371.09 BogoMIPS (lpj=1855488)
  93. [ 0.073528] pid_max: default: 32768 minimum: 301
  94. [ 0.078259] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  95. [ 0.084646] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  96. [ 0.097785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  97. [ 0.107338] futex hash table entries: 256 (order: -1, 3072 bytes)
  98. [ 0.113317] pinctrl core: initialized pinctrl subsystem
  99. [ 0.119677] NET: Registered protocol family 16
  100. [ 0.146182] rt2880_gpio 10000600.gpio: registering 24 gpios
  101. [ 0.151640] rt2880_gpio 10000600.gpio: registering 24 irq handlers
  102. [ 0.157963] rt2880_gpio 10000688.gpio: registering 1 gpios
  103. [ 0.163305] rt2880_gpio 10000688.gpio: registering 1 irq handlers
  104. [ 0.173771] clocksource: Switched to clocksource systick
  105. [ 0.180086] NET: Registered protocol family 2
  106. [ 0.185357] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  107. [ 0.192084] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  108. [ 0.198317] TCP: Hash tables configured (established 1024 bind 1024)
  109. [ 0.204603] UDP hash table entries: 256 (order: 0, 4096 bytes)
  110. [ 0.210232] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  111. [ 0.216640] NET: Registered protocol family 1
  112. [ 0.223565] rt-timer 10000100.timer: maximum frequency is 1220Hz
  113. [ 0.230299] Crashlog allocated RAM at address 0x1f00000
  114. [ 0.237122] workingset: timestamp_bits=30 max_order=13 bucket_order=0
  115. [ 0.249412] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  116. [ 0.255064] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  117. [ 0.275188] io scheduler noop registered
  118. [ 0.278936] io scheduler deadline registered (default)
  119. [ 0.284892] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  120. [ 0.294002] console [ttyS0] disabled
  121. [ 0.297453] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103
  122. [ 0.307109] console [ttyS0] enabled
  123. [ 0.307109] console [ttyS0] enabled
  124. [ 0.314144] bootconsole [early0] disabled
  125. [ 0.314144] bootconsole [early0] disabled
  126. [ 0.330314] spi spi0.0: force spi mode3
  127. [ 0.344070] m25p80 spi0.0: w25q128 (16384 Kbytes)
  128. [ 0.348926] 4 fixed-partitions partitions found on MTD device spi0.0
  129. [ 0.355436] Creating 4 MTD partitions on "spi0.0":
  130. [ 0.360340] 0x000000000000-0x000000030000 : "u-boot"
  131. [ 0.366369] 0x000000030000-0x000000040000 : "u-boot-env"
  132. [ 0.372686] 0x000000040000-0x000000050000 : "factory"
  133. [ 0.378809] 0x000000050000-0x000001000000 : "firmware"
  134. [ 0.387788] 2 uimage-fw partitions found on MTD device firmware
  135. [ 0.393908] Creating 2 MTD partitions on "firmware":
  136. [ 0.398988] 0x000000000000-0x00000017e1f8 : "kernel"
  137. [ 0.404996] 0x00000017e1f8-0x000000fb0000 : "rootfs"
  138. [ 0.410880] mtd: device 5 (rootfs) set to be root filesystem
  139. [ 0.418226] 1 squashfs-split partitions found on MTD device rootfs
  140. [ 0.424614] 0x0000003da000-0x000000fb0000 : "rootfs_data"
  141. [ 0.431876] libphy: Fixed MDIO Bus: probed
  142. [ 0.444926] gsw: setting port4 to ephy mode
  143. [ 0.449246] mtk_soc_eth 10100000.ethernet eth0 (uninitialized): port 4 link up (100Mbps/Full duplex)
  144. [ 0.458694] mtk_soc_eth 10100000.ethernet: generated random MAC address a6:a4:65:20:63:b5
  145. [ 0.467161] mtk_soc_eth 10100000.ethernet: loaded mt7620 driver
  146. [ 0.473985] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
  147. [ 0.482946] rt2880_wdt 10000120.watchdog: Initialized
  148. [ 0.489549] NET: Registered protocol family 10
  149. [ 0.498287] Segment Routing with IPv6
  150. [ 0.502146] NET: Registered protocol family 17
  151. [ 0.506818] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  152. [ 0.520062] 8021q: 802.1Q VLAN Support v1.8
  153. [ 0.534139] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
  154. [ 0.548003] Freeing unused kernel memory: 1212K
  155. [ 0.552626] This architecture does not have kernel memory protection.
  156. [ 1.580021] init: Console is alive
  157. [ 1.583824] init: - watchdog -
  158. [ 2.233744] random: fast init done
  159. [ 2.782805] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  160. [ 2.880098] usbcore: registered new interface driver usbfs
  161. [ 2.885872] usbcore: registered new interface driver hub
  162. [ 2.891418] usbcore: registered new device driver usb
  163. [ 2.902591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  164. [ 2.911079] ehci-platform: EHCI generic platform driver
  165. [ 2.926802] phy phy-usbphy.0: remote usb device wakeup disabled
  166. [ 2.932851] phy phy-usbphy.0: UTMI 16bit 30MHz
  167. [ 2.937423] ehci-platform 101c0000.ehci: EHCI Host Controller
  168. [ 2.943329] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
  169. [ 2.951566] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
  170. [ 2.966905] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
  171. [ 2.974354] hub 1-0:1.0: USB hub found
  172. [ 2.978661] hub 1-0:1.0: 1 port detected
  173. [ 2.985997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  174. [ 2.993979] ohci-platform: OHCI generic platform driver
  175. [ 2.999690] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
  176. [ 3.006656] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
  177. [ 3.014896] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
  178. [ 3.048716] hub 2-0:1.0: USB hub found
  179. [ 3.053013] hub 2-0:1.0: 1 port detected
  180. [ 3.061142] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  181. [ 3.072759] init: - preinit -
  182. [ 4.186182] 8021q: adding VLAN 0 to HW filter on device eth0
  183. [ 4.207539] random: procd: uninitialized urandom read (4 bytes read)
  184. Press the [f] key and hit [enter] to enter failsafe mode
  185. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  186. [ 6.183547] jffs2: notice: (405) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 1 orphan) and 1 of xref (1 dead, 0 orphan) found.
  187. [ 6.201408] mount_root: switching to jffs2 overlay
  188. [ 6.235455] overlayfs: upper fs does not support tmpfile.
  189. [ 6.247952] urandom-seed: Seeding with /etc/urandom.seed
  190. [ 6.383895] procd: - early -
  191. [ 6.387828] procd: - watchdog -
  192. [ 6.860609] procd: - watchdog -
  193. [ 6.864169] procd: - ubus -
  194. [ 7.075045] random: ubusd: uninitialized urandom read (4 bytes read)
  195. [ 7.161950] random: ubusd: uninitialized urandom read (4 bytes read)
  196. [ 7.169037] random: ubusd: uninitialized urandom read (4 bytes read)
  197. [ 7.176740] procd: - init -
  198. Please press Enter to activate this console.
  199. [ 8.050344] kmodloader: loading kernel modules from /etc/modules.d/*
  200. [ 8.243311] ip6_tables: (C) 2000-2006 Netfilter Core Team
  201. [ 8.269610] Loading modules backported from Linux version v4.19.120-0-gfdc072324f3c
  202. [ 8.277514] Backport generated by backports.git v4.19.120-1-0-g60c3a249
  203. [ 8.303087] ip_tables: (C) 2000-2006 Netfilter Core Team
  204. [ 8.329344] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
  205. [ 8.470857] xt_time: kernel timezone is -0000
  206. [ 8.569929] urngd: jent-rng init failed, err: 2
  207. [ 8.581604] PPP generic driver version 2.4.2
  208. [ 8.588987] NET: Registered protocol family 24
  209. [ 8.621738] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'soc_wmac.eeprom'.
  210. [ 8.632892] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 6352, rev 0500 detected
  211. [ 8.640908] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 7620 detected
  212. [ 8.670702] kmodloader: done loading kernel modules from /etc/modules.d/*
  213. [ 20.384005] 8021q: adding VLAN 0 to HW filter on device eth0
  214. [ 20.412454] device eth0 entered promiscuous mode
  215. [ 20.430902] br-lan: port 1(eth0.1) entered blocking state
  216. [ 20.436429] br-lan: port 1(eth0.1) entered disabled state
  217. [ 20.442394] device eth0.1 entered promiscuous mode
  218. [ 20.476383] br-lan: port 1(eth0.1) entered blocking state
  219. [ 20.481977] br-lan: port 1(eth0.1) entered forwarding state
  220. [ 20.487886] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  221. [ 21.451738] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  222. [ 57.468009] random: crng init done
  223. [ 57.471503] random: 6 urandom warning(s) missed due to ratelimiting
  224.  
  225.  
Add Comment
Please, Sign In to add comment