https://github.com/pexmor/raspbian-rootfs
An automated script to build Raspbian root filesystem. To be used for docker or cross-platform builds.
https://github.com/pexmor/raspbian-rootfs
automated-build cross-compiler docker docker-image raspberry-pi rootfs
Last synced: about 2 months ago
JSON representation
An automated script to build Raspbian root filesystem. To be used for docker or cross-platform builds.
- Host: GitHub
- URL: https://github.com/pexmor/raspbian-rootfs
- Owner: PexMor
- License: mit
- Created: 2018-04-10T11:44:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T17:53:01.000Z (over 7 years ago)
- Last Synced: 2025-05-17T14:09:25.708Z (about 1 year ago)
- Topics: automated-build, cross-compiler, docker, docker-image, raspberry-pi, rootfs
- Language: Shell
- Homepage:
- Size: 519 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspbian rootfs
An automated script to build Raspbian root filesystem. To be used for docker or cross-platform builds.
Inspired by a dozen other repositories intended to build rootfs usable for cross platform builds.
Mainly for x86 to armhf (Raspberry Pi) builds.
## Docker repos:
* [sdt/docker-raspberry-pi-cross-compiler](https://github.com/sdt/docker-raspberry-pi-cross-compiler) - docker with debian 8 (jessie) and raspbian 8 (jessie) rootfs with updates for both but old
* [dockcross/dockcross](https://github.com/dockcross/dockcross) - just a cross compiler with libc for armhf
* [skarbat/sdl2-raspberrypi](https://github.com/skarbat/sdl2-raspberrypi) - sdl2 only cross compilation
* [schachr/docker-raspbian-stretch](https://github.com/schachr/docker-raspbian-stretch) - rootfs builder but have to run on armhf platform (in this case orange pi)