Skip to content
Tag: Pi
Home
Posts
Tags
Legacy
GitHub
Bluesky
RSS
Location:
Blog
Tags
Pi
Tag: Pi
Failsafe Pi Dual-boot with GPIO
June 6, 2020
Pi
,
Raspberry Pi
tl;dr (top) Add this to /boot/config.txt: # Set GPIO 26 to pull-up gpio=26=pu # If GPIO 26 is high, the kernel, dtb and cmdline will be taken from /boot/other/ [gpio26=1] # Note …