Page 1 of 1

Booting an app based on GPIO status

Posted: Mon Jul 04, 2022 6:26 am
by martincvitic
Hello everyone! :D

How do I make the bootloader from bootloader_hooks.c boot from a specific partition based on GPIO status?
My current progress is that I have implemented GPIO logic but when I create a custom partition table (.csv) with two factory apps one after another, I get a "magic byte missing (nothing flashed here?)" error.

Also, how do I make the bootloader read an app from a specific memory location/partition?

Best regards! 8-)