This file contains 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
// ---------------------------------------------------------------------------- | |
// | |
// ---------------------------------------------------------------------------- | |
// | |
// 2 bytes string 1 byte string 1 byte | |
// ----------------------------------------------- | |
// RRQ/ | 01/02 | Filename | 0 | Mode | 0 | | |
// WRQ ----------------------------------------------- | |
// | |
// 2 bytes 2 bytes n bytes |
This file contains 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
# SD card setup guide | |
https://www.raspberrypi.org/documentation/installation/installing-images/README.md | |
# Download latest version | |
wget https://downloads.raspberrypi.org/raspbian_lite_latest | |
# Create empty file named ssh under boot folder to enable SSH support | |
touch ssh | |
# Create wifi connection detail file under boot folder |