themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
79 stars 28 forks source link

Wifi not working on latest Cinnado D1 build #98

Closed pauln closed 1 month ago

pauln commented 1 month ago

Upgrading from a build from about a month ago, via either sysupgrade -p or by placing the full image on the SD card as autoupdate-full.bin, results in the camera not connecting to wifi. I see there was a recent change to use external firmware binaries for the atbm60xx - could this be related to that change? I've checked that my uEnv.txt is up-to-date with the version in this repository (having previous had a similar issue when the wlandev driver name was changed). I haven't had a chance to check for any relevant serial output yet; I've restored the previous build in order to get the camera back in service for now.

themactep commented 1 month ago

Perform a full upgrade with sysupgrade -f. I just upgarded mine, everything works fine. Be aware that camera will start an access point, connect to it an open http://thingino.local/ to provision the camera to the new firmware and connect to your local wireless network.

pauln commented 1 month ago

Thanks - sysupgrade -f seems to have done the trick.