|

楼主 |
发表于 2021-11-11 11:59:09
|
显示全部楼层
进入openwrt后的输出如下
- [root@mrt:/root]#cat /proc/cpuinfo
- system type : Qualcomm Atheros QCA9531 rev 1
- machine : Qualcomm Atheros AP147 reference board
- processor : 0
- cpu model : MIPS 24Kc V7.4
- BogoMIPS : 366.18
- wait instruction : yes
- microsecond timers : yes
- tlb_entries : 16
- extra interrupt vector : yes
- hardware watchpoint : yes, count: 4, address/irw mask: [0x0000, 0x0ff8, 0x0ff8, 0x0ff8]
- ASEs implemented : mips16
- shadow register sets : 1
- kscratch registers : 0
- core : 0
- VCED exceptions : not available
- VCEI exceptions : not available
- [root@mrt:/root]#free -h
- total used free shared buffers
- Mem: 126412 40264 86148 0 4840
- -/+ buffers: 35424 90988
- Swap: 0 0 0
- [root@mrt:/root]#df -h
- Filesystem Size Used Available Use% Mounted on
- rootfs 832.0K 352.0K 480.0K 42% /
- /dev/root 5.5M 5.5M 0 100% /rom
- tmpfs 61.7M 180.0K 61.6M 0% /tmp
- tmpfs 512.0K 0 512.0K 0% /dev
- /dev/mtdblock3 832.0K 352.0K 480.0K 42% /overlay
- overlayfs:/overlay 832.0K 352.0K 480.0K 42% /
复制代码 |
|