-
Notifications
You must be signed in to change notification settings - Fork 65
Paul Philippov edited this page May 23, 2024
·
29 revisions
The default login is root with the password root.
Turn off the camera's power. Press and hold the reset button, then turn the power back on. Keep holding the button for 5 seconds during boot. This should reset the camera to its default settings with root as a password.
Change it in bootloader environment with fw_setenv
command. Use ethaddr
parameter for ethernet interface, wlanmac
for wireless interface.
fw_setenv ethaddr 12:34:56:78:AB:CD
fw_setenv wlanmac 12:34:56:78:AB:EF
If the camera in question has an Ingenic SoC, there is a good chance that Thingino can run on it. You can try to convert it using one of the prebuild module firmware files or build a new one yourself. Donate such a camera to the project to speed up the process.