Coder Social home page Coder Social logo

chrubuntu-tegra's Introduction

##Install APC-branded Chrubuntu on Acer Chromebook CB5-311 for on-site CUDA trainings

Based on work of arm000 found here

Instructions

  1. Turn chromebook into developer mode:
sudo chromeos-firmwareupdate --mode=todev
  1. Switch to developer terminal by pressing "Alt + Left Arrow", login as chronos

  2. Download and execute the Chrubuntu installation script

wget https://goo.gl/i6ZjBV -O chrubuntu-tegra.sh
sudo bash ./chrubuntu-tegra.sh default lts
  1. Redownload and re-run Chrubuntu instllation script after reboot
wget https://goo.gl/i6ZjBV -O chrubuntu-tegra.sh
sudo bash ./chrubuntu-tegra.sh default lts
  1. After successfully entering Chrubuntu, reboot into ChromeOS and set Chrubuntu as permanent primary boot option:
sudo cgpt add -i 6 -P 5 -S 1

To switch back the primary boot option to ChromeOS while in ChrUbuntu:

sudo apt-get install cgpt
sudo cgpt add -i 6 -P 0 -S 1 /dev/mmcblk0

In many other guides the device name is /dev/sda, however it's only valid if booted into Chrome OS. ChrUbuntu's device name (mmcblk0 in our case) may be different and could be figured out from gparted output:

sudo apt-get install gparted
gparted
  1. Downgrade Chrubuntu Linux kernel, as CUDA support has been removed from actual one (only basic samples can work, e.g. deviceQuery)
./cuda-kernel-fix.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.