Last active
August 25, 2018 23:44
-
-
Save richardsonlima/bca16638a568e23e48c1fe5df4785bb7 to your computer and use it in GitHub Desktop.
Raspibian Enable Boot over USB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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