bh3nvn / phicomm-n1

Armian for Phicomm N1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phicomm-N1

Armian for Phicomm N1

What do you need to get started?

  • x64 machine with at least 2GB of memory and ~35GB of disk space for a VM, native OS
  • Ubuntu Hirsute 21.04 x64 for native building
    • Hirsute is required for newer non-LTS releases.. ex: Bullseye, Sid, Groovy, Hirsute
    • If building for LTS releases.. ex: Focal, Bionic, Buster, it is possible to use Ubuntu 20.04 Focal, but it is not supported
  • superuser rights (configured sudo or root access).

How to start?

Native and VirtualBox environments:

Login as root and run:

apt-get -y -qq install git
git clone --depth 1 https://github.com/yunsur/phicomm-n1.git
cd phicomm-n1

Build parameter examples

./compile.sh \
BOARD=arm-64 \
BRANCH=current \
RELEASE=bullseye \
BUILD_MINIMAL=no \
BUILD_DESKTOP=no \
KERNEL_ONLY=no \
KERNEL_CONFIGURE=no \
COMPRESS_OUTPUTIMAGE=sha,img

About

Armian for Phicomm N1

License:GNU General Public License v2.0


Languages

Language:Shell 82.9%Language:JavaScript 13.9%Language:HTML 2.1%Language:Makefile 0.4%Language:Dockerfile 0.4%Language:Batchfile 0.3%