|
|
楼主 |
发表于 2018-4-15 14:42:30
|
显示全部楼层
本帖最后由 liuyoubo 于 2018-4-15 06:44 编辑
BusyBox v1.01 (2013.04.23-15:29+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ # cat /proc/cpuinfo
system type : System
processor : 0
cpu model : MIPS 24K V7.12
BogoMIPS : 299.00
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes
ASEs implemented : mips16
VCED exceptions : not available
VCEI exceptions : not available
/ # cat /proc/mtd
dev: size erasesize name
mtd0: 02000000 00020000 "whole flash"
mtd1: 00060000 00020000 "bootloader"
mtd2: 00040000 00020000 "parameter tags"
mtd3: 00100000 00020000 "kernel0"
mtd4: 00a00000 00020000 "rootfs0"
mtd5: 00340000 00020000 "usercfg"
mtd6: 00100000 00020000 "kernel1"
mtd7: 00a00000 00020000 "rootfs1"
mtd8: 00020000 00020000 "others"
mtd9: 00580000 00020000 "unused"
/ #
|
|