Created
May 9, 2021 14:59
-
-
Save shibajee/ce89495292e1c576938507c769930c97 to your computer and use it in GitHub Desktop.
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
XiaoQiang login: root | |
Password: | |
BusyBox v1.19.4 (2020-08-14 12:26:28 UTC) built-in shell (ash) | |
Enter 'help' for a list of built-in commands. | |
----------------------------------------------------- | |
Welcome to XiaoQiang! | |
----------------------------------------------------- | |
$$$$$$\ $$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$\ $$\ $$\ | |
$$ __$$\ $$ __$$\ $$ _____| $$ | $$ | $$ __$$\ $$ | $$ | | |
$$ / $$ |$$ | $$ |$$ | $$ | $$ | $$ / $$ |$$ |$$ / | |
$$$$$$$$ |$$$$$$$ |$$$$$\ $$ | $$ | $$ | $$ |$$$$$ / | |
$$ __$$ |$$ __$$< $$ __| $$ | $$ | $$ | $$ |$$ $$< | |
$$ | $$ |$$ | $$ |$$ | $$ | $$ | $$ | $$ |$$ |\$$\ | |
$$ | $$ |$$ | $$ |$$$$$$$$\ $$$$$$$$$ | $$$$$$ |$$ | \$$\ | |
\__| \__|\__| \__|\________| \_________/ \______/ \__| \__| | |
root@XiaoQiang:~# cat /proc/mtd | |
dev: size erasesize name | |
mtd0: 01000000 00010000 "ALL" | |
mtd1: 00020000 00010000 "Bootloader" | |
mtd2: 00010000 00010000 "Config" | |
mtd3: 00010000 00010000 "Factory" | |
mtd4: 00010000 00010000 "crash" | |
mtd5: 00010000 00010000 "cfg_bak" | |
mtd6: 00100000 00010000 "overlay" | |
mtd7: 00c60000 00010000 "OS1" | |
mtd8: 00b00000 00010000 "rootfs" | |
mtd9: 00200000 00010000 "disk" | |
root@XiaoQiang:~# cat /proc/cpuinfo | |
system type : MT7628 | |
machine : Unknown | |
processor : 0 | |
cpu model : MIPS 24KEc V5.5 | |
BogoMIPS : 380.92 | |
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 | |
shadow register sets : 1 | |
kscratch registers : 0 | |
core : 0 | |
VCED exceptions : not available | |
VCEI exceptions : not available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment