Cudy AP3000 Indoor AKA Jupiter 2 and OpenWRT: Difference between revisions
mNo edit summary |
|||
Line 7: | Line 7: | ||
===Installing OpenWRT (Try Ethernet / Network Method First)=== | ===Installing OpenWRT (Try Ethernet / Network Method First)=== | ||
A TTY / Serial session via Ethernet? Sure, give it a shot. It has been noticed that there are different version of the Cudy AP3000 Outdoor 'in the wild' (not the Indoor, naturally, since it is the same MediaTek SoC). Some will automatically search for a 'recovery.bin' file (where it looks for a TFTP Server at 192.168.1.88, with the Cudy's IP being 192.168.1.112). | A TTY / Serial session via Ethernet? Sure, give it a shot. It has been noticed that there are different version of the Cudy AP3000 Outdoor 'in the wild' (not the Indoor, naturally, since it is the same MediaTek SoC, but a minor Ethernet difference). Some will automatically search for a 'recovery.bin' file (where it looks for a TFTP Server at 192.168.1.88, with the Cudy's IP being 192.168.1.112). | ||
*Command to manually upload InitRAMFS: tftpboot 0x42000000 recover.bin (could be named anything, recovery.bin is what it automatically search for) | *Command to manually upload InitRAMFS: tftpboot 0x42000000 recover.bin (could be named anything, recovery.bin is what it automatically search for) | ||
Line 100: | Line 100: | ||
</syntaxhighlight>...but first download the "InitRAMFS" File from OpenWRT: https://downloads.openwrt.org/releases/24.10.0/targets/mediatek/filogic/ (look for Cudy AP3000, without the 'outdoor' reference, but notice it is the same size file, so probably the same file with a different name) | </syntaxhighlight>...but first download the "InitRAMFS" File from OpenWRT: https://downloads.openwrt.org/releases/24.10.0/targets/mediatek/filogic/ (look for Cudy AP3000, without the 'outdoor' reference, but notice it is the same size file, so probably the same file with a different name) | ||
[[File:Command Prompt Showing Transfer of File for Cudy AP 3000.png|alt=Command Prompt Showing Transfer of File for Cudy AP 3000|thumb|Command Prompt Showing Transfer of File for Cudy AP 3000]] | [[File:Command Prompt Showing Transfer of File for Cudy AP 3000.png|alt=Command Prompt Showing Transfer of File for Cudy AP 3000|thumb|Command Prompt Showing Transfer of File for Cudy AP 3000]] | ||
Now wait. And wait, and wait. Yes, the file is under 9 MB, but look up a couple of sentences and notice the speed things are transferring at. The SX Command will show "Progress". There will be no indication on the Serial / TTL session that anything is happening at all (but if your Serial USB device has LEDs, then they'll be blinking really fast or almost on solid showing a high transfer rate). | Now wait. And wait, and wait. Yes, the file is under 9 MB, but look up a couple of sentences and notice the speed things are transferring at. Oh, and remember the 'count-up' is in KB, not Bytes, so it's not going that slow. The SX Command will show "Progress". There will be no indication on the Serial / TTL session that anything is happening at all (but if your Serial USB device has LEDs, then they'll be blinking really fast or almost on solid showing a high transfer rate). | ||
===Image Inspection in U-Boot=== | ===Image Inspection in U-Boot=== |