Skip to content
Branch: master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Shell scripts to generate os image for Raspberry Pi and Odroid XU4

.
├ README.md
├ bkup_alarm.sh             backup scripts for image generated by gen-arch_rpi.sh
├ gen-alpine_rpi.sh         scripts to make alpine armhf/aarch64 image(no X)
├ gen-arch_rpi.sh           scripts to make archlinux arm image(xfce4)
├ gen-chroot.sh             first generate a alpine chroot, then use the other scripts to generate os image
└ gen-pixel_rpi.sh          scripts to make debian image(pixel)

How to use:

for archlinuxarm:

sudo ./gen-chroot.sh alarm

and there is a bkup_alarm.sh, for backup image made by gen-arch_rpi.sh

for debian/raspbian:

sudo ./gen-chroot.sh debian

for alpine armhf:

sudo ./gen-chroot.sh alpine

for alpine aarch64:

sudo ./gen-chroot.sh alpine aarch64

for XU4 pixel(raspbian):

sudo ./gen-chroot.sh xu4-pixel

for XU4 alpine:

sudo ./gen-chroot.sh xu4-alpine

About

No description, website, or topics provided.

Resources

Languages

You can’t perform that action at this time.