OpenWrt/Cudy/TR3000: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 125: Line 125:
|valign='top' style='width:50%'|
|valign='top' style='width:50%'|


|}
==Playground==
{|class='wikitable mw-collapsible' style='width:100%;margin:3px 0'
!scope='col' style='text-align:left' colspan='2'|
Playground
|-
|valign='top' style='width:50%'|
<syntaxhighlight style='margin:3px 0' lang='bash'>
tftp 192.168.1.88
:'
tftp> verbose
Verbose mode on.
tftp> binary
mode set to octet
tftp> get recovery.bin
getting from 192.168.1.88:recovery.bin to recovery.bin [octet]
Received 30674461 bytes in -1.2 seconds [-209025283 bit/s]
tftp> quit
'
</syntaxhighlight>
|valign='top' style='width:50%'|
|}
|}


==References==
==References==
{|class='wikitable mw-collapsible' style='width:100%;margin:3px 0'
{|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0'
!scope='col' style='text-align:left' colspan='3'|
!scope='col' style='text-align:left' colspan='3'|
References
References

Revision as of 04:44, 29 December 2025

OpenWrt » Install

OpenWrt » Install

:'
🆔 192.168.10.88
⚙️ http://192.168.10.1/cgi-bin/luci/
⚙️ http://192.168.10.1/cgi-bin/luci/admin/setup
🔼 cudy_tr3000-v1-sysupgrade_20251112_release.bin
'
ls -lah ~/Downloads/TR3000\ V1_20251118.zip
ls -lah ~/Downloads/TR3000\ V1_20251118/TR3000\ V1/cudy_tr3000-v1-sysupgrade_20251112_release.bin

🕸 Cudy » TR3000 » Firmware » OpenWrt » Intermediary » Download


🕸 Cudy » TR3000 » Firmware » OpenWrt » Intermediary


:'
🆔 192.168.1.88
⚙️ http://192.168.1.1/cgi-bin/luci/
⚙️ http://192.168.1.1/cgi-bin/luci/admin/system/flash
🔼 openwrt-24.10.5-mediatek-filogic-cudy_tr3000-v1-squashfs-sysupgrade.bin
'
ls -alh ~/Downloads/openwrt-24.10.5-mediatek-filogic-cudy_tr3000-v1-initramfs-kernel.bin
ls -alh ~/Downloads/openwrt-24.10.5-mediatek-filogic-cudy_tr3000-v1-squashfs-sysupgrade.bin

🕸 Cudy » TR3000 » Firmware » OpenWrt » Selected


🕸 Cudy » TR3000 » OpenWrt


OpenWrt » Revert

OpenWrt » Install

:'
🆔 192.168.1.88
'
ls -alh ~/Downloads/m_upgrade_TR3000-R47-2.4.21-20251009-140812-sysupgrade_90649.zip
ls -alh ~/Downloads/m_upgrade_TR3000-R47-2.4.21-20251009-140812-sysupgrade_90649/TR3000-R47-2.4.21-20251009-140812-sysupgrade.bin

🕸 Cudy » TR3000 » Firmware » Upgrade


cat <<'EXE' | sudo bash
echo
apt-get update
apt-get install -y tftpd-hpa tftp-hpa
apt-get clean

systemctl restart  tftpd-hpa
systemctl status   tftpd-hpa
cat   /etc/default/tftpd-hpa
EXE
sudo rsync -avz ~/Downloads/m_upgrade_TR3000-R47-2.4.21-20251009-140812-sysupgrade_90649/TR3000-R47-2.4.21-20251009-140812-sysupgrade.bin /srv/tftp/recovery.bin


sudo chown tftp:tftp /srv/tftp/recovery.bin
sudo chmod 777 /srv/tftp/recovery.bin


sudo chown tftp:tftp /srv/tftp
sudo chmod 755 /srv/tftp
sudo ufw disable
journalctl -u tftpd-hpa | tail -n 20

:'
👉 Power OFF the Cudy.
👉 Use a pin to press and hold the RESET button, While holding RESET, plug in the power.
👉 Keep holding RESET for 15 seconds. Watch the LEDs; they will flash rapidly when the router starts pulling the "recovery.bin".
👉 Release the button, wait 5 minutes. The router will slowly flash and then reboot itself.
'
cat <<'EXE' | sudo bash
echo
rm /srv/tftp/recovery.bin

systemctl disable --now tftpd-hpa
systemctl stop          tftpd-hpa
systemctl status        tftpd-hpa

ufw enable
EXE
:'
🆔 192.168.10.88
⚙️ http://192.168.10.1/cgi-bin/luci/
⚙️ http://192.168.10.1/cgi-bin/luci/admin/panel
'

Playground

Playground

tftp 192.168.1.88
:'
tftp> verbose
Verbose mode on.
tftp> binary
mode set to octet
tftp> get recovery.bin
getting from 192.168.1.88:recovery.bin to recovery.bin [octet]
Received 30674461 bytes in -1.2 seconds [-209025283 bit/s]
tftp> quit
'

References

References