Skip to content

Chromebook Setup

Travis Webb edited this page Jul 12, 2019 · 10 revisions

NodeBots Chromebook Setup

Setup the machine with the nodebotsuser@gmail.com account.

Development Environment Setup

These instructions allow you to install the New daVinci program on any Chromebook. It does require you to enable Developer Mode on your Chromebook.

Enable Developer Mode

  1. With power off, press Esc+Refresh+Power.
  2. At the scary screen, hit Ctrl+D.
  3. At next scary screen, hit enter.
  4. It will prepare the system from developer mode, let this run its course.
  5. When it reboots and for all subsequent reboots, hit Ctrl+D at the warning boot screen.
  6. This will have reinstalled the OS, so you will have lost ANYTHING and EVERYTHING you have done before. When it boots back up, setup as a brand new Chromebook.

Install the Crouton Development Environment

  1. Install the Crouton Extension
  2. Download the latest crouton installer by clicking here.
  3. Open the crosh shell by hitting Ctrl+Alt+T on the keyboard.
  4. In crosh, type shell
  5. Run sudo sh -e ~/Downloads/crouton -t core,xiwi,keyboard,x11,cli-extra,extension and wait until the prompts are presented and answer them. You will be asked to set a sudo username and password at this time.
  • user: admin
  • password: password
  1. When done, run sudo enter-chroot to go into ubuntu shell or sudo startxfce4 to open a GUI Window.
  2. To install the required development libraries, issue the following commands in the terminal:
wget -q http://bit.ly/nodebots-script; sudo sh ./nodebots-script

Run the Development Environment (After shutdown or restart)

  1. When the Chromebook reboots and for all subsequent reboots, hit Ctrl+D at the warning boot screen.
  2. Open the crosh shell by hitting Ctrl+Alt+T on the keyboard.
  3. In crosh, type shell.
  4. Run sudo enter-chroot to go into ubuntu shell or sudo startxfce4 to open a GUI Window.
  5. In a terminal, run the following commands:
cd motorized-sumobot
sudo npm start

Start the Atom Editor

xiwi -T atom -f .