Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hardware:ax3600 [2024/04/20 09:29] – [Firmware] admin | hardware:ax3600 [2024/04/20 10:08] (current) – [XIAOM 3600 working NSS] admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| https:// | https:// | ||
| - | <WRAP left 60%> | + | <WRAP left info 60%> |
| Interesting :!: \\ | Interesting :!: \\ | ||
| google bbr \\ | google bbr \\ | ||
| Line 42: | Line 42: | ||
| ===== Firmware ===== | ===== Firmware ===== | ||
| - | update | + | Journal of update |
| - | *xiaomi_ax3600-squashfs-sysupgrade.bin | + | |
| - | + | ||
| ^ date ^ version | ^ date ^ version | ||
| | 20240420 | | 20240420 | ||
| Line 51: | Line 48: | ||
| | 20240212 | | 20240212 | ||
| + | ++++ 1.Backup| | ||
| + | <code BASH> | ||
| + | # Generate backup | ||
| + | umask go= | ||
| + | sysupgrade -b / | ||
| + | ls / | ||
| + | |||
| + | # copy backup | ||
| + | scp / | ||
| + | </ | ||
| + | ++++ | ||
| - | * * < | + | ++++ 2.Upgrade firmware| |
| - | * <https://oded.dev/ | + | <code BASH> |
| - | * < | + | # get firmware |
| - | * https://irq5.io/ | + | cd /tmp |
| - | | + | wget https:// |
| - | * https:// | + | #check summ |
| - | * https:// | + | sha256sum *sysupgrade* |
| - | * https:// | + | #upgrade |
| + | sysupgrade -n /tmp/openwrt-qualcommax-ipq807x-xiaomi_ax3600-squashfs-sysupgrade.bin | ||
| + | </code> | ||
| + | ++++ | ||
| - | * AX worse than AC with theory - https:// | ||
| - | * power supply блок питания https:// | ||
| - | |||
| ===== XIAOM 3600 working NSS ===== | ===== XIAOM 3600 working NSS ===== | ||
| + | <code BASH> | ||
| + | # thermal | ||
| + | for i in / | ||
| + | </ | ||
| ++++ Shell command for work with nss| | ++++ Shell command for work with nss| | ||
| <code BASH> | <code BASH> | ||
| Line 124: | Line 136: | ||
| </ | </ | ||
| ++++ | ++++ | ||
| + | |||
| + | ++++ SQM config| | ||
| + | <code BASH> | ||
| + | #qosmio sqm https:// | ||
| + | config queue ' | ||
| + | option interface ' | ||
| + | option linklayer ' | ||
| + | option qdisc_advanced ' | ||
| + | option squash_dscp ' | ||
| + | option squash_ingress ' | ||
| + | option ingress_ecn ' | ||
| + | option egress_ecn ' | ||
| + | option qdisc ' | ||
| + | option verbosity ' | ||
| + | option script ' | ||
| + | option debug_logging ' | ||
| + | option enabled ' | ||
| + | option qdisc_really_really_advanced ' | ||
| + | option iqdisc_opts ' | ||
| + | option eqdisc_opts ' | ||
| + | option upload ' | ||
| + | option download ' | ||
| + | option itarget ' | ||
| + | option etarget ' | ||
| + | </ | ||
| + | ++++ | ||
| + | |||
| ===== xiaomi 3600 cmd openwrt ===== | ===== xiaomi 3600 cmd openwrt ===== | ||
| <WRAP left important 60%> | <WRAP left important 60%> | ||
| Line 286: | Line 325: | ||
| + | ===== Xiaomi3600 old ===== | ||
| + | |||
| + | |||
| + | * < | ||
| + | * < | ||
| + | * https:// | ||
| + | * < | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | * AX worse than AC with theory - https:// | ||
| + | |||
| + | * power supply блок питания https:// | ||
| + | |||