/chaos_calmer

Experiments with OpenWrt + Hi35xx and other SoC's

Primary LanguageCGNU General Public License v2.0GPL-2.0

OpenIPC.org

Alternative firmware for IP cameras and NVR based on the HiSilicon SoC’s

More information on the page – https://openipc.org


Usage example for Debian/Ubuntu (test branch from ZFT Lab.)

git clone --depth=1 --branch=feature/zigfisher_current_work https://github.com/OpenIPC/chaos_calmer.git OpenIPC
cd OpenIPC
./Project_OpenIPC.sh update
./Project_OpenIPC.sh 18ev200_zftlab_rotek

A simple example file for Docker

FROM debian:jessie
#
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install \
    build-essential gawk libncurses-dev intltool python \
    git subversion time unzip zlib1g-dev libssl-dev wget curl cpio bc \
    gettext gettext-base liblocale-gettext-perl
#
WORKDIR /src/chaos_calmer