Changes between Version 22 and Version 23 of SetupPiZeroSSHOverUSB
- Timestamp:
- Jun 23, 2018, 8:38:24 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupPiZeroSSHOverUSB
v22 v23 7 7 * Uncomment: framebuffer_height=720 (these set the screen size for VNC when no monitor is attached) 8 8 * Add to end: {{{dtoverlay=dwc2}}} (is this the default?) 9 * For PiZero platforms add to end: {{{gpu_mem=32}}} (since we need all the RAM we can get on Pi Zero)9 * For !PiZero platforms add to end: {{{gpu_mem=32}}} (since we need all the RAM we can get on Pi Zero) 10 10 * Edit [http://elinux.org/RPi_cmdline.txt cmdline.txt]: 11 11 * Insert {{{modules-load=dwc2,g_ether g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca}}} after rootwait. This will load the IP over USB driver and configure a fixed MAC address (otherwise, the Pi will generate a new random MAC address each boot and Windows will think it is a different Pi). See [http://blog.gbaman.info/?p=791 here] and [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298 here] for more info. Use a unique pair of MAC address for each Pi. Note there is exactly one space between each term, and the whole cmdline.txt file is one line.