Skip to content

Setting up networking

tim knapen edited this page Mar 30, 2016 · 3 revisions

#Setting Networking

This is a simple way to setup a connection between your mac and the RPI when there's no DHCP server around. On the boot partition of the SD card change the contents of cmdline.txt to

dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline ip=192.168.0.201:::255.255.255.0 rootwait

On your mac set the ethernet setting to:

Configure IPV4: Manually
IP: 192.168.0.200
Subnet Mask: 255.255.255.0

From the finder go to

smb://192.168.0.201/
Clone this wiki locally