GithubHelp home page GithubHelp logo

bbfs's Introduction

Simple Busybox Initrd Filesystem

This repository contains a simple Busybox root filesystem that is suitable for booting as a ramdisk under any ARM embedded system.

Features

  • Stock Busybox 1.22.1, compiled without modifications
  • Mounts /proc, /sys, /d
  • Uses mdev (tiny udev) to populate /dev
  • Easily customizable to perform specific tasks (just change /etc/profile)

Usage

First, built the ramdisk file by issuing make. This will create a ramdisk.img.gz file, which is image file you want to boot on. Pass it to your bootloader the set the initrd parameter of the kernel accordingly (if working on a fastboot-enabled bootloader, the fastboot boot command normally does it for you). Also make sure the root=/dev/ram rw rdinit=/sbin/init are present in your kernel command line, and you should have a working shell once you boot.

Feedback and contact

Alexandre Courbot [email protected]

Source release

This binary release uses an unmodified version of Busybox, which source code can be downloaded at https://github.com/Gnurou/busybox. User-space is built from the examples/bootfloppy directory with slight modifications to use mdev and mount filesystems.

bbfs's People

Contributors

gnurou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.