Hi everyone,
I’m experiencing an issue with my custom board router displaying “bcf_default.bin” via dmesg and having connectivity problems with my HaLow setup. We’re using Morse Micro OpenWRT 2.6.6 and trying to connect a HaLow station to a HaLow access point, but the station connects initially, then disconnects and won’t reconnect again.
Has anyone encountered this problem before with similar hardware/firmware configurations? Can someone explain what might be causing this issue and how to resolve it?
Any help would be greatly appreciated!
Thanks in advance.
If you’re using bcf_default on OpenWrt, this is likely the failsafe BCF as you haven’t specified the appropriate one (via something like uci set wireless.radio0.bcf=mybcf.bin && uci commit && reload_config), though I would have thought in this situation you wouldn’t be able to connect at all. If you load LuCI it should have a big yellow warning about this.
If you were using one of our eval kits, this would either be set in the OTP (i.e. would load bcf_boardtype_OTP.bin) or would be forced in the hotplug script (see /lib/wifi/morse.sh).
What module are you using?