-
Notifications
You must be signed in to change notification settings - Fork 6
Blog post about Groundlight Pi-gen #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Tyler Romero <tyler@groundlight.ai>
Co-authored-by: Tyler Romero <tyler@groundlight.ai>
Co-authored-by: Tyler Romero <tyler@groundlight.ai>
Co-authored-by: robotrapta <79607467+robotrapta@users.noreply.github.com> Co-authored-by: Michael Vogelsong <4020875+mjvogelsong@users.noreply.github.com>
| Once you have downloaded your image file, the next step is to flash it onto a microSD card. To do this, | ||
| download the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) software. After selecting your hardware type, pick "Operating System" and then "Use custom" to select the `.img.xz` file you downloaded. | ||
| After you select your storage, and hit "Next", you'll encounter the "OS customization" option. Choose "Edit settings" to enter your login credentials, SSH key, and Wi-Fi information. If this works properly, you'll be able to access your Raspberry Pi over the network without needing to plug in a keyboard, mouse, or monitor. (We like to plug it into Ethernet for the first boot, because we find that the Raspberry Pi's Wi-Fi can be a bit finicky, even if properly configured.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would've been great if we had a pictorial walkthrough of how to flash the image onto the microSD card, but I don't think that's super necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion.
blaise-muhirwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Co-authored-by: blaise-muhirwa <135643310+blaise-muhirwa@users.noreply.github.com>
Adding blog post about raspberry pi images with MNS pre-configured.