Created
May 18, 2024 13:14
-
-
Save alastorid/eabf55b52e48b5b0b6bd2dfa3158baef to your computer and use it in GitHub Desktop.
RTF8217-E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/proc # cat version | |
Linux version 3.18.21 (asp@RTF8207W-R82XXR231123) (gcc version 4.6.3 (Buildroot 2015.08.1) ) #18 SMP Thu Nov 23 06:07:07 UTC 2023 | |
/proc # cat cpuinfo | |
system type : EcoNet EN7528 SOC | |
machine : econet,en751221 | |
processor : 0 | |
cpu model : MIPS 1004Kc V2.15 | |
BogoMIPS : 591.87 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 32 | |
extra interrupt vector : yes | |
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] | |
isa : mips1 mips2 mips32r1 mips32r2 | |
ASEs implemented : mips16 dsp mt | |
shadow register sets : 1 | |
kscratch registers : 0 | |
package : 0 | |
core : 0 | |
VCED exceptions : not available | |
VCEI exceptions : not available | |
VPE : 0 | |
processor : 1 | |
cpu model : MIPS 1004Kc V2.15 | |
BogoMIPS : 449.74 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 32 | |
extra interrupt vector : yes | |
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] | |
isa : mips1 mips2 mips32r1 mips32r2 | |
ASEs implemented : mips16 dsp mt | |
shadow register sets : 1 | |
kscratch registers : 0 | |
package : 0 | |
core : 0 | |
VCED exceptions : not available | |
VCEI exceptions : not available | |
VPE : 1 | |
processor : 2 | |
cpu model : MIPS 1004Kc V2.15 | |
BogoMIPS : 589.82 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 32 | |
extra interrupt vector : yes | |
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] | |
isa : mips1 mips2 mips32r1 mips32r2 | |
ASEs implemented : mips16 dsp mt | |
shadow register sets : 1 | |
kscratch registers : 0 | |
package : 0 | |
core : 1 | |
VCED exceptions : not available | |
VCEI exceptions : not available | |
VPE : 0 | |
processor : 3 | |
cpu model : MIPS 1004Kc V2.15 | |
BogoMIPS : 640.61 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 32 | |
extra interrupt vector : yes | |
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] | |
isa : mips1 mips2 mips32r1 mips32r2 | |
ASEs implemented : mips16 dsp mt | |
shadow register sets : 1 | |
kscratch registers : 0 | |
package : 0 | |
core : 1 | |
VCED exceptions : not available | |
VCEI exceptions : not available | |
VPE : 1 | |
/proc # cat meminfo | |
MemTotal: 232088 kB | |
MemFree: 93428 kB | |
MemAvailable: 80020 kB | |
Buffers: 7768 kB | |
Cached: 50108 kB | |
SwapCached: 0 kB | |
Active: 42320 kB | |
Inactive: 32552 kB | |
Active(anon): 24484 kB | |
Inactive(anon): 4824 kB | |
Active(file): 17836 kB | |
Inactive(file): 27728 kB | |
Unevictable: 0 kB | |
Mlocked: 0 kB | |
SwapTotal: 0 kB | |
SwapFree: 0 kB | |
Dirty: 0 kB | |
Writeback: 0 kB | |
AnonPages: 16996 kB | |
Mapped: 19828 kB | |
Shmem: 12312 kB | |
Slab: 45748 kB | |
SReclaimable: 2612 kB | |
SUnreclaim: 43136 kB | |
KernelStack: 1840 kB | |
PageTables: 680 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 116044 kB | |
Committed_AS: 295356 kB | |
VmallocTotal: 1048372 kB | |
VmallocUsed: 6704 kB | |
VmallocChunk: 959996 kB | |
/proc # mount | |
rootfs on / type rootfs (rw,size=115916k,nr_inodes=28979) | |
/dev/root on / type squashfs (ro,relatime) | |
devtmpfs on /dev type devtmpfs (rw,relatime,size=115916k,nr_inodes=28979,mode=755) | |
proc on /proc type proc (rw,relatime) | |
devpts on /dev/pts type devpts (rw,relatime,mode=600) | |
sysfs on /sys type sysfs (rw,relatime) | |
tmpfs on /var type tmpfs (rw,relatime,size=204800k) | |
tmpfs on /tmp type tmpfs (rw,relatime,size=5120k) | |
tmpfs on /etc type tmpfs (rw,relatime,size=5120k) | |
/dev/mtdblock10 on /persist/defcfg type jffs2 (rw,sync,relatime) | |
/dev/mtdblock11 on /persist/bakcfg type jffs2 (rw,sync,relatime) | |
/dev/mtdblock12 on /persist/config type jffs2 (rw,sync,relatime) | |
/dev/mtdblock13 on /persist/status type jffs2 (rw,sync,relatime) | |
tmpfs on /var/dump type tmpfs (rw,relatime,size=3072k) | |
/proc # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment