There are some tools that allow writing a private key to the inbuilt One-Time Programmable memory of the Raspberry Pi. Is there a way to break or disable the OTP memory permanently in order to rule out the (even remote) possibility of a private key being written there when using a SeedSigner?
#[0] #[1] #[2] #[3]
More info below...
OTP memory:
rpi-otp-private-key tool:
https://github.com/raspberrypi/usbboot/tree/master
rpi-derive-key tool:
https://lib.rs/crates/rpi-derive-key

