
You can press Ctrl-T to get a snapshot of the commands progress. If you get an error that the volume is busy, make sure you ran the ummountDisk command first (see step above).

To burn the image to the SD card, run this command (adjusting for the location and filename of the image that you downloaded): sudo dd bs=1m if=~/Downloads/-raspbian-buster-lite.img of=/dev/disk2 Unmount the micro SD cardīefore you can burn an image to the card, you needs to unmount it first, by issuing this command (assuming disk2!): diskutil unmountDisk /dev/disk2 Make sure you have the correct one before proceeding. Open up a terminal window and type: diskutil listĪt the bottom of the output, you should get a result similar to this: /dev/disk2 (internal, physical):Īssuming that your SD card is 8GB, you can tell that /dev/disk2 is the SD card. Put a blank micro SD card into an adapter and plug it into your computer. Once you download the file, unzip it and note the location of the *.img file. If you prefer to use an app, download balenaEtcher, flash the disk and skip down to the step about enabling ssh. I used WiFi, but it should be possible to connect over the USB/Ethernet RNDIS device, though I haven't figured out how to do that yet.These steps emulate what an install script does. Installing and updating the raspberry pi is easiest with an internet connection. You should now be able to ping 169.254.72.226 and ssh commands are completed on the Raspberry Pi by using ssh to connect from your host machine In windows, use ipconfig to identify the ip address of your RNDIS device Look for ARP packets, especially the ones that indicate ".Tell " įor some reason, this is a Class B address (mask 255.255.0.0)Īdd route to RNDIS network addresses over RNDIS device

"RNDIS" in device manager under Network ControllersĬapture packets via wireshark on the ethernet RNDIS network In windows, this should auto install when plugging in your Raspberry Pi over USB
