Planning to use secure boot-loader
Posted: Mon Dec 26, 2022 9:53 am
Hi,
I am using ESP32 chipset with custom board design. Currently we're in production stage where we are going to design more ESP32 device. We have to secure our board from unwanted framework upgradation, because in custom board, UART is outside of the enclose with ground pin. so board is accessible to program through the UART. I think currently the esp-32 flashing take any esp32 base generated .bin file from UART.
I am not doing anything with custom boot-loader because I just use one of the example from esp-idf and start my top level application code. so bootloader and all other stuff would be same as esp-idf.
So how do I protect the board from unwanted framework. ?
I am using ESP32 chipset with custom board design. Currently we're in production stage where we are going to design more ESP32 device. We have to secure our board from unwanted framework upgradation, because in custom board, UART is outside of the enclose with ground pin. so board is accessible to program through the UART. I think currently the esp-32 flashing take any esp32 base generated .bin file from UART.
I am not doing anything with custom boot-loader because I just use one of the example from esp-idf and start my top level application code. so bootloader and all other stuff would be same as esp-idf.
So how do I protect the board from unwanted framework. ?