Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamelaster/pine64-linux-build
Linux build scripts for Pine64
https://github.com/gamelaster/pine64-linux-build
Last synced: about 1 month ago
JSON representation
Linux build scripts for Pine64
- Host: GitHub
- URL: https://github.com/gamelaster/pine64-linux-build
- Owner: gamelaster
- Created: 2018-10-18T23:19:12.000Z (about 6 years ago)
- Default Branch: debian-mainline
- Last Pushed: 2018-12-01T00:25:53.000Z (about 6 years ago)
- Last Synced: 2024-10-11T22:25:57.530Z (2 months ago)
- Language: Shell
- Size: 1.97 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pine64-linux-build
Linux build scripts for Pine64. Please note, that this scripts are unfinished, but they works! I store it here for now until I will finish the new scripts.# Installation
Example: SOPine
```bash
./make_empty_image.sh debian_image.img
./make_uboot.sh sopine_baseboard
./make_kernel.sh sopine_baseboard
./make_rootfs.sh rootfs debian_stretch_rootfs.tar stretch
./make_image.sh debian_image.img debian_stretch_rootfs.tar sopine_baseboard
```