Skip to content

Instantly share code, notes, and snippets.

@Ohmnivore
Last active November 28, 2018 02:34
Show Gist options
  • Save Ohmnivore/835decb5dec10bb9fa8b1a02cc009b54 to your computer and use it in GitHub Desktop.
Save Ohmnivore/835decb5dec10bb9fa8b1a02cc009b54 to your computer and use it in GitHub Desktop.
CHIP Setup

Headless mode in Windows 10

Resources

https://www.reddit.com/r/ChipCommunity/comments/5hndoj/setting_up_the_chip_under_win10_walkthrough/

Logging in

  • Using PuTTY serial connection (set COM and baud rate - up to 115200)
  • Username: chip
  • Password: chip

Setup general

  • nmtui to setup WiFi
  • passwd chip to change password
  • apt-get update for system upgrade

Setup remote desktop

  • apt-get install xrdp
  • echo xfce4-session >~/.xsession
  • nano /etc/xrdp/startwm.sh
  • service xrdp restart

Final setup

  • ip addr show or ifconfig -a, jolt down the address
  • reboot
  • Wait
  • Type mstsc in Windows run menu, type in CHIP's IP address

Alternatively for TightVNC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment