05_drivers_gpio_uart use a USB storage device intead of MicroSD card for rpi3? #221
Answered
by
BartMassey
ChocolateLoverRaj
asked this question in
Tutorial Questions
-
I don't have an empty MicroSD card but I have an empty USB drive. Can I use that instead of a MicroSD card? I have a Raspberry Pi 3b. |
Beta Was this translation helpful? Give feedback.
Answered by
BartMassey
Oct 23, 2024
Replies: 1 comment 1 reply
-
Haven't looked at this guide in a while, but I think you may run into issues later on. MicroSD card is I2C which is easy to talk to, USB is quite a bit more of an adventure… |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChocolateLoverRaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haven't looked at this guide in a while, but I think you may run into issues later on. MicroSD card is I2C which is easy to talk to, USB is quite a bit more of an adventure…