toggle `RPI_BOOT` signal instead of keeping it high v2.2.0
authorSven Rademakers <sven.rademakers@gmail.com>
Thu, 19 Oct 2023 10:49:37 +0000 (11:49 +0100)
committerSven Rademakers <sven.rademakers@gmail.com>
Thu, 19 Oct 2023 11:13:42 +0000 (12:13 +0100)
commitcf2a6f5d626d2163de6bae3e7fd9ba75d0c6967c
tree92a8c24167d39b84749594533d7f2958b19b9922
parentd83c7272cf1f78bd9146760d30a26a3956dc2723
toggle `RPI_BOOT` signal instead of keeping it high

This way we can support a wider range of compute modules for image upgrade.
In particular, on an Orange-Pi(RK3566), the RPI_BOOT pin is connected to short
the MMC clock. This forces the device to go into Maskrom mode. Keeping the
RPI_BOOT pin logically means that its impossible for this device to
write anything to MMC.
src/app/bmc_application.rs