Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troglobit/tinyroot

Small busybox based embedded Linux root file system
https://github.com/troglobit/tinyroot

arm busybox embedded embedded-systems linux qemu

Last synced: 14 days ago
JSON representation

Small busybox based embedded Linux root file system

Awesome Lists containing this project

README

        

tinyroot
========

There are two ways to build, the preferred way uses `make` and the
portable, but less maintained, is a simple shell script:

make -j5
make run

or,

./bootstrap.sh

requirements
------------

You need a crosstool-NG based toolchain, get one for free at
http://ftp.troglobit.com/pub/Toolchains/

- arm-unknown-linux-gnueabi-gcc
- libssl-dev
- mksquashfs
- wget
- tar, gzip
- make
- qemu

--
Joachim