Giter Club home page Giter Club logo

rasppi3-br's Introduction

README for RaspPi3-BR

This is an exercise in crafting a Buildroot image for Raspberry Pi 3.

This repository consists configuration files and (eventually) build notes related to the build.

Configuration

The Buildroot repository resides at: git://git.busybox.net/buildroot At this writing, the Buildroot image is built from git tag 2017.05.

Root filesystem (rootfs)

The root filesystem is currently sized to about 126 MB. This was in anticipation of additional packages, which have not yet been added. The following packages were added into the rootfs filesystem image.

  • ncurses - needed by nano
  • nano - simple full-screen editor
  • zlib
  • OpenSSL
  • OpenSSH - provides ssh, scp, sftp
  • ptpd, ptpd2

Networking

Device is configured via /etc/network/interfaces to set eth0 to static IP address 192.168.0.230.

New authentication keys are created in /etc/ssh during bootup. The public keys can be used to enable remote access to this system without the need of passwords.

Building the image

The build itself:

make 2>&1 | tee build.log

Copying the image to microSD:

dd if=output/images/sdcard.img of=/dev/sdX

where sdX is the host device for microSD.

rasppi3-br's People

Contributors

kwanrj avatar kwan0xfff avatar

Watchers

James Cloos avatar  avatar

rasppi3-br's Issues

Data partition not created

/etc/init.d/S35checkDataPartition is supposed to check for existence of data partition on /dev/mmcblk0p2 on boot-up, and if it doesn't exist, create it. This is not happening.

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.