WIN + R diskpart
list disk
select disk #sd_card_disk_number
clean
create partition primary
select partition 1
active
format FS=FAT32 quick
assign letter=W
SELECT image e.g. Raspbian-Stretch-Lite.img
SELECT device [W:\]
WRITE
echo>W:\ssh
sudo raspi-config
sudo nano /etc/dhcpcd.conf
# <== SAMPLE CONFIGURATION ==>
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
interface wlan0
static ip_address=192.168.1.200/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
[ROOT] wpa_passphrase your_ssid your_psk >> /etc/wpa_supplicant/wpa_supplicant.conf
sudo wpa_cli reconfigure
sudo apt-get install oracle-java8-jdk
java -version
sudo nano /etc/rc.local
sudo java -jar App.jar &
sudo reboot
Used camer: Msonic MR1803E
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install fswebcam
fswebcam -r 640x480 --no-banner myimage.jpg
Using a true color RGB LED HAT (wiki)
sudo apt-get install build-essential python-dev scons swig
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x-master
sudo scons
sudo ./test -x 8 -y 4 -c
curl ipinfo.io/ip
CREATE NEW FILE rpi.img
SELECT image e.g. rpi.img
SELECT device [W:\]
READ