Skip to content

Instantly share code, notes, and snippets.

View kehribar's full-sized avatar

kehribar

View GitHub Profile
@kehribar
kehribar / tftp.ino
Last active December 21, 2021 07:05 — forked from volkanunal/tftp.ino
// ----------------------------------------------------------------------------
//
// ----------------------------------------------------------------------------
//
// 2 bytes string 1 byte string 1 byte
// -----------------------------------------------
// RRQ/ | 01/02 | Filename | 0 | Mode | 0 |
// WRQ -----------------------------------------------
//
// 2 bytes 2 bytes n bytes
# 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