Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active August 25, 2018 23:44
Show Gist options
  • Save richardsonlima/bca16638a568e23e48c1fe5df4785bb7 to your computer and use it in GitHub Desktop.
Save richardsonlima/bca16638a568e23e48c1fe5df4785bb7 to your computer and use it in GitHub Desktop.
Raspibian Enable Boot over USB
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
# vcgencmd otp_dump | grep 17:
# Esse comando deve mostrar o seguinte resultado, o que significa que podemos partir para o boot via USB.
# 17:3020000a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment