mopv

Picocom U-Boot out

May 28th, 2022 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. picocom v3.2a
  2.  
  3. port is : /dev/ttyUSB0
  4. flowcontrol : none
  5. baudrate is : 120000
  6. parity is : none
  7. databits are : 8
  8. stopbits are : 1
  9. escape is : C-a
  10. local echo is : no
  11. noinit is : no
  12. noreset is : no
  13. hangup is : no
  14. nolock is : no
  15. send_cmd is : sz -vv
  16. receive_cmd is : rz -vv -E
  17. imap is :
  18. omap is :
  19. emap is : crcrlf,delbs,
  20. logfile is : none
  21. initstring : none
  22. exit_after is : not set
  23. exit is : no
  24.  
  25. Type [C-a] [C-h] to see available commands
  26. Terminal ready
  27.  
  28.  
  29. U-Boot 1.1.4 (Jul 27 2020 - 11:48:21)
  30.  
  31. ap152 - Dragonfly 1.0DRAM:
  32. sri
  33. ath_ddr_initial_config(278): (ddr2 init)
  34. ath_sys_frequency: cpu 775 ddr 650 ahb 258
  35. Tap values = (0xe, 0xe, 0xe, 0xe)
  36. 128 MB
  37. Top of RAM usable for U-Boot at: 88000000
  38. Reserving 492k for U-Boot at: 87f84000
  39. Reserving 192k for malloc() at: 87f54000
  40. Reserving 44 Bytes for Board Info at: 87f53fd4
  41. Reserving 36 Bytes for Global Data at: 87f53fb0
  42. Reserving 128k for boot params() at: 87f33fb0
  43. Stack Pointer at: 87f33f98
  44. Now running in RAM - U-Boot at: 87f84000
  45. Flash Manuf Id 0x20, DeviceId0 0x70, DeviceId1 0x18
  46. flash size 16MB, sector count = 256
  47. Flash: 16 MB
  48. *** Warning - bad CRC, using default environment
  49.  
  50. Power up PLL with outdiv = 0 then switch to 3
  51. In: serial
  52. Out: serial
  53. Err: serial
  54. Reading Partition Table from NVRAM ... OK
  55. Parsing Partition Table ... OK
  56. [NM_Error](nm_api_checkDefaultMac) 00483: mac[]
  57.  
  58. factory boot check kernel ok.
  59. Autobooting in 1 seconds
  60. Net: No valid address in Flash. Using fixed address
  61. athr_mgmt_init ::done
  62. Dragonfly ----> S17 PHY *
  63. athrs17_reg_init: complete
  64. SGMII in forced mode
  65. athr_gmac_sgmii_setup SGMII done
  66. : cfg1 0x80000000 cfg2 0x7114
  67. eth0: 00:03:7f:09:0b:ad
  68. eth0 up
  69. eth0
  70. Setting 0x181162c0 to 0x4b962100
  71. ## Booting image at 9f200000 ...
  72. Image Name: MIPS OpenWrt Linux-3.3.8
  73. Created: 2020-07-27 3:58:50 UTC
  74. Image Type: MIPS Linux Multi-File Image (lzma compressed)
  75. Data Size: 1050708 Bytes = 1 MB
  76. Load Address: 80060000
  77. Entry Point: 80060000
  78. Contents:
  79. Image 0: 1050700 Bytes = 1 MB
  80. Verifying Checksum at 0x9f200040 ...OK
  81. Uncompressing Multi-File Image ... OK
  82. No initrd
  83. ## Transferring control to Linux (at address 80060000) ...
  84. ## Giving linux memsize in bytes, 134217728
  85.  
  86. Starting kernel ...
  87.  
  88. [ 0.000000] Linux version 3.3.8 (user@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #8 Mon Jul 27 11:58:36 CST 2020
  89. [ 0.000000] bootconsole [early0] enabled
  90. [ 0.000000] CPU revision is: 00019750 (MIPS 74Kc)
  91. [ 0.000000] SoC: Qualcomm Atheros QCA956X rev 0
  92. [ 0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz
  93. [ 0.000000] Determined physical RAM map:
  94. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  95. [ 0.000000] Initrd not found or empty - disabling initrd
  96. [ 0.000000] Zone PFN ranges:
  97. [ 0.000000] Normal 0x00000000 -> 0x00008000
  98. [ 0.000000] Movable zone start PFN for each node
  99. [ 0.000000] Early memory PFN ranges
  100. [ 0.000000] 0: 0x00000000 -> 0x00008000
  101. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  102. [ 0.000000] Kernel command line: board=AP152 console=ttyS0,115200 mtdparts=spi0.0:512k(u-boot),1472k(config),64k(art),2048k(kernel),12288k(rootfs) rootfstype=squashfs crashkernel=10M@20M oops=panic
  103. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  104. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  105. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  106. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  107. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  108. [ 0.000000] Writing ErrCtl register=00000000
  109. [ 0.000000] Readback ErrCtl register=00000000
  110. [ 0.000000] Memory: 126304k/131072k available (2222k kernel code, 4768k reserved, 598k data, 188k init, 0k highmem)
  111. [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  112. [ 0.000000] NR_IRQS:83
  113. [ 0.000000] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  114. [ 0.060000] pid_max: default: 32768 minimum: 301
  115. [ 0.060000] Mount-cache hash table entries: 512
  116. [ 0.070000] NET: Registered protocol family 16
  117. [ 0.070000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79
  118. [ 0.080000] MIPS: machine is Qualcomm Atheros AP152 reference board
  119. [ 0.080000]
  120. [ 0.080000] WLAN firmware dump buffer allocation of 2097152 bytes @ address 0x87a00000- SUCCESS !!!
  121. [ 0.090000] registering PCI controller with io_map_base unset
  122. [ 0.300000] bio: create slab <bio-0> at 0
  123. [ 0.300000] PCI host bridge to bus 0000:00
  124. [ 0.310000] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
  125. [ 0.310000] pci_bus 0000:00: root bus resource [io 0x0001]
  126. [ 0.320000] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
  127. [ 0.320000] pci 0000:00:00.0: using irq 40 for pin 1
  128. [ 0.330000] Switching to clocksource MIPS
  129. [ 0.330000] NET: Registered protocol family 2
  130. [ 0.340000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  131. [ 0.340000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  132. [ 0.350000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  133. [ 0.350000] TCP: Hash tables configured (established 4096 bind 4096)
  134. [ 0.360000] TCP reno registered
  135. [ 0.360000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  136. [ 0.370000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  137. [ 0.370000] NET: Registered protocol family 1
  138. [ 0.390000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  139. [ 0.390000] msgmni has been set to 246
  140. [ 0.400000] io scheduler noop registered
  141. [ 0.400000] io scheduler deadline registered (default)
  142. [ 0.410000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  143. [ 0.430000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
  144. [ 0.440000] console [ttyS0] enabled, boo�������� ��������
  145. [ 0.440000] console [ttyS0] enabled, ����������� ��������
  146. �````pnt50000] m25p80 spi0.0: found xmc25q128, expected m25�80
  147. [ 0.460000� �25�80 ���0.0: ���ru�qrx`hq6384 Kbytes)
  148. [ 0.460000] 5 c���������� ���������� �����`��`��� device spi0.0
  149. [ 0.470000] Creating 5 MTD partitions �� "���0.0":
  150. � 0.480000� 0�0ppppppppp00-0x000000080000 : "u-boot"
  151. [ 0.480000� 0�000000080000-0�000000q�pppp`z`"config"
  152. � 0.490000] 0x0000001f0000-0x000000200000 : "ar�"
  153. � 0.490000� 0�0000002pppppmp�p00000400000 : "kernel"
  154. [ 0.500000] 0x000000400000-0�000001000000 z`b�����s"
  155. � 0.uqpppp�`�td: partition "rootfs" set to be root filesystem
  156. � pnuqpppp] flash_chrdev : flash_chrdev_init
  157. �``` 0.520000] flash_chrdev : flash_chrdev_init
  158. [ 0.660000] ag71xx_mdio: p�����
  159. [ 0.660000� ���0: ������� ��7q��`��`p�b9000000, irq 4
  160. [ 1.240000] eth0: Atheros AR8327 switch d����� ��������.
  161. [ 4.170000] ag71x� ��71��.0: ���0: ���������`��`��� at ag71xx-mdio.0:00 [uid=004dd036, driver=Athero� ��8216/��8236/��8316�
  162. [ 4.190000] TCP cubic re��������
  163. [ 4.190000] NET: Reg������� �������� ������ qw
  164. [ 4.190000] Bridge firewa����� ����������
  165. [ 4.200000] 8021q: 802.1Q VLAN Support v1.8
  166. �`` 4.200000] ### of_selftest(): No testcase data i� ������ ����; ��� �������`�����
  167. [ 4.220000] VFS: Mounted root (squashfs fil�������) �������� �� ������`sqztn
  168. [ 4.220000] Freeing unused kernel memory: 188� �����
  169.  
  170. *** Picocom commands (all prefixed by [C-a])
  171.  
  172. *** [C-x] : Exit picocom
  173. *** [C-q] : Exit without reseting serial port
  174. *** [C-b] : Set baudrate
  175. *** [C-u] : Increase baudrate (baud-up)
  176. *** [C-d] : Decrease baudrate (baud-down)
  177. *** [C-i] : Change number of databits
  178. *** [C-j] : Change number of stopbits
  179. *** [C-f] : Change flow-control mode
  180. *** [C-y] : Change parity mode
  181. *** [C-p] : Pulse DTR
  182. *** [C-t] : Toggle DTR
  183. *** [C-g] : Toggle RTS
  184. *** [C-|] : Send break
  185. *** [C-c] : Toggle local echo
  186. *** [C-w] : Write hex
  187. *** [C-s] : Send file
  188. *** [C-r] : Receive file
  189. *** [C-v] : Show port settings
  190. *** [C-h] : Show this message
  191.  
  192.  
  193. *** file:
  194. *** file:
  195. *** file:
  196.  
  197. *** cannot read filename ***
  198.  
  199. Terminating...
  200. Skipping tty reset...
  201. Thanks for using picocom
  202. morgle@morlge:~/picocom-master$
Advertisement
Add Comment
Please, Sign In to add comment