Giter Club home page Giter Club logo

raspberry-pi-setup's Introduction

raspberry-pi-setup

raspberry pi auto setup script

Install Package

Raspbian Jessie

  • JAPANESE environment(fonts-vlgothic, ibus-mozc)
  • VNC Server(tightvncserver)
  • Editor(vim,vim-gtk)
  • Terminal(gnome-terminal)
  • Pertition tool(gparted)
  • Virtual Terminal(byobu)

Raspbian Jessie LITE

  • Editor(vim,vim-gtk)
  • Virtual Terminal(byobu)

Setting

Raspbian Jessie

  • Custom .bashrc
  • Custom /boot/config.txt
  • Auto start VNC

Raspbian Jessie LITE

  • Custom /boot/config.txt

Preparation

  • Make SD disk of Raspbian Jessie
  • Insert SD disk to Raspberry Pi
  • Network Enable (Ether or WiFi)
  • Raspberry Pi power on
  • Install Git

Git installation

$ sudo apt-get update
$ sudo apt-get -y install git

Run script

At first Execute following commands for clone repository:

$ cd
$ git clone https://github.com/karaage0703/raspberry-pi-setup
$ cd raspberry-pi-setup

Raspbian Jessie setup case

Execute following commands(last command takes about half an hour):

$ ./setup-raspbian-stretch_jessie.sh

At the end of script, set the password for vnc.

Shrink Raspbian Jessie

Execute following commands if you want to shrink raspbian:

$ ./shrink-raspbian-stretch_jessie.sh

Raspbian Jessie LITE setup case

Execute following commands(last command takes about half an hour):

$ ./setup-raspbian-jessie-lite.sh

ROS on Raspbian setup case

Execute following commands:

$ ./setup-ros-indigo-raspbian.sh

ROS on Ubuntu setup case

Install Ubuntu 14.04 to raspberry pi before setup.

Execute following commands:

$ ./setup-ros-indigo-ubuntu.sh

Reboot

After setup, please reboot by executing following command:

$ sudo shutdown -r now

Raspberry Pi setup is done!

raspberry-pi-setup's People

Contributors

karaage0703 avatar

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.