Skip to content

Instructions

Giancarlo Trevisan edited this page Jun 14, 2020 · 5 revisions

Install Raspbian jessie Pixel

Configure WiFi

Enable SSH

Follow:

echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt echo "dwc2" | sudo tee -a /etc/modules

sudo echo "libcomposite" | sudo tee -a /etc/modules

sudo touch /usr/bin/isticktoit_usb #create the file

sudo chmod +x /usr/bin/isticktoit_usb #make it executable

sudo nano /usr/bin/isticktoit_usb #edit the file

sudo nano /etc/rc.local

/usr/bin/isticktoit_usb # libcomposite configuration (insert before exit)

# Remove node v0.10.29

sudo apt-get remove nodejs nodejs-legacy

sudo apt-get remove npm # if you installed npm

Clone this wiki locally