Hi all,
Need help with creating factory image for Comfast CF-E390AX.
I already initramfs image, and tested it, and it worked fine.
Now I want to create factory image. I added the following to the makefile:
however the oem gui is not accepting the generated image.
Checking the OEM imae, I see the following at the end of it. Could it be that such a header is needed? if so, what is the best way create it:
Never mind, got it working using the built in web failsafe mode.
Now, need to figure out how to upload the patch, as this is my first time adding a new device to openwrt.
Hey usamanassir, I was able to generate the firmware for this AP using your Github pull request – thanks a lot. I'm trying to get it installed but am having issues accessing the safe mode web UI at 192.168.1.1. I press and hold the reset button while powering it on and the LED stops blinking after 10 seconds, at which point I release it. The COMFAST SSIDs don't show up, so I assume it's in safe mode. I've set an ethernet profile with manual IPv4 config (as below) and tried connecting an Ethernet cable from my PC to the other port on the AP and to the LAN port on the included PoE injector, and I've tried with the PoE cable connected to both ports on the AP, but no matter the configuration I can't access the safe mode web UI.
Hey mate, thanks for the reply. That is what I'm doing, but there's nothing available at 192.168.1.1 (either with automatic configuration or when setting it manually as per my previous post) using any web browser or pinging the IP directly.
Do you mind confirming exactly how you manually configured your IP in step 2 of the instructions in your pull request, as well how your PC was connected to the AP?
Update: tried with a different PC, was able to get to MediaTek U-Boot System Recovery Mode. Sadly, flashing my "openwrt-ramips-mt7621-comfast_cf-e390ax-squashfs-factory.bin" file doesn't seem to work. It displayes the green LED briefly on boot and then it flashes red for a long time before going to blue, and the OpenWrt admin page is not available. Will troubleshoot a bit more.
Actually this means that it worked.
Red led will flash while booting.
Blue is when the boot is over, and system is ready.
You should be able to connect to luci normally (192.168.1.1), using the lan port
Ah, I've determined that my issue was forgotting to include LuCI in my config. This project is my first time using OpenWrt, let alone building it from source. I've done some pre-reading but evidently not enough.
Recompiled and it's now all working! Just have to read the OpenWrt docs to configure it the way I want for my network.
Thanks for your patience and especially for submitting the patch for this model – it was part of my reason to purchase this AP in the first place.