anmaped / openfang

The openfang is a bootloader, kernel and toolchain for devices using Ingenic T10 and T20 SOC
GNU General Public License v3.0
183 stars 42 forks source link

Boot loop on Wyze cam 2 #56

Open xdissent opened 4 years ago

xdissent commented 4 years ago

I'm running openfang master (695670d) on a Wyze Cam 2 and this check is sending it into a boot loop. On my camera, the reset button gpio (pin 50) is always 0 at this point in the boot process, regardless of whether I'm pressing it or not. I don't know if it's looking at the wrong pin or what, but my camera always clears rtdev nvram and reboots, flip flopping between factory reset mode and this check. Disabling the check lets me boot fine.

xdissent commented 4 years ago

I think this is the behavior #51 describes

anmaped commented 4 years ago

@xdissent Did you flash the compiled openfang bootloader?

xdissent commented 4 years ago

Yes, a compiled openfang bootloader (from master, built in docker locally) has been flashed.

tachang commented 4 years ago

@xdissent When you compiled and flashed the bootloader how large was the file? Is there a reason you didn't use the released one?