Skip to content

Instantly share code, notes, and snippets.

@yakutozcan
Created March 3, 2018 22:52
Show Gist options
  • Save yakutozcan/a0c578c9cc2cc40bb473f28cd3615dc8 to your computer and use it in GitHub Desktop.
Save yakutozcan/a0c578c9cc2cc40bb473f28cd3615dc8 to your computer and use it in GitHub Desktop.
Tüm işlemler SD kart içinde yapılıyor ve boot alanındadır..
SSH servisini acmak icin

$touch ssh

boot.txt dosyasını bulup son satırına aşağıda ki kodu ekliyoruz

dtoverlay=dwc2

cmdline.txt dosyasını aşağıda ki komutlar ile değiştiriyoruz ve işlemlerimiz tamam

dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether quiet init=/usr/lib/raspi-config/init_resize.sh

USB ile bağladıktan sonra da aşağıda ki komut ile ip adresini bulup ssh ile bağlanıyoruz

$ping raspberrypi.local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment