Hi,
I'm currently using a coprocessor connected to a RPi via UART as the central device of a project. We use the serial bootloader to reflash the coprocessor - and for this the bootloader backdoor pin must be enabled.
Our team is wondering that, if we flash a (wrong) fw that doesn't have the backdoor pin enabled, we would no longer be able to use the serial bootloader.
a. Is there any solution/workaround for this case, so that we avoid a manual intervention? We'd like to avoid the approach cable + debugger, since we don't have access to all our central devices.
b. We verified that erasing the entire flash makes it possible to flash the coprocessors via serial bootloader. Is there a way to erase the entire flash via UART, or other type of communication?
Thanks for helping,
Bruno