-
-
Notifications
You must be signed in to change notification settings - Fork 846
05_drivers_gpio_uart use a USB storage device intead of MicroSD card for rpi3? #221
-
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.
All reactions
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...
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.
All reactions
-
Maybe booting from USB can be a more advanced part of the tutorial later on (I am only on 07 rn so I don't even know if the tutorial gets to USB later)
Beta Was this translation helpful? Give feedback.