Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/troglobit/tinyroot
- Owner: troglobit
- Created: 2018-03-11T16:33:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T22:08:10.000Z (over 2 years ago)
- Last Synced: 2024-10-11T02:45:49.397Z (about 1 month ago)
- Topics: arm, busybox, embedded, embedded-systems, linux, qemu
- Language: Makefile
- Homepage:
- Size: 44.9 KB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-initramfs - tinyroot - Tinyroot (Projects)
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 runor,
./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