Advertisement
novski

normal startup

May 13th, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 KB | None | 0 0
  1. sudo cu -s 57600 -l /dev/tty.usbserial-A7036OBH
  2. Password:
  3. Connected.
  4. [04040C0B][04040C0D]
  5. DDR Calibration DQS reg = 00008887
  6.  
  7.  
  8. U-Boot 1.1.3 (Dec 6 2016 - 11:20:23)
  9.  
  10. Board: Ralink APSoC
  11. DRAM: 128 MB
  12. relocate_code Pointer at: 87f68000
  13. flash manufacture id: c2, device id 20 19
  14. find flash: MX25L25635E
  15. ============================================
  16. Ralink UBoot Version: 4.3.0.0
  17. --------------------------------------------
  18. ASIC 7628_MP (Port5<->None)
  19. DRAM component: 1024 Mbits DDR, width 16
  20. DRAM bus: 16 bit
  21. Total memory: 128 MBytes
  22. Flash component: SPI Flash
  23. Date:Dec 6 2016 Time:11:20:23
  24. ============================================
  25. icache: sets:512, ways:4, linesz:32 ,total:65536
  26. dcache: sets:256, ways:4, linesz:32 ,total:32768
  27.  
  28. ##### The CPU freq = 580 MHZ ####
  29. estimate memory size =128 Mbytes
  30. RESET MT7628 PHY!!!!!!
  31.  
  32. GPIOMODE --> 50054404
  33.  
  34. GPIOMODE2 --> 5540551
  35.  
  36. Please choose the operation:
  37. 1: Load system code to SDRAM via TFTP.
  38. 2: Load system code then write to Flash via TFTP.
  39. 3: Boot system code via Flash (default).
  40. 4: Entr boot command line interface.
  41. 7: Load Boot Loader code then write to Flash via Serial.
  42. 9: Load Boot Loader code then write to Flash via TFTP.
  43. 0
  44.  
  45. 3: System Boot system code via Flash.
  46. ## Booting image at bc050000 ...
  47. Image Name: MIPS OpenWrt Linux-4.14.95
  48. Image Type: MIPS Linux Kernel Image (lzma compressed)
  49. Data Size: 1438137 Bytes = 1.4 MB
  50. Load Address: 80000000
  51. Entry Point: 80000000
  52. Verifying Checksum ... OK
  53. Uncompressing Kernel Image ... OK
  54. No initrd
  55. ## Transferring control to Linux (at address 80000000) ...
  56. ## Giving linux memsize in MB, 128
  57.  
  58. Starting kernel ...
  59.  
  60. [ 0.000000] Linux version 4.14.95 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7552-2f11a9e)) #0 Mon Jan 28 08:54:32 2019
  61. [ 0.000000] Board has DDR2
  62. [ 0.000000] Analog PMU set to hw control
  63. [ 0.000000] Digital PMU set to hw control
  64. [ 0.000000] SoC Type: MediaTek MT7688 ver:1 eco:2
  65. [ 0.000000] bootconsole [early0] enabled
  66. [ 0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
  67. [ 0.000000] MIPS: machine is MediaTek LinkIt Smart 7688
  68. [ 0.000000] Determined physical RAM map:
  69. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  70. [ 0.000000] Initrd not found or empty - disabling initrd
  71. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  72. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  73. [ 0.000000] Zone ranges:
  74. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  75. [ 0.000000] Movable zone start for each node
  76. [ 0.000000] Early memory node ranges
  77. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  78. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  79. [ 0.000000] random: get_random_bytes called from 0x8042672c with crng_init=0
  80. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
  81. [ 0.000000] Kernel command line: console=ttyS2,57600 rootfstype=squashfs,jffs2
  82. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  83. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  84. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  85. [ 0.000000] Writing ErrCtl register=0000afe0
  86. [ 0.000000] Readback ErrCtl register=0000afe0
  87. [ 0.000000] Memory: 125224K/131072K available (3592K kernel code, 183K rwdata, 464K rodata, 168K init, 206K bss, 5848K reserved, 0K cma-reserved)
  88. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  89. [ 0.000000] NR_IRQS: 256
  90. [ 0.000000] intc: using register map from devicetree
  91. [ 0.000000] CPU Clock: 580MHz
  92. [ 0.000000] timer_probe: no matching timers found
  93. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
  94. [ 0.000012] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
  95. [ 0.015381] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  96. [ 0.087588] pid_max: default: 32768 minimum: 301
  97. [ 0.096960] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  98. [ 0.109921] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  99. [ 0.129652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  100. [ 0.149029] futex hash table entries: 256 (order: -1, 3072 bytes)
  101. [ 0.161132] pinctrl core: initialized pinctrl subsystem
  102. [ 0.172699] NET: Registered protocol family 16
  103. [ 0.186499] Can't analyze schedule() prologue at 8037dd78
  104. [ 0.215312] mt7621_gpio 10000600.gpio: registering 32 gpios
  105. [ 0.226525] mt7621_gpio 10000600.gpio: registering 32 gpios
  106. [ 0.237661] mt7621_gpio 10000600.gpio: registering 32 gpios
  107. [ 0.253543] clocksource: Switched to clocksource MIPS
  108. [ 0.264661] NET: Registered protocol family 2
  109. [ 0.274205] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  110. [ 0.287909] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  111. [ 0.300422] TCP: Hash tables configured (established 1024 bind 1024)
  112. [ 0.313116] UDP hash table entries: 256 (order: 0, 4096 bytes)
  113. [ 0.324576] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  114. [ 0.337191] NET: Registered protocol family 1
  115. [ 0.349118] Crashlog allocated RAM at address 0x3f00000
  116. [ 0.361014] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  117. [ 0.379705] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  118. [ 0.391143] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  119. [ 0.421097] io scheduler noop registered
  120. [ 0.428771] io scheduler deadline registered (default)
  121. [ 0.439847] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  122. [ 0.455267] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
  123. [ 0.473771] 10000d00.uart1: ttyS1 at MMIO 0x10000d00 (irq = 29, base_baud = 2500000) is a 16550A
  124. [ 0.491672] 10000e00.uart2: ttyS2 at MMIO 0x10000e00 (irq = 30, base_baud = 2500000) is a 16550A
  125. [ 0.509017] console [ttyS2] enabled
  126. [ 0.509017] console [ttyS2] enabled
  127. [ 0.522686] bootconsole [early0] disabled
  128. [ 0.522686] bootconsole [early0] disabled
  129. [ 0.539170] cacheinfo: Failed to find cpu0 device node
  130. [ 0.549382] cacheinfo: Unable to detect cache hierarchy for CPU 0
  131. [ 0.562274] spi-mt7621 10000b00.spi: sys_freq: 193333333
  132. [ 0.581123] m25p80 spi0.0: mx25l25635e (32768 Kbytes)
  133. [ 0.591235] 4 fixed-partitions partitions found on MTD device spi0.0
  134. [ 0.603820] Creating 4 MTD partitions on "spi0.0":
  135. [ 0.613309] 0x000000000000-0x000000030000 : "u-boot"
  136. [ 0.624164] 0x000000030000-0x000000040000 : "u-boot-env"
  137. [ 0.635575] 0x000000040000-0x000000050000 : "factory"
  138. [ 0.646522] 0x000000050000-0x000002000000 : "firmware"
  139. [ 0.727145] 2 uimage-fw partitions found on MTD device firmware
  140. [ 0.738908] 0x000000050000-0x0000001af1f9 : "kernel"
  141. [ 0.749683] 0x0000001af1f9-0x000002000000 : "rootfs"
  142. [ 0.760376] mtd: device 5 (rootfs) set to be root filesystem
  143. [ 0.773139] 1 squashfs-split partitions found on MTD device rootfs
  144. [ 0.785445] 0x000000400000-0x000002000000 : "rootfs_data"
  145. [ 0.798019] libphy: Fixed MDIO Bus: probed
  146. [ 0.817262] rt3050-esw 10110000.esw: link changed 0x00
  147. [ 0.829087] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
  148. [ 0.847370] NET: Registered protocol family 10
  149. [ 0.860366] Segment Routing with IPv6
  150. [ 0.867803] NET: Registered protocol family 17
  151. [ 0.876660] 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.902329] 8021q: 802.1Q VLAN Support v1.8
  153. [ 0.912513] mtk-linkit bootstrap: Version : LINKITS7688
  154. [ 0.923099] mtk-linkit bootstrap: Revision : REV3
  155. [ 0.932414] mtk-linkit bootstrap: setting up bootstrap latch
  156. [ 0.950425] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
  157. [ 0.965372] Freeing unused kernel memory: 168K
  158. [ 0.974191] This architecture does not have kernel memory protection.
  159. [ 1.786937] init: Console is alive
  160. [ 1.793998] init: - watchdog -
  161. [ 2.433554] random: fast init done
  162. [ 2.770237] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  163. [ 2.937774] usbcore: registered new interface driver usbfs
  164. [ 2.948803] usbcore: registered new interface driver hub
  165. [ 2.959460] usbcore: registered new device driver usb
  166. [ 2.975386] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  167. [ 2.990019] ehci-platform: EHCI generic platform driver
  168. [ 3.010745] phy phy-10120000.usbphy.0: remote usb device wakeup disabled
  169. [ 3.024030] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz
  170. [ 3.034399] ehci-platform 101c0000.ehci: EHCI Host Controller
  171. [ 3.045816] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
  172. [ 3.061626] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
  173. [ 3.103583] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
  174. [ 3.117095] hub 1-0:1.0: USB hub found
  175. [ 3.124991] hub 1-0:1.0: 1 port detected
  176. [ 3.136065] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  177. [ 3.149936] ohci-platform: OHCI generic platform driver
  178. [ 3.160652] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
  179. [ 3.174183] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
  180. [ 3.189985] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
  181. [ 3.268566] hub 2-0:1.0: USB hub found
  182. [ 3.276504] hub 2-0:1.0: 1 port detected
  183. [ 3.288154] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  184. [ 3.313002] init: - preinit -
  185. [ 4.415020] rt3050-esw 10110000.esw: link changed 0x00
  186. Press the [f] key and hit [enter] to enter failsafe mode
  187. Press the [1], [2], [3[ 4.611945] random: procd: uninitialized urandom read (4 bytes read)
  188. ] or [4] key and hit [enter] to select the debug level
  189. [ 7.972318] jffs2: notice: (386) jffs2_build_xattr_subsystem: complete building xattr subsystem, 27 of xdatum (0 unchecked, 27 orphan) and 27 of xref (27 dead, 0 orphan) found.
  190. [ 8.005219] mount_root: switching to jffs2 overlay
  191. [ 8.047785] overlayfs: upper fs does not support tmpfile.
  192. [ 8.064734] urandom-seed: Seeding with /etc/urandom.seed
  193. [ 8.229367] procd: - early -
  194. [ 8.235617] procd: - watchdog -
  195. [ 8.966749] procd: - watchdog -
  196. [ 8.973277] procd: - ubus -
  197. [ 9.191772] random: ubusd: uninitialized urandom read (4 bytes read)
  198. [ 9.368916] random: ubusd: uninitialized urandom read (4 bytes read)
  199. [ 9.382133] random: ubusd: uninitialized urandom read (4 bytes read)
  200. [ 9.395890] procd: - init -
  201. Please press Enter to activate this console.
  202. [ 9.772646] kmodloader: loading kernel modules from /etc/modules.d/*
  203. [ 9.874940] ip6_tables: (C) 2000-2006 Netfilter Core Team
  204. [ 9.897774] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
  205. [ 9.913698] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
  206. [ 9.930209] ip_tables: (C) 2000-2006 Netfilter Core Team
  207. [ 9.950078] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
  208. [ 10.026119] xt_time: kernel timezone is -0000
  209. [ 10.097168] mt76_wmac 10300000.wmac: ASIC revision: 76280001
  210. [ 11.125622] mt76_wmac 10300000.wmac: Firmware Version: 20151201
  211. [ 11.137431] mt76_wmac 10300000.wmac: Build Time: 20151201183641
  212. [ 11.163575] mt76_wmac 10300000.wmac: firmware init done
  213. [ 11.394980] PPP generic driver version 2.4.2
  214. [ 11.483394] NET: Registered protocol family 24
  215. [ 11.496534] kmodloader: done loading kernel modules from /etc/modules.d/*
  216. [ 12.634826] urandom_read: 5 callbacks suppressed
  217. [ 12.634837] random: jshn: uninitialized urandom read (4 bytes read)
  218. [ 21.645744] br-lan: port 1(eth0) entered blocking state
  219. [ 21.656181] br-lan: port 1(eth0) entered disabled state
  220. [ 21.666890] device eth0 entered promiscuous mode
  221. [ 21.788456] br-lan: port 1(eth0) entered blocking state
  222. [ 21.798872] br-lan: port 1(eth0) entered forwarding state
  223. [ 21.809814] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  224. [ 22.633681] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement