DEV Community

EPPR
EPPR

Posted on • Updated on

iPad Pro + Raspberry Pi 4 ❤️ 🥰

Do you have a RPI4 running Raspbian on 32 or 64 bits?

You can use this bash to setup a fresh raspbian image and enable SSH connection through your iPad Pro USB C connector in a breeezz

Run this code on a Raspberry Pi connected to the Internet.

sudo curl -sSL ipad.eppr.link | sh

Shutdown your Pi after finish.

Take out your SD card and:

Create an empty file named “ssh” on your boot folder

And edit 2 other files on your boot folder

Add dtoverlay=dwc2 to the /boot/config.txt

Add modules-load=dwc2 to the end of /boot/cmdline.txt

Get the sd back inside again and...

Connect your pi to your iPad Pro using a USB C 2.0 Cable (!important;)
Wait 30 seconds and look inside Settings App on your iPad.

A new Ethernet USB adapter should pop in sight.

SSH into your Pi using a local ip 10.55.0.1 and your favorite password

ssh pi@10.55.0.1

If you want to know more cool stuff HMU, and if you want show appreciation follow our socials:
(Cmd+C Cmd+V this on your browser)

-EPPR
https://eppr.link

(Disclaimer: Remember to ALWAYS wash you hands and read the bash inside your sudos)

Top comments (0)