ChameleonOS is an OS developed by SyncroB.it for various Helium miners, based on thingOS.
./build-all.sh raspberrypi64
sudo ./build.sh raspberrypi64 mkimage
./build.sh raspberrypi64 mkrelease
VERSION=2022.03.14.0 ./build-all.sh
If you want to deploy for specific vendors instead of all, specify the list of vendors in the VENDORS
env variable.
VERSION=2022.03.14.0 ./deploy-all.sh upload
VERSION=2022.03.14.0 ./deploy-all.sh promote-beta
VERSION=2022.03.14.0 ./deploy-all.sh promote-stable
You'll the writeimage.sh
script. Alternatively, you can use any SD card image writing tool, after extracting the compressed image.
Use the following command to write the OS image onto your SD card with writeimage.sh
:
./writeimage.sh -i /path/to/chameleonos-${prefix}-${platform}-${version}.img.xz -d /dev/sdX
After building the OS from source, you can find it in output/${platform}/images
.