Advertisement
Guest User

Archer C2 v3 misc info

a guest
Oct 27th, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. root@Archer_C2:/proc# uname -a
  2. Linux Archer_C2 3.3.8 #1 Mon Apr 23 11:09:58 CST 2018 mips GNU/Linux
  3.  
  4. root@Archer_C2:/proc# cat cmdline
  5. board=AP152 console=ttyS0,115200 mtdparts=spi0.0:128k(factory-uboot)ro,64k(u-boot)ro,1024k(kernel),6784k(rootfs),64k@0x7f0000(ART) rootfstype=squashfs,jffs2 noinitrd
  6.  
  7. root@Archer_C2:/proc# cat cpuinfo
  8. system type : Qualcomm Atheros QCA956X rev 0
  9. machine : Qualcomm Atheros AP152 reference board
  10. processor : 0
  11. cpu model : MIPS 74Kc V5.0
  12. BogoMIPS : 385.84
  13. wait instruction : yes
  14. microsecond timers : yes
  15. tlb_entries : 32
  16. extra interrupt vector : yes
  17. hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0ff8, 0x0ff8, 0x0ff8]
  18. ASEs implemented : mips16 dsp
  19. shadow register sets : 1
  20. kscratch registers : 0
  21. core : 0
  22. VCED exceptions : not available
  23. VCEI exceptions : not available
  24.  
  25. root@Archer_C2:/proc# cat interrupts
  26. CPU0
  27. 4: 84 MIPS eth0
  28. 7: 862809 MIPS timer
  29. 10: 0 MISC ath79-gpio
  30. 11: 27182 MISC serial
  31. 40: 33719 AR724X PCI wifi1
  32. 47: 275905 dummy wifi0
  33. ERR: 0
  34.  
  35. root@Archer_C2:/proc# cat iomem
  36. 00000000-03ffffff : System RAM
  37. 00060000-0028a817 : Kernel code
  38. 0028a818-0031921f : Kernel data
  39. 12000000-13ffffff : mem_base
  40. 12000000-13ffffff : PCI memory space
  41. 12000000-121fffff : 0000:00:00.0
  42. 12000000-121fffff : ath
  43. 12200000-1220ffff : 0000:00:00.0
  44. 16000000-16000fff : cfg_base
  45. 16000000-16000fff : cfg_base
  46. 18020000-180200ff : serial8250.0
  47. 18020000-1802001f : serial
  48. 18100000-1811ffff : qca956x_wmac
  49. 18250000-18250fff : crp_base
  50. 18250000-18250fff : crp_base
  51. 18280000-182800ff : ctrl_base
  52. 18280000-182800ff : ctrl_base
  53. 19000000-190001ff : mac_base
  54. 19000000-190001ff : mdio_base
  55. 1b000000-1b0001ff : ehci-platform.0
  56. 1b400000-1b4001ff : ehci-platform.1
  57. 1f000000-1fffffff : ath79-spi
  58.  
  59. root@Archer_C2:/proc# cat meminfo
  60. MemTotal: 61544 kB
  61. MemFree: 21116 kB
  62. Buffers: 1608 kB
  63. Cached: 5208 kB
  64. SwapCached: 0 kB
  65. Active: 5996 kB
  66. Inactive: 4112 kB
  67. Active(anon): 3436 kB
  68. Inactive(anon): 552 kB
  69. Active(file): 2560 kB
  70. Inactive(file): 3560 kB
  71. Unevictable: 0 kB
  72. Mlocked: 0 kB
  73. SwapTotal: 0 kB
  74. SwapFree: 0 kB
  75. Dirty: 0 kB
  76. Writeback: 0 kB
  77. AnonPages: 3308 kB
  78. Mapped: 2076 kB
  79. Shmem: 696 kB
  80. Slab: 21512 kB
  81. SReclaimable: 1244 kB
  82. SUnreclaim: 20268 kB
  83. KernelStack: 472 kB
  84. PageTables: 488 kB
  85. NFS_Unstable: 0 kB
  86. Bounce: 0 kB
  87. WritebackTmp: 0 kB
  88. CommitLimit: 61544 kB
  89. Committed_AS: 29304 kB
  90. VmallocTotal: 1048372 kB
  91. VmallocUsed: 428 kB
  92. VmallocChunk: 1030284 kB
  93.  
  94. root@Archer_C2:/proc# cat mtd
  95. dev: size erasesize name
  96. mtd0: 00020000 00010000 "factory-uboot"
  97. mtd1: 00010000 00010000 "u-boot"
  98. mtd2: 00100000 00010000 "kernel"
  99. mtd3: 006a0000 00010000 "rootfs"
  100. mtd4: 00010000 00010000 "ART"
  101.  
  102. root@Archer_C2:/proc# cat partitions
  103. major minor #blocks name
  104.  
  105. 31 0 128 mtdblock0
  106. 31 1 64 mtdblock1
  107. 31 2 1024 mtdblock2
  108. 31 3 6784 mtdblock3
  109. 31 4 64 mtdblock4
  110.  
  111. root@Archer_C2:/proc# cat version
  112. Linux version 3.3.8 (xkh@xkh-ubuntu) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Mon Apr 23 11:09:58 CST 2018
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement