André Pedro

Results 44 comments of André Pedro

No. What camera are you using and version ?

You are using an old version, I recommend you to compile the last one or wait for rc6. I'll provide it soon. But as far as I know this version...

I will introduce a fix for old bootloaders, but this is due to the lack of the last bootloader which includes the auto device detection.

Or, you can also add `hwversion=SXJ02ZM` to the `uEnv.txt` file in the bootargs parameter.

b1c396e you have to set up `hwversion=SXJ02ZM` again, since the uEnv.txt file is replaced by a fresh one.

You have to use `nvram commit` to turn it persistent. You can also use the web UI for the majority of the things.

Try 'nvram clear rtdev; nvram commit; reboot' to factory reset the settings. The certificate should also be renewed by this action. You can also try to clear all the sections...

@HorseDickJoseph Can you describe which issue you have?

You can also try to clean the mtd partition using `flash_eraseall /dev/mtdX`, where `X` is the number of the `config` mtd partition that you can check using `cat /proc/mtd`. I...