/chaos_calmer

{ OFFICIAL VERSION } | 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

git clone https://github.com/OpenIPC/chaos_calmer.git OpenIPC
cd OpenIPC
./Project_OpenIPC.sh update
./Project_OpenIPC.sh 18ev200_jvt_s130h18v

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