Advertisement
TehnoZet2

TP-Link TL-MR3020 по UART-USB

Feb 20th, 2021
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. ▒^@[05020C0A][05020C0A]
  2. DDR Calibration DQS reg = 00008A8A
  3.  
  4.  
  5. U-Boot 1.1.3 (Sep 7 2018 - 14:20:29)
  6.  
  7. Board: Ralink APSoC DRAM: 64 MB
  8. relocate_code Pointer at: 83fb8000
  9. gpiomode1 54050404.
  10. gpiomode1 54150404.
  11. gpiomode2 05540554.
  12. gpiomode2 00000000.
  13. gpiomode2 05550555.
  14. ######GPIO CTRL 0 for GPIO 0~32 OUTPUT tmp(0x0000000c)#####
  15. ##########Led gpio info: power(37),wps(2),lan(3),wan_green(43),wlan(44)#########
  16. flash manufacture id: ef, device id 40 17
  17. find flash: W25Q64BV
  18. ============================================
  19. Ralink UBoot Version: 4.3.0.0
  20. --------------------------------------------
  21. ASIC 7628_MP (Port5<->None)
  22. DRAM component: 512 Mbits DDR, width 16
  23. DRAM bus: 16 bit
  24. Total memory: 64 MBytes
  25. Flash component: SPI Flash
  26. Date:Sep 7 2018 Time:14:20:29
  27. ============================================
  28. icache: sets:512, ways:4, linesz:32 ,total:65536
  29. dcache: sets:256, ways:4, linesz:32 ,total:32768
  30.  
  31. ##### The CPU freq = 575 MHZ ####
  32. estimate memory size =64 Mbytes
  33. RESET MT7628 PHY!!!!!!
  34. continue to starting system. 0
  35. disable switch phyport...
  36.  
  37. 3: System Boot system code via Flash.(0xbc020000)
  38. do_bootm:argc=2, addr=0xbc020000
  39. ## Booting image at bc020000 ...
  40. Uncompressing Kernel Image ... OK
  41. No initrd
  42. ## Transferring control to Linux (at address 80000000) ...
  43. ## Giving linux memsize in MB, 64
  44.  
  45. Starting kernel ...
  46.  
  47. [ 0.000000] Linux version 4.14.215 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11278-8055e38794)) #0 Tue Jan 19 13:10:02 2021
  48. [ 0.000000] Board has DDR2
  49. [ 0.000000] Analog PMU set to hw control
  50. [ 0.000000] Digital PMU set to hw control
  51. [ 0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2
  52. [ 0.000000] bootconsole [early0] enabled
  53. [ 0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
  54. [ 0.000000] MIPS: machine is TP-Link TL-MR3020 v3
  55. [ 0.000000] Determined physical RAM map:
  56. [ 0.000000] memory: 04000000 @ 00000000 (usable)
  57. [ 0.000000] Initrd not found or empty - disabling initrd
  58. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  59. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  60. [ 0.000000] Zone ranges:
  61. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
  62. [ 0.000000] Movable zone start for each node
  63. [ 0.000000] Early memory node ranges
  64. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
  65. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
  66. [ 0.000000] random: get_random_bytes called from 0x80485740 with crng_init=0
  67. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
  68. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
  69. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  70. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  71. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  72. [ 0.000000] Writing ErrCtl register=00000770
  73. [ 0.000000] Readback ErrCtl register=00000770
  74. [ 0.000000] Memory: 58816K/65536K available (3930K kernel code, 185K rwdata, 504K rodata, 1196K init, 208K bss, 6720K reserved, 0K cma-reserved)
  75. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  76. [ 0.000000] NR_IRQS: 256
  77. [ 0.000000] intc: using register map from devicetree
  78. [ 0.000000] CPU Clock: 580MHz
  79. [ 0.000000] timer_probe: no matching timers found
  80. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
  81. [ 0.000010] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
  82. [ 0.007558] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  83. [ 0.073508] pid_max: default: 32768 minimum: 301
  84. [ 0.078178] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  85. [ 0.084533] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  86. [ 0.096558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  87. [ 0.106049] futex hash table entries: 256 (order: -1, 3072 bytes)
  88. [ 0.111987] pinctrl core: initialized pinctrl subsystem
  89. [ 0.119529] NET: Registered protocol family 16
  90. [ 0.144398] mt7621_gpio 10000600.gpio: registering 32 gpios
  91. [ 0.150054] mt7621_gpio 10000600.gpio: registering 32 gpios
  92. [ 0.155560] mt7621_gpio 10000600.gpio: registering 32 gpios
  93. [ 0.165918] clocksource: Switched to clocksource MIPS
  94. [ 0.171898] NET: Registered protocol family 2
  95. [ 0.177003] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  96. [ 0.183692] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  97. [ 0.189884] TCP: Hash tables configured (established 1024 bind 1024)
  98. [ 0.196130] UDP hash table entries: 256 (order: 0, 4096 bytes)
  99. [ 0.201731] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  100. [ 0.208062] NET: Registered protocol family 1
  101. [ 0.215511] Crashlog allocated RAM at address 0x3f00000
  102. [ 0.222213] workingset: timestamp_bits=30 max_order=14 bucket_order=0
  103. [ 0.234003] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  104. [ 0.239628] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  105. [ 0.259577] io scheduler noop registered
  106. [ 0.263307] io scheduler deadline registered (default)
  107. [ 0.269192] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  108. [ 0.277954] console [ttyS0] disabled
  109. [ 0.281390] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
  110. [ 0.290167] console [ttyS0] enabled
  111. [ 0.290167] console [ttyS0] enabled
  112. [ 0.297166] bootconsole [early0] disabled
  113. [ 0.297166] bootconsole [early0] disabled
  114. [ 0.306646] spi-mt7621 10000b00.spi: sys_freq: 193333333
  115. [ 0.327650] m25p80 spi0.0: s25fl064k (8192 Kbytes)
  116. [ 0.332560] 4 fixed-partitions partitions found on MTD device spi0.0
  117. [ 0.339029] Creating 4 MTD partitions on "spi0.0":
  118. [ 0.343895] 0x000000000000-0x000000020000 : "boot"
  119. [ 0.349632] 0x000000020000-0x0000007c0000 : "firmware"
  120. [ 0.357624] 2 tplink-fw partitions found on MTD device firmware
  121. [ 0.363637] Creating 2 MTD partitions on "firmware":
  122. [ 0.368740] 0x000000000000-0x00000017f6ea : "kernel"
  123. [ 0.374650] 0x00000017f6ec-0x0000007a0000 : "rootfs"
  124. [ 0.380483] mtd: device 3 (rootfs) set to be root filesystem
  125. [ 0.387782] 1 squashfs-split partitions found on MTD device rootfs
  126. [ 0.394084] 0x0000003e0000-0x0000007a0000 : "rootfs_data"
  127. [ 0.400472] 0x0000007c0000-0x0000007d0000 : "config"
  128. [ 0.406342] 0x0000007d0000-0x000000800000 : "factory"
  129. [ 0.412912] libphy: Fixed MDIO Bus: probed
  130. [ 0.429451] rt3050-esw 10110000.esw: link changed 0x00
  131. [ 0.436297] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
  132. [ 0.446412] NET: Registered protocol family 10
  133. [ 0.455032] Segment Routing with IPv6
  134. [ 0.458926] NET: Registered protocol family 17
  135. [ 0.463484] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  136. [ 0.476648] 8021q: 802.1Q VLAN Support v1.8
  137. [ 0.492229] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
  138. [ 0.505987] Freeing unused kernel memory: 1196K
  139. [ 0.510581] This architecture does not have kernel memory protection.
  140. [ 1.605980] init: Console is alive
  141. [ 1.609704] init: - watchdog -
  142. [ 2.225929] random: fast init done
  143. [ 2.788740] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  144. [ 2.873755] usbcore: registered new interface driver usbfs
  145. [ 2.879480] usbcore: registered new interface driver hub
  146. [ 2.884966] usbcore: registered new device driver usb
  147. [ 2.896010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  148. [ 2.904312] ehci-platform: EHCI generic platform driver
  149. [ 2.919993] phy phy-10120000.usbphy.0: remote usb device wakeup disabled
  150. [ 2.926812] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz
  151. [ 2.932125] ehci-platform 101c0000.ehci: EHCI Host Controller
  152. [ 2.938030] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
  153. [ 2.946201] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
  154. [ 2.975953] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
  155. [ 2.983272] hub 1-0:1.0: USB hub found
  156. [ 2.987561] hub 1-0:1.0: 1 port detected
  157. [ 2.995064] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  158. [ 3.002771] ohci-platform: OHCI generic platform driver
  159. [ 3.008421] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
  160. [ 3.015331] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
  161. [ 3.023497] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
  162. [ 3.100975] hub 2-0:1.0: USB hub found
  163. [ 3.105183] hub 2-0:1.0: 1 port detected
  164. [ 3.114167] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  165. [ 3.132087] init: - preinit -
  166. [ 4.446654] rt3050-esw 10110000.esw: link changed 0x00
  167. Press the [f] key and hit [enter] to enter failsafe mode
  168. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  169. [ 4.618377] random: procd: uninitialized urandom read (4 bytes read)
  170. [ 7.962884] jffs2: notice: (393) jffs2_build_xattr_subsystem: complete building xattr subsystem, 13 of xdatum (3 unchecked, 10 orphan) and 57 of xref (14 dead, 0 orphan) found.
  171. [ 7.992886] mount_root: loading kmods from internal overlay
  172. [ 8.470479] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
  173. [ 9.044954] SCSI subsystem initialized
  174. [ 9.119200] usbcore: registered new interface driver usb-storage
  175. [ 9.126572] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
  176. [ 9.512028] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
  177. [ 9.522296] block: extroot: not configured
  178. [ 9.527668] mount_root: switching to jffs2 overlay
  179. [ 9.558753] overlayfs: upper fs does not support tmpfile.
  180. [ 9.568717] urandom-seed: Seeding with /etc/urandom.seed
  181. [ 9.769957] procd: - early -
  182. [ 9.773009] procd: - watchdog -
  183. [ 10.516118] procd: - watchdog -
  184. [ 10.519645] procd: - ubus -
  185. [ 10.754611] random: ubusd: uninitialized urandom read (4 bytes read)
  186. [ 10.763200] random: ubusd: uninitialized urandom read (4 bytes read)
  187. [ 10.770271] random: ubusd: uninitialized urandom read (4 bytes read)
  188. [ 10.777786] procd: - init -
  189. Please press Enter to activate this console.
  190. [ 11.650528] kmodloader: loading kernel modules from /etc/modules.d/*
  191. [ 11.812497] ip6_tables: (C) 2000-2006 Netfilter Core Team
  192. [ 11.839164] Loading modules backported from Linux version v4.19.161-0-gdaefdc9eb24b
  193. [ 11.847035] Backport generated by backports.git v4.19.161-1-0-g4bb568fe
  194. [ 11.878513] ip_tables: (C) 2000-2006 Netfilter Core Team
  195. [ 11.905374] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
  196. [ 12.050949] xt_time: kernel timezone is -0000
  197. [ 12.181006] mt76_wmac 10300000.wmac: ASIC revision: 76280001
  198. [ 12.218526] urngd: v1.0.2 started.
  199. [ 12.450788] random: crng init done
  200. [ 12.454251] random: 6 urandom warning(s) missed due to ratelimiting
  201. [ 13.248466] mt76_wmac 10300000.wmac: Firmware Version: 20151201
  202. [ 13.254486] mt76_wmac 10300000.wmac: Build Time: 20151201183641
  203. [ 13.295952] mt76_wmac 10300000.wmac: firmware init done
  204. [ 13.501507] PPP generic driver version 2.4.2
  205. [ 13.526871] NET: Registered protocol family 24
  206. [ 13.541077] kmodloader: done loading kernel modules from /etc/modules.d/*
  207. [ 23.130483] br-lan: port 1(eth0) entered blocking state
  208. [ 23.135796] br-lan: port 1(eth0) entered disabled state
  209. [ 23.141495] device eth0 entered promiscuous mode
  210. [ 23.177665] br-lan: port 1(eth0) entered blocking state
  211. [ 23.182980] br-lan: port 1(eth0) entered forwarding state
  212. [ 23.188717] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  213. [ 24.177995] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  214.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement